mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 05:16:00 +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…
x
Reference in New Issue
Block a user