Remvoe deprecated storage type

This commit is contained in:
yangdx 2025-07-04 21:48:18 +08:00
parent 6201c7fb56
commit 951ea3b851
4 changed files with 1 additions and 1 deletions

View file

@ -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"],