secondme-api / lpm_kernel

Commit History

Upload folder using huggingface_hub
5830379
verified

harvesthealth commited on

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

Gemini commited on

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

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: 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

feat: add detailed logging
01d5a5d

Gemini commited on