Installation#
Installing Context Aware RAG AIQ Plugin#
AIQ Library Setup#
Clone the AIQ library from here
Complete the following steps to setup the environment
Clone the AgentIQ repository to your local machine.
git clone git@github.com:NVIDIA/AgentIQ.git agentiq cd agentiq
Initialize, fetch, and update submodules in the Git repository.
git submodule update --init --recursive
Create a Python environment.
uv venv --seed .venv source .venv/bin/activate uv sync uv pip install -e '.[langchain]'
If you are having issues with the above steps, reference the AgentIQ Documentation
Install the Context Aware RAG library#
Install from source#
Clone the Context Aware RAG library from here
Install the Context Aware RAG library
uv pip install -e .