v1.0.6

HKUDS/LightRAGv1.0.6Dec 13, 2024by LarFii

AI Summary

Adds ChromaDB vector storage integration and TiDB support for both KV and vector storage. It includes concurrent embedding limits and support for Zhipu AI API.

Key Highlights

  • ChromaDB Integration
  • TiDB Support (KV and Vector)
  • Concurrent Embedding Limit
  • Zhipu AI Support

New Features

  • ChromaDB Vector Storage
  • TiDB Support
  • Zhipu AI API Support

Full Release Notes

## What's Changed
* chore: update llm.py by @eltociear in https://github.com/HKUDS/LightRAG/pull/436
* fix(lightrag): Fix the logic for handling chunks with entities but no relationships by @magicyuan876 in https://github.com/HKUDS/LightRAG/pull/443
* Fix/lazy import by @davidleon in https://github.com/HKUDS/LightRAG/pull/444
* fix: rare embedding issue. by @davidleon in https://github.com/HKUDS/LightRAG/pull/440
* Feature/add concurrent embedding limit by @davidleon in https://github.com/HKUDS/LightRAG/pull/441
* Fix/extra keyword extraction by @davidleon in https://github.com/HKUDS/LightRAG/pull/442
* feat: Add ChromaDB integration for vector storage by @spo0nman in https://github.com/HKUDS/LightRAG/pull/447
* support TiDB: add TiDBKVStorage, TiDBVectorDBStorage by @Weaxs in https://github.com/HKUDS/LightRAG/pull/452
* fix: fix variable name(entitiy->entity) by @ChenZiHong-Gavin in https://github.com/HKUDS/LightRAG/pull/458
* fix: update operate.py by @tjyiiuan in https://github.com/HKUDS/LightRAG/pull/461
* Maybe very important!!! Fix embedding error by @billvsme in https://github.com/HKUDS/LightRAG/pull/464
* Supporting Zhipu AI API by @JasonGuoo in https://github.com/HKUDS/LightRAG/pull/462

## New Contributors
* @eltociear made their first contribution in https://github.com/HKUDS/LightRAG/pull/436
* @spo0nman made their first contribution in https://github.com/HKUDS/LightRAG/pull/447
* @Weaxs made their first contribution in https://github.com/HKUDS/LightRAG/pull/452
* @tjyiiuan made their first contribution in https://github.com/HKUDS/LightRAG/pull/461
* @billvsme made their first contribution in https://github.com/HKUDS/LightRAG/pull/464
* @JasonGuoo made their first contribution in https://github.com/HKUDS/LightRAG/pull/462

**Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.0.5...v1.0.6