-
Please integrate with Milvus
-
In addition to other Vector Stores, can MongoDB be added as another vector store
-
https://js.langchain.com/docs/integrations/vectorstores/hnswlib/
Supports saving to file, which is needed for persistence between sessions.
Evaluate encryption.
Estimate database size with re…
-
The vector database seems to be cleared when Docker and the Nvidia AI Workbench are shutdown. Anyone know how to preserve and reload the vector database between instantiations?
-
Automatically update the vector database with information on new datasets when they are uploaded.
-
Couchbase is one of the leading NoSQL database solutions. It added support for [vector search](https://www.couchbase.com/products/vector-search/) earlier this year. I would like to suggest the additio…
-
-
-
## Task description
- Select a vector database and study about the mechanisms
### Implementation details
- Select a vector database for our use case
- Do some experiments about storing vector data in…
-
## Expected Behavior
I would like to be able to support multiple indexes or collections for vector data instead of being limited to configuring just one index. For example, in Redis or Qdrant imple…