feat: support for different MetadataStores in VectorStore #88
Labels
core
Changes to the core package
feature
New feature or request
integrations
Changes in vendor integration
Milestone
VectorStore
class should support different ways of storing metadata that is associated with stored vectors. Some of the vector stores providers allow to store metadata in the same DB as vectors, but some of them are missing such support.To solve this we can add field to
VectorStore
class that will allow to provide external MetadataStore:The text was updated successfully, but these errors were encountered: