https://github.com/poneding/my-llm-universe
https://github.com/poneding/my-llm-universe
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poneding/my-llm-universe
- Owner: poneding
- Created: 2025-05-28T10:03:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-29T03:50:36.000Z (about 1 year ago)
- Last Synced: 2025-05-29T04:20:23.716Z (about 1 year ago)
- Language: Python
- Size: 36 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-llm-universe
本项目是学习 [llm-universe](https://github.com/datawhalechina/llm-universe) 的内容构建而成。
## RAG 功能
RAG 利用外部知识支撑,从而减少大模型的幻觉(hallucination)现象,提升回答的准确性。
RAG 的核心是向量数据库(Vector Database),它可以存储文本、图片等多模态数据,并支持高效的相似度检索。

## 任务
- [ ] 任务1:
- [ ] 任务2:
- [x] 任务3:搭建向量数据库
- [ ] 任务4:构建 RAG 应用
- [ ] 任务5:[个人知识库助手](task5.md)