Kaynağa Gözat

timeout parameter error (#2052)

Co-authored-by: jyong <jyong@dify.ai>
tags/0.4.8
Jyong 1 yıl önce
ebeveyn
işleme
a61df6cb03
No account linked to committer's email address
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      api/core/vector_store/vector/qdrant.py

+ 1
- 1
api/core/vector_store/vector/qdrant.py Dosyayı Görüntüle

@@ -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…
İptal
Kaydet