ソースを参照

fix:still enable SSL verification when using qdrant based on HTTP protocol (#3805)

tags/0.6.5
呆萌闷油瓶 1年前
コミット
78988ed60e
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更2行の追加1行の削除
  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')
} }





読み込み中…
キャンセル
保存