feat: add PowerRAG SDK text QA retrieval demo#78
Merged
Conversation
- Implement Markdown upload, parsing, and top-k chunk retrieval - Add CLI with configurable parameters (top_k, similarity_threshold, etc.) - Include README with setup instructions (Docker, embedding config, API key) - Provide sample document and example questions Fixes datawhalechina#75
Member
|
有两个问题。第一个是作为教学项目,如何使用是次要的,主要需要教会读者的是实现思路,最好是图文结合,希望能够代入一个小白读者的视角自己判断一下,通过读自己的文档能否学会如何实现这个项目。第二个问题是二级标题分的太多了,建议找一下自己觉得写的好的教学文档,参考一下格式和内容。这不是随便用ai完成的任务,我们需要对读者负责 |
- Move code/C10 content to Extra-chapter/PowerRAG-SDK-Text-QA - Add comprehensive tutorial documentation with diagrams - Include detailed implementation guide for text retrieval - Add step-by-step configuration instructions for embedding setup - Improve project organization and documentation structure
Contributor
Author
|
Thank you for the valuable feedback! I completely agree with your points about making this a proper educational resource. I've made significant improvements based on your suggestions: 1. Implementation-focused tutorial with diagrams:
2. Improved structure:
3. Educational approach:
The new documentation aims to teach readers the implementation 思路 (thought process) behind RAG retrieval, not just provide a working script. I'd appreciate your review of the updated version. Thank you for holding contributors to high standards - it makes the project better for all learners! |
- Convert diagram images from JPEG to WebP for better compression - Update image references in readme.md - Reduce repository size while maintaining image quality
3 tasks
Member
|
感谢你的再次优化 |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Related Issue: #75