系列: RAG AI
python
3 行
· 更新于 2026-05-08
__init__.py
RAG_AI/src/__init__.py
"""RAG AI 專案:依教材附錄 A 實作的生產級 PDF/Markdown QA 系統。"""
__version__ = "1.0.0"
相关文章
RAG AI
python
更新于 2026-05-08
main.py
main.py — python source code from the RAG AI learning materials (RAG_AI/main.py).
阅读文章 →
RAG AI
python
更新于 2026-05-08
app.py
app.py — python source code from the RAG AI learning materials (RAG_AI/src/app.py).
阅读文章 →
RAG AI
python
更新于 2026-05-08
config.py
config.py — python source code from the RAG AI learning materials (RAG_AI/src/config.py).
阅读文章 →
RAG AI
python
更新于 2026-05-08
evaluate.py
evaluate.py — python source code from the RAG AI learning materials (RAG_AI/src/evaluate.py).
阅读文章 →
RAG AI
python
更新于 2026-05-08
ingest.py
ingest.py — python source code from the RAG AI learning materials (RAG_AI/src/ingest.py).
阅读文章 →
RAG AI
python
更新于 2026-05-08
prompts.py
prompts.py — python source code from the RAG AI learning materials (RAG_AI/src/prompts.py).
阅读文章 →