mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-11-29 17:58:19 +08:00
parent
790b885d0a
commit
a61df6cb03
@ -1450,7 +1450,7 @@ class Qdrant(VectorStore):
|
||||
wal_config=wal_config,
|
||||
quantization_config=quantization_config,
|
||||
init_from=init_from,
|
||||
timeout=timeout, # type: ignore[arg-type]
|
||||
timeout=int(timeout), # type: ignore[arg-type]
|
||||
)
|
||||
is_new_collection = True
|
||||
if force_recreate:
|
||||
|
Loading…
Reference in New Issue
Block a user