File size: 230 Bytes
0ccfe4a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""
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