mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
fix(core): forward LiteLLM embedding dimensions
Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
@@ -119,6 +119,7 @@ class LiteLLMEmbeddingProvider(EmbeddingProvider):
|
||||
params: dict[str, Any] = {
|
||||
"model": self.model_name,
|
||||
"input": batch,
|
||||
"dimensions": self.dimensions,
|
||||
"drop_params": True,
|
||||
"timeout": self._timeout,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user