Closed 4thfever closed 4 months ago
Hi @4thfever The issue is occurring because the default embedder is set to openai if not provided in config. And it requires api keys to be set. You can try using different embedder in config (e.g. huggingface, ollama). Please refer to #1574 before changing embedder to avoid exceptions.
Hi, thanks for reply. I'll give it a try
@4thfever Here we use Openai embedding model, that's the reason it's asking for Openai key. I'll update the docs to make it more clear.
@4thfever Here we use Openai embedding model, that's the reason it's asking for Openai key. I'll update the docs to make it more clear. can we use other Embedding models like "models/text-embedding-004" instead of openai
@Rajesh9998 We will soon add support to use different embedding models.
🐛 Describe the bug
I'm using the script from the doc, for implementing a Groq-based memory.
However, I got the error:
It seems like groq is not supported? The openai embedding is automatically called