Closed Anush008 closed 3 weeks ago
If possible, would you mind showing a screenshot or copying/pasting your integration test with the Qdrant vector store result?
Hi @HaoXuAI
This runs the ingest and retrieval test cases inside tests/integration/online_store/test_universal_online.py::test_retrieve_online_documents()
I had to use the environment
fixture instead of vectordb_environment
with entity_key_serialization_version=3
.
Correct, that's a bug with vectordb_environment I haven't got time to fix it. Great work. thanks!
The failed test is irrelevant to the pr. merging it now.
Description
This PR adds support for Qdrant - https://qdrant.tech to be used as a vectorstore in Feast.