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
{{ message }}
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
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