Remove TiDB storage implementaion

This commit is contained in:
yangdx
2025-04-02 14:40:27 +08:00
parent 5d517d72f5
commit 013be621d5
8 changed files with 22 additions and 30 deletions

View File

@@ -294,7 +294,6 @@ JsonKVStorage JsonFile(默认)
PGKVStorage Postgres
RedisKVStorage Redis
MongoKVStorage MogonDB
TiDBKVStorage TiDB
```
* GRAPH_STORAGE 支持的实现名称
@@ -316,7 +315,6 @@ MilvusVectorDBStorge Milvus
ChromaVectorDBStorage Chroma
FaissVectorDBStorage Faiss
QdrantVectorDBStorage Qdrant
TiDBVectorDBStorage TiDB
MongoVectorDBStorage MongoDB
```

View File

@@ -305,7 +305,6 @@ JsonKVStorage JsonFile(default)
PGKVStorage Postgres
RedisKVStorage Redis
MongoKVStorage MogonDB
TiDBKVStorage TiDB
```
* GRAPH_STORAGE supported implement-name
@@ -327,7 +326,6 @@ MilvusVectorDBStorge Milvus
ChromaVectorDBStorage Chroma
FaissVectorDBStorage Faiss
QdrantVectorDBStorage Qdrant
TiDBVectorDBStorage TiDB
MongoVectorDBStorage MongoDB
```