Frederik Durant

Results 7 comments of Frederik Durant

Hi @iurshina , I had a similar issue and worked around it as follows: ### mychains.py ````` from langchain.chains import ConversationalRetrievalChain from pydantic import Extra class MyConversationalRetrievalChain(ConversationalRetrievalChain): class Config: extra...

Propose fix in https://github.com/CopilotKit/CopilotKit/pull/1929

Thanks @ranst91 for looking into this! The issue I ran into is https://github.com/CopilotKit/CopilotKit/issues/1927. I'm not in a position to publish the complete graph from our application, hence the essential/reduced version...

Pinging @ranst91 to prevent this PR from being automatically closed.

Keeping the changes in this PR in sync with the newest LangGraph releases. Is there anything else I can do to help this PR going forward? It would be great...

You're right about the imports; they come from two different libraries. @jlowin might be able to answer your second question.