feat: add upstash as a new vector database provider (#9644)
This commit is contained in:
parent
999d3f1539
commit
8e7a752b2a
16 changed files with 365 additions and 4 deletions
|
|
@ -277,6 +277,7 @@ def migrate_knowledge_vector_database():
|
|||
VectorType.TENCENT,
|
||||
VectorType.BAIDU,
|
||||
VectorType.VIKINGDB,
|
||||
VectorType.UPSTASH,
|
||||
}
|
||||
page = 1
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue