Serie: RAG AI
python
3 righe
· Aggiornato 2026-05-08
__init__.py
RAG_AI/src/__init__.py
"""RAG AI 專案:依教材附錄 A 實作的生產級 PDF/Markdown QA 系統。"""
__version__ = "1.0.0"
Articoli correlati
RAG AI
python
Aggiornato 2026-05-08
main.py
main.py — python source code from the RAG AI learning materials (RAG_AI/main.py).
Leggi l'articolo →
RAG AI
python
Aggiornato 2026-05-08
app.py
app.py — python source code from the RAG AI learning materials (RAG_AI/src/app.py).
Leggi l'articolo →
RAG AI
python
Aggiornato 2026-05-08
config.py
config.py — python source code from the RAG AI learning materials (RAG_AI/src/config.py).
Leggi l'articolo →
RAG AI
python
Aggiornato 2026-05-08
evaluate.py
evaluate.py — python source code from the RAG AI learning materials (RAG_AI/src/evaluate.py).
Leggi l'articolo →
RAG AI
python
Aggiornato 2026-05-08
ingest.py
ingest.py — python source code from the RAG AI learning materials (RAG_AI/src/ingest.py).
Leggi l'articolo →
RAG AI
python
Aggiornato 2026-05-08
prompts.py
prompts.py — python source code from the RAG AI learning materials (RAG_AI/src/prompts.py).
Leggi l'articolo →