GitHunt
WA

wasabina67/local-rag-app-example

Local rag app example

local-rag-app-example

Local rag app example

Setup

uv init --app --python 3.12
uv add openai
uv add --dev ruff black

Install dependencies

uv sync

Run

uv run ruff check .
uv run black .
uv run python main.py
uv run python check_embedding.py
uv run streamlit run rag_app.py

Question

ChromaDBのセットアップをしたのはいつだっけ?
パフォーマンス最適化のためにしたことは?
テストカバレッジはどのように改善されましたか?

Languages

Python100.0%

Contributors

MIT License
Created November 1, 2025
Updated December 10, 2025