Abraxas-365 / langchain-rust

🦜️🔗LangChain for Rust, the easiest way to write LLM-based programs in Rust
MIT License
627 stars 83 forks source link

Upload Image Support #194

Open Abraxas-365 opened 3 months ago

Abraxas-365 commented 3 months ago

Add support for sending images to models,

prabirshrestha commented 2 months ago

Open AI Images are now supported. https://github.com/Abraxas-365/langchain-rust/pull/215. You can use this with other openai compatible apis such as ollama.

mdabir1203 commented 1 month ago

Where in the codebase do you want me to integrate it