Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
在parsing_service.py中修改文档命名规则和保存路径,确保文档保存到新的01-loaded-docs目录。
1ace10cView on GitHub在ParsingService中新增save_document方法以支持文档保存功能;在main.py中实现标准化chunks格式转换并调用保存方法;前端ParseFile组件中添加PDF2Image选项并优化状态显示。
222c20bView on GitHub在LoadingService中新增pdfnumber加载方法以支持PDF文档的处理;前端LoadFile组件中增加pdfplumber选项供用户选择。
428bfb6View on GitHub更新requirements文件,添加pytesseract依赖;在LoadingService中新增_pdf2image加载方法以支持PDF文档的图像处理;前端LoadFile组件中增加pdf2image选项。
2268678View on GitHubAdd pypinyin dependency to requirements files and update base name processing in VectorStoreService to convert Chinese characters to pinyin.
60a1257View on GitHubAdd pypinyin dependency to requirements files and update base name processing in VectorStoreService to convert Chinese characters to pinyin.
49b0136View on GitHubRemove temporary files including .DS_Store and a large PDF document related to Kamiyass.
75310bbView on GitHubRemove temporary and unused files related to chunked documents and embeddings, including .DS_Store and various JSON files for the moon exploration plan and related models.
91ecabaView on GitHubUpdate README.md to include troubleshooting tips for common installation issues and clarify environment setup instructions.
79c0b93View on GitHubEnhance README.md by adding instructions for downloading and configuring local HuggingFace models, including setting the HF_MODEL_PATH environment variable.
a71ca3aView on GitHubAdd pypinyin dependency to requirements files and update base name processing in VectorStoreService to convert Chinese characters to pinyin.
b8981d8View on GitHub