You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: correctly parse nested embeddings array from /api/embed
Updates the 'OllamaEmbeddingResponse' struct to match the official
Ollama API, which returns a nested 'embeddings: Vec<Vec<f32>>' array
instead of a flat 'embedding: Vec<f32>'.
* fix: remove trailing newline
0 commit comments