Spaces:
Sleeping
Sleeping
| # 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 | |