Skip to content

Commit 44a5fdc

Browse files
docs: add comment for claude-3-5-sonnet-20241022 (#1611)
Integrates claude-3-5-sonnet-20241022. https://docs.anthropic.com/en/docs/about-claude/models
1 parent 1abf050 commit 44a5fdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/extra/components/choose_evaluator_llm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
config = {
3838
"credentials_profile_name": "your-profile-name", # E.g "default"
3939
"region_name": "your-region-name", # E.g. "us-east-1"
40-
"llm": "your-llm-model-id", # E.g "anthropic.claude-3-5-sonnet-20240620-v1:0"
40+
"llm": "your-llm-model-id", # E.g "anthropic.claude-3-5-sonnet-20241022-v2:0"
4141
"embeddings": "your-embedding-model-id", # E.g "amazon.titan-embed-text-v2:0"
4242
"temperature": 0.4,
4343
}

docs/extra/components/choose_generator_llm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
config = {
3737
"credentials_profile_name": "your-profile-name", # E.g "default"
3838
"region_name": "your-region-name", # E.g. "us-east-1"
39-
"llm": "your-llm-model-id", # E.g "anthropic.claude-3-5-sonnet-20240620-v1:0"
39+
"llm": "your-llm-model-id", # E.g "anthropic.claude-3-5-sonnet-20241022-v2:0"
4040
"embeddings": "your-embedding-model-id", # E.g "amazon.titan-embed-text-v2:0"
4141
"temperature": 0.4,
4242
}

docs/howtos/customizations/customize_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ from ragas.embeddings import LangchainEmbeddingsWrapper
109109
config = {
110110
"credentials_profile_name": "your-profile-name", # E.g "default"
111111
"region_name": "your-region-name", # E.g. "us-east-1"
112-
"llm": "your-llm-model-id", # E.g "anthropic.claude-3-5-sonnet-20240620-v1:0"
112+
"llm": "your-llm-model-id", # E.g "anthropic.claude-3-5-sonnet-20241022-v2:0"
113113
"embeddings": "your-embedding-model-id", # E.g "amazon.titan-embed-text-v2:0"
114114
"temperature": 0.4,
115115
}

0 commit comments

Comments
 (0)