Skip to content

Commit

Permalink
add nvidia/nv-embed-v1 to set of NVIDIAEmbeddings models
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed Jun 7, 2024
1 parent b6d68b4 commit c67baa3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,12 @@ def __hash__(self) -> int:
"nvolveqa_40k",
],
),
"nvidia/nv-embed-v1": Model(
id="nvidia/nv-embed-v1",
model_type="embedding",
client="NVIDIAEmbeddings",
aliases=["ai-nv-embed-v1"],
),
}

RANKING_MODEL_TABLE = {
Expand Down

0 comments on commit c67baa3

Please sign in to comment.