Quizify / backend /core /config.py
hetsheta's picture
Migrate frontend to React + Vite with glassmorphism UI
5d00a33
Raw
History Blame Contribute Delete
182 Bytes
VECTOR_DB_PATH = "faiss_index"
# Gemini text-embedding-004 limit: 2048 tokens (~8000 chars).
# 800 chars ≈ 200 tokens — safely within limit.
CHUNK_SIZE = 800
CHUNK_OVERLAP = 100