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": [
"NanoVectorDBStorage",
"MilvusVectorDBStorage",
"ChromaVectorDBStorage",
"PGVectorStorage",
"FaissVectorDBStorage",
"QdrantVectorDBStorage",
"MongoVectorDBStorage",
# "ChromaVectorDBStorage",
# "TiDBVectorDBStorage",
],
"required_methods": ["query", "upsert"],