You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modern models such as claude/gpt4o/o1 have perfect native support for PDF and some other file formats. But Lobe currently works with such files only via RAG/embeddings, which is not optimal for those models
🧐 Proposed Solution
Add ability to send files directly to models, without any embeddings processing.
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。
🥰 Feature Description
Modern models such as claude/gpt4o/o1 have perfect native support for PDF and some other file formats. But Lobe currently works with such files only via RAG/embeddings, which is not optimal for those models
🧐 Proposed Solution
Add ability to send files directly to models, without any embeddings processing.
📝 Additional Information
This is claude's PDF API guide, just as example: https://docs.anthropic.com/en/docs/build-with-claude/pdf-support
The text was updated successfully, but these errors were encountered: