Support for Cohere Embeddings (#1310)

This commit is contained in:
Dev Khant
2024-03-13 00:44:45 +05:30
committed by GitHub
parent a4d32aec24
commit f77f5b996e
4 changed files with 106 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ class VectorDimensions(Enum):
GOOGLE_AI = 768
MISTRAL_AI = 1024
NVIDIA_AI = 1024
COHERE = 384