1+ {
2+ "changes" : [
3+ {
4+ "description" : " Add children to communities to avoid re-compute." ,
5+ "type" : " major"
6+ },
7+ {
8+ "description" : " Reorganize and rename workflows and their outputs." ,
9+ "type" : " major"
10+ },
11+ {
12+ "description" : " Rework API to accept callbacks." ,
13+ "type" : " major"
14+ },
15+ {
16+ "description" : " Add LMM Manager and Factory, to support provider registration" ,
17+ "type" : " minor"
18+ },
19+ {
20+ "description" : " Add NLP graph extraction." ,
21+ "type" : " minor"
22+ },
23+ {
24+ "description" : " Add pipeline_start and pipeline_end callbacks." ,
25+ "type" : " minor"
26+ },
27+ {
28+ "description" : " Move embeddings snapshots to the workflow runner." ,
29+ "type" : " minor"
30+ },
31+ {
32+ "description" : " Remove config inheritance, hydration, and automatic env var overlays." ,
33+ "type" : " minor"
34+ },
35+ {
36+ "description" : " Rework the update output storage structure." ,
37+ "type" : " minor"
38+ },
39+ {
40+ "description" : " Add caching to NLP extractor." ,
41+ "type" : " patch"
42+ },
43+ {
44+ "description" : " Add vector store id reference to embeddings config." ,
45+ "type" : " patch"
46+ },
47+ {
48+ "description" : " Export NLP community reports prompt." ,
49+ "type" : " patch"
50+ },
51+ {
52+ "description" : " Fix DRIFT search on Azure AI Search." ,
53+ "type" : " patch"
54+ },
55+ {
56+ "description" : " Fix StopAsyncIteration catch." ,
57+ "type" : " patch"
58+ },
59+ {
60+ "description" : " Fix missing embeddings workflow in FastGraphRAG." ,
61+ "type" : " patch"
62+ },
63+ {
64+ "description" : " Fix proper use of n_depth for drift search" ,
65+ "type" : " patch"
66+ },
67+ {
68+ "description" : " Fix report generation recursion." ,
69+ "type" : " patch"
70+ },
71+ {
72+ "description" : " Fix summarization over large datasets for inc indexing. Fix relationship summarization" ,
73+ "type" : " patch"
74+ },
75+ {
76+ "description" : " Optimize data iteration by removing some iterrows from code" ,
77+ "type" : " patch"
78+ },
79+ {
80+ "description" : " Patch json mode for community reports" ,
81+ "type" : " patch"
82+ },
83+ {
84+ "description" : " Properly increment text unit IDs during updates." ,
85+ "type" : " patch"
86+ },
87+ {
88+ "description" : " Refactor config defaults from constants to type-safe, hierarchical dataclass." ,
89+ "type" : " patch"
90+ },
91+ {
92+ "description" : " Require explicit azure auth settings when using AOI." ,
93+ "type" : " patch"
94+ },
95+ {
96+ "description" : " Separates graph pruning for differential usage." ,
97+ "type" : " patch"
98+ },
99+ {
100+ "description" : " Tuck flow functions under their workflow modules." ,
101+ "type" : " patch"
102+ },
103+ {
104+ "description" : " Update fnllm. Remove unused libs." ,
105+ "type" : " patch"
106+ },
107+ {
108+ "description" : " Use ModelProvider for query module" ,
109+ "type" : " patch"
110+ },
111+ {
112+ "description" : " Use shared schema for final outputs." ,
113+ "type" : " patch"
114+ },
115+ {
116+ "description" : " add dynamic retry logic." ,
117+ "type" : " patch"
118+ },
119+ {
120+ "description" : " add option to prepend metadata into chunks" ,
121+ "type" : " patch"
122+ },
123+ {
124+ "description" : " cleanup query code duplication." ,
125+ "type" : " patch"
126+ },
127+ {
128+ "description" : " implemented multi-index querying for api layer" ,
129+ "type" : " patch"
130+ },
131+ {
132+ "description" : " multi index query cli support" ,
133+ "type" : " patch"
134+ },
135+ {
136+ "description" : " remove unused columns and change property document_attribute_columns to metadata" ,
137+ "type" : " patch"
138+ },
139+ {
140+ "description" : " update multi-index query to support new workflows" ,
141+ "type" : " patch"
142+ }
143+ ],
144+ "created_at" : " 2025-02-25T23:30:50+00:00" ,
145+ "version" : " 2.0.0"
146+ }
0 commit comments