haystack-core-integrations
haystack-core-integrations copied to clipboard
FEAT: add text embedder
Related Issues
- fixes #1534 #1611
Proposed Changes:
Added the Google Text Embedder
How did you test it?
Unit tests
Notes for the reviewer
Didn't add the Document Embedder, is it needed?
Checklist
- I have read the contributors guidelines and the code of conduct
- I have updated the related issue with new insights and changes
- I added unit tests and updated the docstrings
- I've used one of the conventional commit types for my PR title:
fix:,feat:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test:.