Remvoe deprecated storage type
This commit is contained in:
parent
6201c7fb56
commit
951ea3b851
4 changed files with 1 additions and 1 deletions
|
|
@ -25,11 +25,11 @@ STORAGE_IMPLEMENTATIONS = {
|
||||||
"implementations": [
|
"implementations": [
|
||||||
"NanoVectorDBStorage",
|
"NanoVectorDBStorage",
|
||||||
"MilvusVectorDBStorage",
|
"MilvusVectorDBStorage",
|
||||||
"ChromaVectorDBStorage",
|
|
||||||
"PGVectorStorage",
|
"PGVectorStorage",
|
||||||
"FaissVectorDBStorage",
|
"FaissVectorDBStorage",
|
||||||
"QdrantVectorDBStorage",
|
"QdrantVectorDBStorage",
|
||||||
"MongoVectorDBStorage",
|
"MongoVectorDBStorage",
|
||||||
|
# "ChromaVectorDBStorage",
|
||||||
# "TiDBVectorDBStorage",
|
# "TiDBVectorDBStorage",
|
||||||
],
|
],
|
||||||
"required_methods": ["query", "upsert"],
|
"required_methods": ["query", "upsert"],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue