What's Changed
- Feat: Add Markdown & Mermaid support for WebUI by @choizhang in #1426
- Feat: add custom tokenizer by @drahnreb in #1396
- Feat: Add query mode prefix support in retrieval test of WebUI by @danielaskdd in #1433
- Improve PostgreSQL AGE query speed by write a customized BFS implementation by @danielaskdd in #1446
- Improve parallel handling for documents processing by @danielaskdd in #1447
- Postpond mermaid rendering untill streaming streaming respond stopped. by @danielaskdd in #1453
- Hot Fix: solved dead lock problem for FAISS vector storage by @danielaskdd in #1465
- Prioritize high-degree neighbors in BFS traversal for NetoworkX storage by @danielaskdd in #1468
- fix: correct parentheses.
system_promptwas never formatted. by @drahnreb in #1402 - fix: add miss key for ainsert_custom_chunks by @zhudongwork in #1389
- feat: PGKVStorage add get_all() by @zhudongwork in #1392
- fix streaming "list index out of range" by @Enoughappens in #1409
- refactor(lightrag): Optimize error handling and logging by @stevezhangishero in #1393
- Update prompt.py by @cywzl in #1422
- feat: Add
aget_docs_by_idsto check document processing status by @earayu in #1419 - use a single parameter placeholder for the array; by @OxidBurn in #1427
- Revise the context format of chunks from CSV to JSON to enhance compatibility with LLM by @Inighty in #1412
- Update postgres_impl.py by @widgit in #1431
- Friendly implementation of entity extraction and relationship weight extract for Low-Capability LLMs by @tackhwa in #1423
- Update README-zh.md by @feeingHe in #1466
New Contributors
- @drahnreb made their first contribution in #1402
- @Enoughappens made their first contribution in #1409
- @stevezhangishero made their first contribution in #1393
- @cywzl made their first contribution in #1422
- @Inighty made their first contribution in #1412
- @widgit made their first contribution in #1431
- @feeingHe made their first contribution in #1466
Full Changelog: v1.3.3...v1.3.4