-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ollama Text Embedder with new format #252
Ollama Text Embedder with new format #252
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AlistairLR112 Thank you for opening this pull request. It looks very good to me already! I just have a question about the generation_kwargs
. What options are supported here? From the user perspective it looks the same options as for the generators but I doubt that. Can you explain the options?
integrations/ollama/src/haystack_integrations/components/embedders/ollama/text_embedder.py
Show resolved
Hide resolved
integrations/ollama/src/haystack_integrations/components/embedders/ollama/text_embedder.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
feedback was addressed correctly
Integrating Embeddings generated from Ollama into Haystack