File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ from ragas.embeddings import LangchainEmbeddingsWrapper
109109config = {
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}
You can’t perform that action at this time.
0 commit comments