Skip to content

Commit

Permalink
add nvidia/embed-qa-4 to set of supported embedding models
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed Sep 16, 2024
1 parent cb117ce commit 8d83a81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,11 @@ def validate_client(cls, client: str, values: dict) -> str:
model_type="embedding",
client="NVIDIAEmbeddings",
),
"nvidia/embed-qa-4": Model(
id="nvidia/embed-qa-4",
model_type="embedding",
client="NVIDIAEmbeddings",
),
}

RANKING_MODEL_TABLE = {
Expand Down

0 comments on commit 8d83a81

Please sign in to comment.