21
What local LLMs are you using to create embeddings for RAG?
(programming.dev)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
I used all-minilm which worked well for documents. But it doesn't work for images (or didn't when I was using it last time). Although I did in combination with N8N and Qdrant.
MixedBread is nice.