(test) amazon.titan-embed-text-v1

This commit is contained in:
ishaan-jaff 2023-11-01 14:46:46 -07:00
parent f66e9c6bce
commit b991152b85

View file

@ -81,7 +81,7 @@ def test_cohere_embedding():
def test_bedrock_embedding(): def test_bedrock_embedding():
try: try:
response = embedding( response = embedding(
model="bedrock/amazon.titan-embed-text-v1", input=["good morning from litellm, attempting to embed data"] model="amazon.titan-embed-text-v1", input=["good morning from litellm, attempting to embed data"]
) )
print(f"response:", response) print(f"response:", response)
except Exception as e: except Exception as e: