mirror of
https://github.com/langgenius/dify.git
synced 2025-12-22 23:37:26 +00:00
feat: add upstash as a new vector database provider (#9644)
This commit is contained in:
@@ -277,6 +277,7 @@ def migrate_knowledge_vector_database():
|
||||
VectorType.TENCENT,
|
||||
VectorType.BAIDU,
|
||||
VectorType.VIKINGDB,
|
||||
VectorType.UPSTASH,
|
||||
}
|
||||
page = 1
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user