Skip to content
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

Closed
DarkDk123 opened this issue Dec 29, 2024 · 6 comments · Fixed by #1670
Closed

HuggingFace Custom Embedder raises error when used with PDFUrlKnowledgeBase #1654

DarkDk123 opened this issue Dec 29, 2024 · 6 comments · Fixed by #1670

Comments

@DarkDk123
Copy link
Contributor

I was implementing a RAG with HuggingfaceCustomEmbedder and PDFUrlKnowledgeBase as follows:

image

It raises the following NotImplementedError while loading documents (maybe)

image

Maybe it's not implemented yet in HuggingFace Embedder

Huggingface Embedder calls the Base method, it raises Not implemented!

image

@ysolanky
Copy link
Contributor

Hello @DarkDk123 ! Thanks for raising this. The HF embedder needs an update and I will have a PR out shortly

@DarkDk123
Copy link
Contributor Author

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.

@Mihir5557
Copy link

you can even use Gemini Embedding if you want free

@ysolanky
Copy link
Contributor

@DarkDk123 please go ahead. Looking forward to your PR

@sajalshlan
Copy link

I think its not yet solved, i am getting the same error

@DarkDk123
Copy link
Contributor Author

I think its not yet solved, i am getting the same error

Can you describe? With good screenshots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants