IR_ESG_RAG_Bot / repository layout
Corin1998's picture
Upload 8 files
852a240 verified
raw
history blame contribute delete
537 Bytes
ir-esg-rag-openai-8lang/
├── app.py # Gradio UI + FastAPI (embed可) — 8言語対応
├── ingest.py # PDF→チャンク→OpenAI Embeddings→FAISS
├── guardrails.py # スコープ/PII/免責
├── openai_client.py # Responses API呼び出し・共通ユーティリティ
├── config.yaml # モデル/閾値/言語
├── requirements.txt
├── README.md
├── data/
│ ├── pdf/
│ └── index/
│ ├── faiss.index
│ └── meta.jsonl
└── logs/
└── qa_log.jsonl