Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Active
Updated last week
0
Follow
Nvidia nv-embed-v2 availability via nvidiaembedding
Nvidia nv-embed-v2 availability via nvidiaembedding
Active
0
Follow
D
DS
last week
Β·
Hey all, is NVIDIA NV-Embed-v2 available via NVIDIAEmbedding?
L
D
5 comments
Share
Open in Discord
L
Logan M
last week
Probably? You can get all available models with
embed_model.available_models
when using nvidia embeddings
L
Logan M
last week
(was just looking at the source code)
D
DS
last week
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.
L
Logan M
last week
Sorry, it should work even if its not in the map (at least, from my understanding of this code)
L
Logan M
last week
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
Join on Discord