We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from langchain.chains import create_retrieval_chain retrieval_chain = create_retrieval_chain(retriever, combine_docs_chain, verbose=True) rag_chain.invoke({"input": question})
No verbose outcome.
No response
qa_chain = load_qa_chain(chat, verbose=True) is possible
retrieval_chain = create_retrieval_chain(retriever, combine_docs_chain) is not allowed to have a verbose.
OS: Linux OS Version: #1 SMP PREEMPT_DYNAMIC Thu Jun 27 21:05:47 UTC 2024 Python Version: 3.10.12 (main, Sep 11 2024, 15:47:36) [GCC 11.4.0]
langchain_core: 0.3.15 langchain: 0.3.7 langchain_community: 0.3.5 langsmith: 0.1.137 langchain_text_splitters: 0.3.0
langgraph langserve
aiohttp: 3.10.10 async-timeout: 4.0.3 dataclasses-json: 0.6.7 httpx: 0.27.2 httpx-sse: 0.4.0 jsonpatch: 1.33 numpy: 1.26.4 orjson: 3.10.10 packaging: 24.1 pydantic: 2.9.2 pydantic-settings: 2.6.1 PyYAML: 6.0.2 requests: 2.32.3 requests-toolbelt: 1.0.0 SQLAlchemy: 2.0.35 tenacity: 9.0.0 typing-extensions: 4.12.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checked other resources
Example Code
No verbose outcome.
Error Message and Stack Trace (if applicable)
No response
Description
qa_chain = load_qa_chain(chat, verbose=True) is possible
retrieval_chain = create_retrieval_chain(retriever, combine_docs_chain) is not allowed to have a verbose.
System Info
System Information
Package Information
Optional packages not installed
Other Dependencies
The text was updated successfully, but these errors were encountered: