Added support for Cohere Embed and Titan Embeddings models
This commit is contained in:
@@ -1 +1,7 @@
|
||||
from api.models.bedrock import ClaudeModel, SUPPORTED_BEDROCK_MODELS, get_model
|
||||
from api.models.bedrock import (
|
||||
ClaudeModel,
|
||||
SUPPORTED_BEDROCK_MODELS,
|
||||
SUPPORTED_BEDROCK_EMBEDDING_MODELS,
|
||||
get_model,
|
||||
get_embeddings_model,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user