Combine docstores and vectorstores within a storages component (#72)
This commit is contained in:
committed by
GitHub
parent
640962e916
commit
b159897ac6
@@ -1,7 +1,7 @@
|
||||
import json
|
||||
|
||||
from kotaemon.base import Document
|
||||
from kotaemon.vectorstores import ChromaVectorStore, InMemoryVectorStore
|
||||
from kotaemon.storages import ChromaVectorStore, InMemoryVectorStore
|
||||
|
||||
|
||||
class TestChromaVectorStore:
|
||||
|
Reference in New Issue
Block a user