Closed manas95826 closed 6 months ago
You can use open source embeddings via Ollama embeddings: https://ollama.com/blog/embedding-models. Just update the config.tsx with the models you'd like to use
Thanks a lot for this. Why is it demanding openai api key now then? @developersdigest
Should have mentioned - Ollama required an apiKey even though it isn't used. Try adding: 'ollama' as the api key.
More info: https://ollama.com/blog/openai-compatibility
Anyhow, I've to use openai embeddings for this. Can anyone provide any lead to use open source embeddings instead to make it completely open source.