LlamaIndex is the leading data framework for building LLM applications
Installation and Setup
You need to install thellama-index
python package.
Retrievers
LlamaIndexRetriever
It is used for the question-answering with sources over an LlamaIndex data structure.
LlamaIndexGraphRetriever
It is used for question-answering with sources over an LlamaIndex graph data structure.