lvvignesh2122's picture
Enhance RAG: Fix 429s, Add Persistence & Validation
0b8a777
raw
history blame
190 Bytes
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
# Virtual environment
venv/
# Environment variables
.env
# Vector store & runtime data
data/
*.npy
*.index
*.pkl
# OS / editor
.vscode/
.DS_Store