runtime error

Exit code: 1. Reason: 🔧 Initializing FAISS index and cache... ⚠ WARNING: FAISS index not found at /app/data/faiss_index.bin Run: python scripts/initialize_rag.py ⚠ WARNING: Embedding cache not found at /app/data/embedding_cache.db Traceback (most recent call last): File "/app/app.py", line 8, in <module> from scripts.initialize_rag import main as init_main It will be created automatically on first use. ✅ Configuration validated successfully ImportError: cannot import name 'main' from 'scripts.initialize_rag' (/app/scripts/initialize_rag.py)

Container logs:

Fetching error logs...