candle-fire / scripts /build_index.py
KevinIsInCoding
feat: initial project scaffold and Stage 2 ingestion pipeline
0ccfe4a
Raw
History Blame
230 Bytes
"""
Build the ChromaDB vector index from papers and extracted entities.
Usage:
uv run python scripts/build_index.py
uv run python scripts/build_index.py --reset # drop and rebuild collection
"""
# Stage 3 implementation