Fix typos in documentation tree structure and storage implementation names
• Correct menu tree structure in splash screen • Fix MilvusVectorDBStorage typo • Update storage env requirements
This commit is contained in:
@@ -69,7 +69,7 @@ STORAGE_IMPLEMENTATIONS = {
|
||||
"VECTOR_STORAGE": {
|
||||
"implementations": [
|
||||
"NanoVectorDBStorage",
|
||||
"MilvusVectorDBStorge",
|
||||
"MilvusVectorDBStorage",
|
||||
"ChromaVectorDBStorage",
|
||||
"TiDBVectorDBStorage",
|
||||
"PGVectorStorage",
|
||||
@@ -123,7 +123,7 @@ STORAGE_ENV_REQUIREMENTS = {
|
||||
],
|
||||
# Vector Storage Implementations
|
||||
"NanoVectorDBStorage": [],
|
||||
"MilvusVectorDBStorge": [],
|
||||
"MilvusVectorDBStorage": [],
|
||||
"ChromaVectorDBStorage": [],
|
||||
"TiDBVectorDBStorage": ["TIDB_USER", "TIDB_PASSWORD", "TIDB_DATABASE"],
|
||||
"PGVectorStorage": ["POSTGRES_USER", "POSTGRES_PASSWORD", "POSTGRES_DATABASE"],
|
||||
|
Reference in New Issue
Block a user