DocWeave / backend /app /workflow /nodes /knowledge.py

Commit History

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

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

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

shak3008 commited on

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

shak3008 commited on

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

shak3008 commited on

feat: live stage progression during workflow execution
3ec36d7

shak3008 commited on

fix: capture token counts from LLM using include_raw=True
4431635

shak3008 commited on

feat: end-to-end cost tracking with frontend metrics panel
b53b3e8

shak3008 commited on

feat: upgrade to GPT OSS 120B + rewrite extraction prompt
dec40ab

shak3008 commited on

feat: add LLM-powered knowledge extraction workflow
e2532ee

shak3008 commited on