What's New
- feat: Add POSTGRES_ENABLE_VECTOR option to conditionally disable pgvector extension by @StoreksFeed in #2683
- Add i18n support for Vietnamese by @zAcherttp in #2708
What's Changed
- Fix: Content Duplicate Detection for Document Upload Now Trackable by @danielaskdd in #2591
- Add Claude Code GitHub Workflow by @danielaskdd in #2601
- Fix/anthropic api compatibility by @skogsbaeck in #2603
- add support for C/C++ header files by @Mjemec in #2614
- Add LightRAG workspace management demo script by @vishvaRam in #2615
- Enhance README with usage example for workspaces by @vishvaRam in #2618
- feat(api): Add async streaming file upload with configurable size limit by @danielaskdd in #2622
- Update installation instructions in README by @Krytos in #2624
- Update Litewrite Link by @LarFii in #2628
- fix: Add default value for max_file_paths to prevent TypeError by @danielaskdd in #2641
- Fix: Add MAX_EXTRACT_INPUT_TOKENS to prevent gleaning context overflow (#2472) by @Odin233 in #2630
- fix: correct typos 'seperator', 'descpriton', and 'seperate' by @thecaptain789 in #2685
- Validate description fields in graph CRUD paths by @danielaskdd in #2706
- fix: pass embedding_dim to Azure OpenAI embedding API by @danielaskdd in #2721
- fix: use WindowsSelectorEventLoopPolicy on Windows to fix server port… by @Sampriti2803 in #2704
- fix: sanitize comma-separated entity types to prevent Neo4j CypherSyntaxError by @danielaskdd in #2722
- fix(postgres): make PGVectorStorage table/index creation idempotent (fixes #2702) by @danielaskdd in #2723
- fix(webui): make build runtime-agnostic by fixing Bun-only imports in… by @Pranavh-2004 in #2703
- fix(webui): wrap ReactMarkdown with div to fix className prop crash in dev mode by @danielaskdd in #2724
New Contributors
- @skogsbaeck made their first contribution in #2603
- @Mjemec made their first contribution in #2614
- @Krytos made their first contribution in #2624
- @Odin233 made their first contribution in #2630
- @thecaptain789 made their first contribution in #2685
- @StoreksFeed made their first contribution in #2683
- @Sampriti2803 made their first contribution in #2704
- @zAcherttp made their first contribution in #2708
- @Pranavh-2004 made their first contribution in #2703
Full Changelog: v1.4.9.11...v1.4.10