DocWeave / backend

Commit History

fix: resolve workflow linking on resume, update proposals auto-commit, and validation baseline rules
90c285f
Running

shak3008 commited on

feat: add quick demo login, fix archived knowledge filter and workflow completion state
31cf797

shak3008 commited on

perf: optimize login transition and dashboard loading performance
d135b0e

shak3008 commited on

fix: eliminate N+1 queries on knowledge list/search endpoints
bab270b

shak3008 commited on

fix: auto-commit used workspace_id as committed_by (FK violation)
a73e8a7

shak3008 commited on

fix: activity filter shows all event types per doc; knowledge filter persists on back
cf8f291

shak3008 commited on

fix: concurrency lock, full stage instrumentation, submission docs
5cc6ebf

shak3008 commited on

fix forgot password
af6b01c

shak3008 commited on

fix signup
0892345

shak3008 commited on

mcp update
0e15ad4

shak3008 commited on

feat: use email OTP for password recovery
c21e365

shak3008 commited on

Remove demo mode from signup OTP verification flow
044887e

shak3008 commited on

feat: proposal archive/restore governance, knowledge derived status, documents live polling, yellow archive UI
ca2b2b6

shak3008 commited on

fix: harden knowledge governance and reconciliation
35ee1ab

shak3008 commited on

fix: complete knowledge lifecycle and activity pagination
1215cfd

shak3008 commited on

feat: improve knowledge extraction and wire knowledge labels
2c571d5

shak3008 commited on

fix: restore knowledge extraction and token tracking
1d1835b

shak3008 commited on

feat: multi-provider LLM (Ollama local + HuggingFace deployed + Groq), fix think-tag parsing, 15K batch
f651c7e

shak3008 commited on

fix: 5K char batch — Groq free tier strict payload limit
0579260

shak3008 commited on

restore: gpt-oss-120b model, 30K batch size, proper system prompt
7b98cec

shak3008 commited on

debug: reduce max_tokens to 2048, add request size logging
269a395

shak3008 commited on

fix: minimal prompt + 3K batch for Groq limits, optimistic delete in UI
65ce77f

shak3008 commited on

fix: switch to gpt-oss-20b (faster, larger limits), reduce batch to 8K
b58770e

shak3008 commited on

fix: reduce batch size to 20K chars for Groq free tier TPM limits
cb1f61f

shak3008 commited on

docs: comprehensive README, fix delete button (204), retry on any status
a7114c1

shak3008 commited on

fix: resolve LLM context limits and tool-calling errors using Qwen JSON batching
a213c70

shak3008 commited on

feat: batch knowledge extraction — processes all sections sequentially, no data loss
7149810

shak3008 commited on

refactor: knowledge extraction uses native JSON mode, no tool calling, 50K char buffer
aeb9996

shak3008 commited on

fix: reduce prompt size aggressively (6K cap, 4K retry, 3K fallback) for Groq limits
e3a463d

shak3008 commited on

feat: auto-detect document type from file extension
c793197

shak3008 commited on

fix: cap knowledge extraction prompt to 12K chars, reduce retry to 3 sections
50b1f20

shak3008 commited on

feat: switch email service to Resend HTTP API (no SMTP port needed)
7730e0a

shak3008 commited on

fix: use SMTP_SSL port 465 with timeout to prevent hanging on HF
4e95787

shak3008 commited on

feat: real email OTP via SMTP, forgot password email, Settings on mobile nav
8f548b0

shak3008 commited on

fix: remove unsupported JsonPlusSerializer kwarg for deployed langgraph version
d797968

shak3008 commited on

feat: serve frontend from FastAPI in Docker, auto same-origin in prod
444223c

shak3008 commited on

restore: revert deployment hacks, back to clean local-first state with Docker for HF Pro
f03a042

shak3008 commited on

feat: HF Pro Docker deployment - full stack in one container
a260d6f

shak3008 commited on

fix: lazy-load torch/sentence-transformers to avoid OOM on 512MB
b2334b3

shak3008 commited on

fix: add app/storage module (was excluded by gitignore)
6c48993

shak3008 commited on

chore: switch deployment target to Render, skip model preload
a7ab373

shak3008 commited on

fix: remove docling (websockets conflict with gradio), bump to gradio 5
cc01256

shak3008 commited on

feat: HuggingFace Gradio Space deployment (bypasses Docker paywall)
ff12f5e

shak3008 commited on

chore: deployment configs - Dockerfile (HF Spaces), vercel.json, pinned deps
afbbeee

shak3008 commited on

fix: use started_at instead of created_at on WorkflowRun
0a902e5

shak3008 commited on

feat: retry failed docs, graceful shutdown, optimistic approve, timeline fix, dashboard latest workflow
37e137f

shak3008 commited on

fix: auto-approve handles empty decision + debug logging in complete node
ab3cce8

shak3008 commited on

feat: auto-resume orphaned workflows on server restart + cancel button
f5a034b

shak3008 commited on

feat: topic_relevance validation rule using hybrid retrieval
79b28f1

shak3008 commited on

feat: live stage progression during workflow execution
3ec36d7

shak3008 commited on