We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HuggingfaceCustomEmbedder
PDFUrlKnowledgeBase
NotImplementedError
Huggingface Embedder calls the Base method, it raises Not implemented!
The text was updated successfully, but these errors were encountered:
Hello @DarkDk123 ! Thanks for raising this. The HF embedder needs an update and I will have a PR out shortly
Sorry, something went wrong.
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
Successfully merging a pull request may close this issue.
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: