You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: ('127.0.0.1', 49680) - "WebSocket /chat" [accepted]
../base.py:207: UserWarning: ChatVectorDBChain is deprecated - please use from langchain.chains import ConversationalRetrievalChain
warnings.warn(
INFO: connection open
ERROR:root:ChatVectorDBChain does not support async
The text was updated successfully, but these errors were encountered:
I run python3 app.py, I go to the web browser http://127.0.0.1:7860, I type the OpenAI Key, and this appears in the console:
/opt/homebrew/lib/python3.11/site-packages/langchain/chains/conversational_retrieval/base.py:233: UserWarning: `ChatVectorDBChain` is deprecated - please use `from langchain.chains import ConversationalRetrievalChain`
warnings.warn(
...
File "pydantic/main.py", line 341, in pydantic.main.BaseModel.__init__
pydantic.error_wrappers.ValidationError: 1 validation error for ChatVectorDBChain
qa_prompt
extra fields not permitted (type=value_error.extra)
Trying to type a question, it fails with: Please paste your OpenAI key to use
INFO: ('127.0.0.1', 49680) - "WebSocket /chat" [accepted]
../base.py:207: UserWarning:
ChatVectorDBChain
is deprecated - please usefrom langchain.chains import ConversationalRetrievalChain
warnings.warn(
INFO: connection open
ERROR:root:ChatVectorDBChain does not support async
The text was updated successfully, but these errors were encountered: