Add Ollama as a supported embedding provider (#1344)

This commit is contained in:
Colin O'Brien
2024-05-02 01:08:47 -04:00
committed by GitHub
parent 1a66f961f4
commit a795798156
9 changed files with 46 additions and 2 deletions

View File

@@ -11,3 +11,4 @@ class VectorDimensions(Enum):
MISTRAL_AI = 1024
NVIDIA_AI = 1024
COHERE = 384
OLLAMA = 384