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
Add support doing RAG directly on retreived context without any agentic pipelines.
This can be done with Response Model compact (default option)
compact
Here is documentation https://docs.llamaindex.ai/en/stable/module_guides/deploying/query_engine/response_modes/
And here is usage https://github.com/DS4SD/docling/blob/main/examples/rag_llamaindex.ipynb
The text was updated successfully, but these errors were encountered:
aldopareja
abhi1092
No branches or pull requests
Add support doing RAG directly on retreived context without any agentic pipelines.
This can be done with Response Model
compact
(default option)Here is documentation
https://docs.llamaindex.ai/en/stable/module_guides/deploying/query_engine/response_modes/
And here is usage
https://github.com/DS4SD/docling/blob/main/examples/rag_llamaindex.ipynb
The text was updated successfully, but these errors were encountered: