This repository contains two packages with NVIDIA integrations with LangChain:
- langchain-nvidia-ai-endpoints integrates NVIDIA AI Foundation Models and Endpoints.
- langchain-nvidia-trt implements integrations of NVIDIA TensorRT models.
- Python Interpretor 3.10.12 is desired for the Jupyter Kernel to run without issues
- PIP should also be upgraded to resolve dependency issues:
python3.10 -m pip install --upgrade pip
- An LLM can route between two potential paths
- An LLM can decide which of many tools to call
- An LLM can decide whether the generated answer is sufficient or more work is needed


