Combine docstores and vectorstores within a storages component (#72)
This commit is contained in:
committed by
GitHub
parent
640962e916
commit
b159897ac6
5
knowledgehub/storages/vectorstores/__init__.py
Normal file
5
knowledgehub/storages/vectorstores/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .base import BaseVectorStore
|
||||
from .chroma import ChromaVectorStore
|
||||
from .in_memory import InMemoryVectorStore
|
||||
|
||||
__all__ = ["BaseVectorStore", "ChromaVectorStore", "InMemoryVectorStore"]
|
Reference in New Issue
Block a user