feat: support vastbase vector database (#16308)
This commit is contained in:
parent
cd9e6609ad
commit
0babdffe3e
13 changed files with 390 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ def migrate_knowledge_vector_database():
|
|||
upper_collection_vector_types = {
|
||||
VectorType.MILVUS,
|
||||
VectorType.PGVECTOR,
|
||||
VectorType.VASTBASE,
|
||||
VectorType.RELYT,
|
||||
VectorType.WEAVIATE,
|
||||
VectorType.ORACLE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue