langflow-ai / langflow

⛓️ Langflow is a visual framework for building multi-agent and RAG applications. It's open-source, Python-powered, fully customizable, LLM and vector store agnostic.
http://www.langflow.org
MIT License
18.48k stars 2.78k forks source link

Added MistralAI LLM and Embedding #1865

Closed h-arnold closed 3 weeks ago

h-arnold commented 3 weeks ago

Added MistralAI LLM component and embedding component.

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langflow ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2024 9:22pm
h-arnold commented 3 weeks ago

Hey @ogabrielluiz !

No problem! I'll take a look at getting the model_spec sorted. There's no MistalAI baseChatModel class either official or community so that'll take a little more work than the other ones which pretty much mirror the OpenAI spec but with mistral specific details. I'll let you know when I figure it out. :)

h-arnold commented 3 weeks ago

Hey @ogabrielluiz!

The model specs have been added and seem to work. :) Let me know if there are any issues at your end.