acmpesuecc / acmpesuecc/octoanalyst
Improve the first part of the workflow
- 主要語言
- JavaScript
- 星號
- 0
- 分支
- 3
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Currently the worklow extracts **relevant data** from the pdf reports by naming each page and searching for relevant topics(via semantic search). This approach is not very effective most of the times
Therefore add new functions in the api layer to:
- Fetch the index page of the pdf file
- Send the page to a multimodal llm to extract a json of {topic: page_num,...}
- Use this json and replace the existing semantic search logic with simple page number find of relevant topics
Note: You could use grok inference for free multimodal llms :)
PS: ensure your new functions are created in seprate js files and import necessary functions in routes file. Dont create entire logic in the routes file
貢獻指南
評估
這個 Issue 還沒有評估資料。