-
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
HuggingFace Custom Embedder raises error when used with PDFUrlKnowledgeBase #1654
Comments
Hello @DarkDk123 ! Thanks for raising this. The HF embedder needs an update and I will have a PR out shortly |
If you allow, I can do it in 1-2 day, I want to do contributions. |
you can even use Gemini Embedding if you want free |
@DarkDk123 please go ahead. Looking forward to your PR |
I think its not yet solved, i am getting the same error |
Can you describe? With good screenshots. |
I was implementing a RAG with
HuggingfaceCustomEmbedder
andPDFUrlKnowledgeBase
as follows:It raises the following
NotImplementedError
while loading documents (maybe)Maybe it's not implemented yet in HuggingFace Embedder
Huggingface Embedder calls the Base method, it raises Not implemented!
The text was updated successfully, but these errors were encountered: