LlamaIndex integration for NVIDIA embedding models (e.g., NV-Embed-QA). Provides access to NVIDIA's embedding API for retrieval-augmented generation. Current version: 0.5.1. Release cadence: weekly.
pip install llama-index-embeddings-nvidiaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the NVIDIA embedding model and embed a single text.
Set `NVIDIA_API_KEY` environment variable before instantiation.
Check available models at https://build.nvidia.com/explore/
Pass `base_url` to NvidiaEmbedding or set `NVIDIA_BASE_URL` env var.
No resource links recorded.