What's Changed
- Resolve the issue with making API calls to Azure OpenAI service by @zhicwu in #1043
- force keywords_extraction output as JSON by @zhenya-zhu in #1045
- Improve Entity Extraction Robustness for Truncated LLM Responses by @danielaskdd in #1046
- Filter by ID during Query for Postgres VDB by @ArindamRoy23 in #1032
- Refactor LightRAG for better code organization by @LarFii in #1051
- Fix the merge bug with Neo4j by @LarFii in #1053
- Standardizing Vector Database Interfaces by @LarFii in #1052
- The WebUI has added multi-language support, currently covering Chines… by @baoheping in #1028
- Fix optional query item in all DBs by @ArindamRoy23 in #1060
- Refactor Neo4J storage to use entity_id for node identification by @danielaskdd in #1050
- Add PipelineStatusResponse model for API endpoint by @danielaskdd in #1068
- Fix get single node subgrap problem by @danielaskdd in #1073
- Update .gitignore by @danielaskdd in #1074
- Explicitly set API docs and schema URLs. by @danielaskdd in #1078
- Fixed lint and Added new imports at the top of the file by @RushiChaganti in #1061
- Consolidate the two log filters into a single utility and relocate it to the utils module. by @danielaskdd in #1080
- Fix graspologic build error in docker container by @coredevorg in #1058
- fix stream by @lybtt in #1070
- Implemented several enhancements to the Graph UI by @danielaskdd in #1064
- Replace unreasonable parameter names by @pengjunfeng11 in #1079
- Fix PGDocStatusStorage content extraction for DocProcessingStatus by @ericshao in #1062
- Updated PSQL's chunk_id field to be a TEXT field by @JoramMillenaar in #1091
- Adjust concurrency limits more LLM friendly settings for new comers by @danielaskdd in #1097
- Fix pipeline bactch process problem by @danielaskdd in #1098
- Postgresql - refactor the store entity/relation data by @OxidBurn in #1085
- Fixed Postgres query parsing issues by @JoramMillenaar in #1087
- fix continue prompt format error by @LarFii in #1102
- Update postgres_impl.py by @pengjunfeng11 in #1100
- Adding support for handling file paths in document processing. by @LarFii in #1103
New Contributors
- @ArindamRoy23 made their first contribution in #1032
- @baoheping made their first contribution in #1028
- @RushiChaganti made their first contribution in #1061
- @coredevorg made their first contribution in #1058
- @lybtt made their first contribution in #1070
- @pengjunfeng11 made their first contribution in #1079
- @ericshao made their first contribution in #1062
- @JoramMillenaar made their first contribution in #1091
- @OxidBurn made their first contribution in #1085
Full Changelog: v1.2.5...v1.2.6