mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-28 21:12:13 +00:00
- Refactor task execution to improve concurrency control - Implement batch processing for vector deletion in Chroma store # Description 1 ,When chunk a knowledge base file, if there are too many chunks , using asyncio.gather(*tasks) will cause the CPU to freeze 2 , When using the Chroma vector database, if the one-time deletion of embedding documents ids exceeds 5461, it will fail  # How Has This Been Tested? # Snapshots:   Include snapshots for easier review. # Checklist: - [x] My code follows the style guidelines of this project - [x] I have already rebased the commits and make the commit message conform to the project standard. - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] Any dependent changes have been merged and published in downstream modules
dbgpt-integration
Package that contains modules and utilities that can be used across packages and services.