Added OceanBase as an option for the vector store in Dify (#10010)
This commit is contained in:
@@ -279,6 +279,7 @@ def migrate_knowledge_vector_database():
|
||||
VectorType.VIKINGDB,
|
||||
VectorType.UPSTASH,
|
||||
VectorType.COUCHBASE,
|
||||
VectorType.OCEANBASE,
|
||||
}
|
||||
page = 1
|
||||
while True:
|
||||
|
Reference in New Issue
Block a user