Commit Graph

  • 80d665e948 Document deploy workflow in README.md and AGENTS.md main keboss-m 2026-06-10 14:27:35 +0300
  • eee8f4c8a4 Replace LightRAG with native Python RAG engine + add deploy tooling keboss-m 2026-06-10 14:24:01 +0300
  • 36c9be48be Add document ingestion pipeline, chat analytics modes, and auth fixes keboss-m 2026-06-01 19:16:23 +0300
  • 8df14e3102 Add multi-tenant auth with org projects, roles, and personal workspaces. keboss-m 2026-06-01 18:54:25 +0300
  • 2727d3cd32 Fix XSS fallback when DOMPurify is unavailable in chat markdown renderer. keboss-m 2026-06-01 18:33:13 +0300
  • 1f2ef8f012 Render chat bot answers as markdown in the UI. keboss-m 2026-06-01 18:29:53 +0300
  • e9f5b80e23 Add API credentials for HF and OpenCode in config and env. keboss-m 2026-06-01 17:41:31 +0300
  • fee9b9acb1 Add RAG, summary pipeline, and split transcribe/postprocess queue. keboss-m 2026-06-01 17:40:58 +0300
  • 6206e24af0 Fix CSS: restore hover effect for all file items including MD files keboss-m 2026-06-01 12:56:55 +0300
  • 37f2b00deb Fix docx download: use native <a download> links instead of JS iframe method keboss-m 2026-06-01 12:53:46 +0300
  • 0c1d671c8d Fix docx download: attach click handlers directly to file items, use iframe for reliable download keboss-m 2026-06-01 12:49:54 +0300
  • fe0a2a0611 Fix docx download: make docx clickable, add forced download via Blob and ObjectURL keboss-m 2026-06-01 12:34:41 +0300
  • 2f3b27ac57 Remove source files after processing: delete from uploads, don't copy to processed keboss-m 2026-06-01 12:19:50 +0300
  • b786f84e7c Add nltk_data volume to persist NLTK resources across restarts keboss-m 2026-06-01 12:13:36 +0300
  • 24154665b6 Fix: run heavy pipeline in threads to unblock event loop, mount code volumes for live updates keboss-m 2026-06-01 12:02:49 +0300
  • 2eee05a52f Fix: add debounce to renderTasks to prevent frontend freeze during WebSocket updates keboss-m 2026-06-01 10:32:12 +0300
  • 932dc71b8a Fix task queue display: consistent task_id keys in frontend, add file field to WebSocket progress keboss-m 2026-06-01 10:24:19 +0300
  • e5a3927819 Fix: change filename to file in API responses for task queue display keboss-m 2026-05-31 16:42:10 +0300
  • ea1904f9af Fix Docker: correct entrypoint, remove hf_cache volume overlap, use existing image with models keboss-m 2026-05-31 13:04:13 +0300
  • 714ac06364 Add requirements.txt and allow it in gitignore keboss-m 2026-05-29 18:23:44 +0300
  • a19cb15816 Add uploads/ and processed/ to .gitignore Кирилл Блинов 2026-05-29 18:58:19 +0300
  • ef8c86d3e7 Add explicit webm support in file picker and docs Кирилл Блинов 2026-05-29 18:56:13 +0300
  • 22eb20a2db Clarify: large-v3 is max, bad audio needs preprocessing not bigger models Кирилл Блинов 2026-05-29 18:42:35 +0300
  • 12fda2c231 Add .env to repo for closed-loop deployment Кирилл Блинов 2026-05-29 18:12:45 +0300
  • 6e5ee64be0 Move HF_TOKEN to .env file for one-command docker compose up Кирилл Блинов 2026-05-29 18:11:00 +0300
  • 0ed45cdf12 Integrate HF_TOKEN into Docker build for preloaded diarization models Кирилл Блинов 2026-05-29 18:04:38 +0300
  • 0931a15d32 Add Docker support with preloaded models and docker-compose Кирилл Блинов 2026-05-29 17:50:30 +0300
  • 96426a09b4 Fix delete icon visibility for long folder names with timestamp Кирилл Блинов 2026-05-29 13:02:37 +0300
  • c880891839 Add folder deletion with confirmation dialog Кирилл Блинов 2026-05-29 12:52:51 +0300
  • 8bb21d0d7f Add timestamp to output folder to avoid overwrite conflicts on re-upload Кирилл Блинов 2026-05-29 12:45:33 +0300
  • 78e542a246 Increase batch_size to 2 for CPU optimization Кирилл Блинов 2026-05-29 12:42:07 +0300
  • 6f727b1f3d Fix file dialog double-open: add stopPropagation and reset input value Кирилл Блинов 2026-05-29 12:34:11 +0300
  • 5e62b3d308 Fix worker startup via FastAPI lifespan, remove manual start from server script Кирилл Блинов 2026-05-29 12:30:39 +0300
  • a10cc19e61 Fix JS loadFileTree error and add favicon Кирилл Блинов 2026-05-29 12:27:40 +0300
  • b9897555a3 Update README with web service documentation Кирилл Блинов 2026-05-29 12:17:27 +0300
  • beb411dfdc Add web service: FastAPI backend + minimal frontend with drag-drop, WebSocket progress, file tree and MD viewer Кирилл Блинов 2026-05-29 12:17:08 +0300
  • c771f83351 Add multi-format output support (docx + md simultaneously) Кирилл Блинов 2026-05-29 11:39:13 +0300
  • 25f45ae7de Add video/ to .gitignore for user data Кирилл Блинов 2026-05-29 11:13:06 +0300
  • bd7eadb49f Update README with video support and first-run documentation Кирилл Блинов 2026-05-29 10:53:44 +0300
  • ddee721bea Add video input support with ffmpeg audio extraction Кирилл Блинов 2026-05-29 10:53:16 +0300
  • 09d0a74520 Add .env and secrets to .gitignore Кирилл Блинов 2026-05-29 10:50:54 +0300
  • de212f5f00 Add local/offline processing explanation to README Кирилл Блинов 2026-05-29 10:29:51 +0300
  • bdd94b860f Add README and fix .gitignore for markdown files Кирилл Блинов 2026-05-29 10:28:16 +0300
  • 5a5d1fa960 Add initial project structure: pipeline, docs, config, profiles Кирилл Блинов 2026-05-29 10:16:02 +0300
  • 4214d689dd Add AGENTS.md with commit and push rules Кирилл Блинов 2026-05-29 10:06:55 +0300