swarmauri / swarmauri-sdk

https://swarmauri.com
Apache License 2.0
11 stars 24 forks source link

Migrate `QdrantVectorStore` #70

Open cobycloud opened 1 month ago

cobycloud commented 1 month ago

Migrate the following to /standard/vector_stores/concrete/QdrantVectorStore.py https://github.com/swarmauri/swarmauri-sdk/blob/dev-0.4.1/swarmauri/community/vector_stores/QdrantVectorStore.py

Leveraging the test file /tests/vector_stores/TfidfVector_test.py as en example. Create a test file in /tests/vector_stores/concrete/QdrantVectorStore_test.py.

use the following env variable key names QDRANT_URL_KEY and QDRANT_API_KEY for url and api_key

cobycloud commented 3 weeks ago

This does not need to be migrated to community anymore, however this needs to be updated due to the new design change