developersdigest / llm-answer-engine

Build a Perplexity-Inspired Answer Engine Using Next.js, Groq, Llama-3, Langchain, OpenAI, Upstash, Brave & Serper
https://developersdigest.tech
MIT License
4.57k stars 729 forks source link

Free embedding alternative? #39

Closed EnderRobber101 closed 5 months ago

EnderRobber101 commented 5 months ago

Since openai's embedding is the only thing which requires payment, have you tried to figure out free/local alternatives?

developersdigest commented 5 months ago

Yes - you can use local embeddings through Ollama, I also plan on adding other options. Cheers