Find answers from the community

Updated last week

Nvidia nv-embed-v2 availability via nvidiaembedding

Hey all, is NVIDIA NV-Embed-v2 available via NVIDIAEmbedding?
L
D
5 comments
Probably? You can get all available models with embed_model.available_models when using nvidia embeddings
(was just looking at the source code)
Yeah I only see the following:

MODEL_ENDPOINT_MAP = {
"NV-Embed-QA": "https://ai.api.nvidia.com/v1/retrieval/nvidia/",
"snowflake/arctic-embed-l": "https://integrate.api.nvidia.com/v1/",
"nvidia/nv-embed-v1": "https://integrate.api.nvidia.com/v1/",
"nvidia/nv-embedqa-mistral-7b-v2": "https://integrate.api.nvidia.com/v1/",
"nvidia/nv-embedqa-e5-v5": "https://integrate.api.nvidia.com/v1/",
"baai/bge-m3": "https://integrate.api.nvidia.com/v1/",
"nvidia/llama-3.2-nv-embedqa-1b-v1": "https://integrate.api.nvidia.com/v1/",
}

I thought I may be missing the v2 model somewhere, but can submit a request if needed.
Sorry, it should work even if its not in the map (at least, from my understanding of this code)
If you call print(embed_model.available_models) you will see all model names that will work
Add a reply
Sign up and join the conversation on Discord