This website works better with JavaScript.
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
OpenSource
/
dify
İzle
4
Yıldızla
0
Çatalla
0
Kod
Sorunlar
0
Değişiklik İstekleri
0
Sürümler
152
Wiki
Aktivite
Kaynağa Gözat
fix: weaviate batch insert timeout (
#108
)
tags/0.2.2
John Wang
2 yıl önce
ebeveyn
37c3b8979c
işleme
8fc2663693
No account linked to committer's email address
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
1
1
api/core/vector_store/weaviate_vector_store_client.py
+ 1
- 1
api/core/vector_store/weaviate_vector_store_client.py
Dosyayı Görüntüle
@@ -29,7 +29,7 @@ class WeaviateVectorStoreClient(BaseVectorStoreClient):
return weaviate.Client(
url=endpoint,
auth_client_secret=auth_config,
timeout_config=(5,
15
),
timeout_config=(5,
60
),
startup_period=None
)
Write
Preview
Loading…
İptal
Kaydet