realpython / realpython/materials

langchain-rag-app/ Client.__init__() got an unexpected keyword argument 'proxies'

オープン
#624 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
Jupyter Notebook
スター
5.2k
フォーク
5.3k
平均マージ
4日 10時間
マージ済み PR(30日)
10

説明

ℹ️ Please note that the best way to get support for Real Python courses & articles is to join one of our weekly Office Hours calls or in the RP Community Slack.

You can report issues and problems here, but we typically won't be able to provide 1:1 support outside the channels listed above.

Describe the bug
A clear and concise description of what the bug is.
In langchain-rag-app directory, according to README.md, I excecute 'docker-compose up --build'. There is an error related to chatbot_api.

source_code_final-chatbot_api-1 | from chains.hospital_cypher_chain import hospital_cypher_chain
source_code_final-chatbot_api-1 | File "/app/chains/hospital_cypher_chain.py", line 149, in
source_code_final-chatbot_api-1 | cypher_llm=ChatOpenAI(model=HOSPITAL_CYPHER_MODEL, temperature=0),
source_code_final-chatbot_api-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
source_code_final-chatbot_api-1 | File "/usr/local/lib/python3.11/site-packages/langchain_core/load/serializable.py", line 107, in init
source_code_final-chatbot_api-1 | super().init(**kwargs)
source_code_final-chatbot_api-1 | File "/usr/local/lib/python3.11/site-packages/pydantic/v1/main.py", line 341, in init
source_code_final-chatbot_api-1 | raise validation_error
source_code_final-chatbot_api-1 | pydantic.v1.error_wrappers.ValidationError: 1 validation error for ChatOpenAI
source_code_final-chatbot_api-1 | root
source_code_final-chatbot_api-1 | Client.init() got an unexpected keyword argument 'proxies' (type=type_error)
source_code_final-chatbot_api-1 | Failed to write data to connection ResolvedIPv4Address(('34.126.114.186', 7687)) (ResolvedIPv4Address(('34.126.114.186', 7687)))
source_code_final-chatbot_api-1 | Failed to write data to connection IPv4Address(('7cf48f19.databases.neo4j.io', 7687)) (ResolvedIPv4Address(('34.126.114.186', 7687)))

To Reproduce
Steps to reproduce the behavior:

  1. Go to langchain-rag-app/source_code_final directory.
  2. In console terminal, docker-compose up --build
  3. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu22.04

Additional context
Add any other context about the problem here.

I searched similar problems and fixed problem manually. https://community.openai.com/t/error-with-openai-1-56-0-client-init-got-an-unexpected-keyword-argument-proxies/1040332/24
The problem is version of openai and httpx.

  • I update openai version in chatbot_api/pyproject.toml.

  • "openai==1.7.2" --> "openai==1.55.3"

  • I update httpx in requirements.txt

  • httpx==0.26.0 --> httpx==0.27.2

Then, it works fine!!

I think it would be good to update this later.
Thank you.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

langchain-rag-app/source_code_final から開始し、chatbot_api/pyproject.toml と requirements.txt を調べて、OpenAI と httpx の依存関係のバージョンを確認します。docker-compose up --build で再ビルドし、報告されている Client.init() エラーなしで chatbot_api が起動することを確認します。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
docker-compose, python
領域
backend, devops
issue の種類
バグ
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。