Commit History

fix(docker): Correct BASE_DIR in Dockerfile; revert debug prints in config.py
e0a3d91
Running

Gemini commited on

feat(debug): Add debug prints to config.py for path tracing
42a79a5

Gemini commited on

fix(docker): Align USER_RAW_CONTENT_DIR with actual file storage path and remove redundant LOCAL_BASE_DIR
834c3b1

Gemini commited on

fix(docker): Correct LOCAL_BASE_DIR and USER_RAW_CONTENT_DIR for proper path resolution
d29ff40

Gemini commited on

fix(docker): Correct USER_RAW_CONTENT_DIR path to include data/ for scan
fe505f8

Gemini commited on

fix(docker): Set USER_RAW_CONTENT_DIR env var to fix scan_documents NoneType error
8a09221

Gemini commited on

docs: Update API_DOCUMENTATION.md with Hugging Face Space URL
0d362ee

Gemini commited on

fix(docker): Copy scripts directory to fix start.sh error
6775827

Gemini commited on

fix(docker): Align port to 7860 in Dockerfile and docker-compose
da3c39e

Gemini commited on

fix(start.sh): Fix SCRIPT_DIR to correctly source setup.sh
5a37b3e

Gemini commited on

fix: Correct /api/talk routing\n\n- Removed url_prefix from talk_bp Blueprint definition.\n- Changed route decorator to @talk_bp.route("/api/talk", methods=["POST"]) to correctly map the chat endpoint.
3cfc0a2

Gemini commited on

fix: Explicitly disable ChromaDB telemetry\n\n- Set anonymized_telemetry=False in ChromaDB client initialization in both chroma_utils.py and vector_repository.py to resolve persistent posthog errors.
fa21e69

Gemini commited on

fix: Adjust Flask port and disable HF telemetry\n\n- Changed Flask server port to 7860 for Hugging Face Spaces compatibility.\n- Added HF_HUB_DISABLE_TELEMETRY=1 to further disable telemetry.
bf063e6

Gemini commited on

fix: Correct start.sh execution flow and app path\n\n- Restored 'cd /app' and original Flask run command.\n- Ensures correct working directory for app.py and setup.sh sourcing.\n- Environment variables are now set before app startup.
52d0968

Gemini commited on

fix: Resolve runtime errors and timeout issues\n\n- Create writable directories for logs and Hugging Face cache.\n- Set TRANSFORMERS_CACHE environment variable.\n- Fix SyntaxWarning in lpm_kernel/utils.py.\n- Disable ChromaDB telemetry to prevent posthog errors.
e09e6c3

Gemini commited on

fix: attempt to disable PostHog telemetry
8787dc9

Gemini commited on

fix: use HF_HOME instead of TRANSFORMERS_CACHE
7b49a15

Gemini commited on

fix: correct REGISTRY_SERVER_URL to REGISTRY_SERVICE_URL in .env
23fab2e

Gemini commited on

fix: add REGISTRY_SERVER_URL to .env
34a7182

Gemini commited on

feat: add .env file to git (forced)
8bce3b7

Gemini commited on

fix: address permission and .env issues
c360a55

Gemini commited on

fix: use start.sh script to start the application
293b6bd

Gemini commited on

fix: add huggingface space config
e729ce4

Gemini commited on

feat: add detailed logging
01d5a5d

Gemini commited on