FinSightAI / .env.example
Aniket2003333333's picture
start
7248d39
Raw
History Blame Contribute Delete
272 Bytes
# Modal inference
MODAL_APP_NAME=finsight-ai
# FAISS vector store (local persisted index)
FAISS_DATA_DIR=./data/faiss
# RAG
TOP_K=6
CHUNK_SIZE=512
CHUNK_OVERLAP=64
HYBRID_ALPHA=0.6
# SQLite chat sessions
CHAT_DB_PATH=./data/chat_sessions.db