jeremychone / rust-genai

Rust multiprovider generative AI client (Ollama, OpenAi, Anthropic, Groq, Gemini, Cohere, ...)
Apache License 2.0
207 stars 45 forks source link

Support for embeddings? #28

Open Boscop opened 1 month ago

Boscop commented 1 month ago

It would be nice to be able to use this crate for vector embeddings 🙂

Especially with local LLMs: https://github.com/jeremychone/rust-genai/issues/5

jeremychone commented 1 month ago

@Boscop Yes, this is a good one to add. Sooner than later.