Add chromadb based vector store impl and test case

This commit is contained in:
liyaxing
2023-09-05 20:42:22 +08:00
parent cff34c6aba
commit 188595beb6
8 changed files with 96 additions and 15 deletions
+2
View File
@@ -0,0 +1,2 @@
from .object import EmailObject, ImageObject, TextChunkObject, ObjectID
from .vector import *