-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
NotImplementedError in FastEmbedEmbedder #1715
Comments
Hello @rpvitruvix @45-Hrishi ! I have fixed this issue here: #1745 It will be a part of the next release |
ysolanky
added a commit
that referenced
this issue
Jan 13, 2025
## Description Updated `get_embedding_and_usage` function of `FastEmbedEmbedder`. Fixes #1715 ## Type of change Please check the options that are relevant: - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Model update - [ ] Infrastructure change ## Checklist - [ ] My code follows Phidata's style guidelines and best practices - [ ] I have performed a self-review of my code - [ ] I have added docstrings and comments for complex logic - [ ] My changes generate no new warnings or errors - [ ] I have added cookbook examples for my new addition (if needed) - [ ] I have updated requirements.txt/pyproject.toml (if needed) - [ ] I have verified my changes in a clean environment Notes: `FastEmbedEmbedder` currently does not provide usage information
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
I'm learning to use Phidata. Trying to implement a basic document loader with FastEmbedEmbedder.
Problem
FastEmbedEmbedder raises NotImplementedError when trying to load documents into knowledge base.
Code
Error
The text was updated successfully, but these errors were encountered: