このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
OpenSource
/
dify
ウォッチ
4
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
152
Wiki
アクティビティ
ソースを参照
fix:still enable SSL verification when using qdrant based on HTTP protocol (
#3805
)
tags/0.6.5
呆萌闷油瓶
1年前
親
2832adda88
コミット
78988ed60e
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更
、
2行の追加
、
1行の削除
ユニファイド表示
差分情報を表示
2
1
api/core/rag/datasource/vdb/qdrant/qdrant_vector.py
+ 2
- 1
api/core/rag/datasource/vdb/qdrant/qdrant_vector.py
ファイルの表示
return {
return {
'url': self.endpoint,
'url': self.endpoint,
'api_key': self.api_key,
'api_key': self.api_key,
'timeout': self.timeout
'timeout': self.timeout,
'verify': self.endpoint.startswith('https')
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存