Files
ollama-rs/examples
André Cipriani Bandarra 0f796f1a2f Add embed endpoint (POST /api/embed)
Implement the Ollama POST /api/embed endpoint for generating vector
embeddings from text input.

- Add EmbedInput, EmbedRequest, EmbedResponse types in src/types/embed.rs
- Add OllamaClient::embed() async method in src/lib.rs
- Register embed module in src/types/mod.rs
- Add usage example in examples/embed.rs
- Update README with embed endpoint documentation
2026-02-01 21:26:44 +00:00
..
2026-01-06 21:15:20 +00:00
2026-02-01 21:26:44 +00:00
2026-01-15 20:47:19 +00:00
2025-12-28 20:35:04 +00:00
2026-01-06 21:15:20 +00:00
2025-12-28 20:35:04 +00:00
2025-12-28 13:23:14 +00:00