-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbash
281 lines (281 loc) · 17.1 KB
/
bash
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
[33mc1c09ba[m[33m ([m[1;36mHEAD[m[33m -> [m[1;32mmain[m[33m, [m[1;31morigin/main[m[33m, [m[1;31morigin/HEAD[m[33m)[m Flow cleanup (#1510)
[33md0543d1[m Move extractors (#1516)
[33md59b397[m feat: move py.typed to root (#1529)
[33maa467f4[m[33m ([m[1;33mtag: [m[1;33mv1.0.1[m[33m)[m Release v1.0.1 (#1534)
[33mcfe2082[m Fix/llm bugs empty extraction (#1533)
[33mf7cd155[m Fix/encoding model config (#1527)
[33m329b83c[m Fix on_error Callbacks (#1526)
[33m9836643[m Update doc site with api overview notebook (#1509)
[33m2d1c27d[m[33m ([m[1;33mtag: [m[1;33mv1.0.0[m[33m)[m Release v1.0.0 (#1501)
[33m1d68af3[m Community workflow (#1495)
[33mde12521[m Dependency updates (#1494)
[33m8233421[m Cleanup factory methods (#1482)
[33m0440580[m Add Parent to communities in data model (#1491)
[33m61816e0[m Migration notebook (#1492)
[33m1a13e0f[m[33m ([m[1;33mtag: [m[1;33mv0.9.0[m[33m)[m Release v0.9.0 (#1479)
[33m1c3b0f3[m Chore/lib updates (#1477)
[33mb1f2ca7[m deduplicate sources in local search context (#1468)
[33m5ff2d3c[m Remove graphrag.llm, replace with fnllm (#1315)
[33md43124e[m Refactor Create Final Community reports to simplify code (#1456)
[33mb001422[m Update index API + a notebook that provides a general API overview (#1454)
[33m10f84c9[m Replace md5 hash (#1470)
[33md17dfd0[m Graph collapse (#1464)
[33m756f5c3[m Update search.py (#1457)
[33mdad2176[m Miscellaneous code cleanup procedures (#1452)
[33m0b2120c[m Docs and notebooks update (#1451)
[33m2b7d289[m Fix encoding issue: Ensure non-ASCII characters are correctly represe… (#1446)
[33mae796b9[m Fix dynamic community selection in global search (#1450)
[33m6d21ef2[m[33m ([m[1;33mtag: [m[1;33mv0.5.0[m[33m)[m Release v0.5.0 (#1415)
[33m22a57d1[m Improve CLI speed with lazy imports (#1319)
[33m9b4f24e[m First cut at config cleanup (#1411)
[33m425dbc6[m Docs update (#1408)
[33mec9cdcc[m fix typo. Correct the wording "global search" to "drift search" in drift search documentation (#1383)
[33m0a58010[m Fix documentation for generate_indexing_prompts (#1336)
[33mc90166c[m Add Parquet as part of the default emitters when not present (#1407)
[33m51912b2[m Move prompts (#1404)
[33mc8c354e[m Artifact cleanup (#1341)
[33me534223[m Implement dynamic community selection for global search (#1396)
[33mba50caa[m[33m ([m[1;33mtag: [m[1;33mv0.4.1[m[33m)[m Release v0.4.1 (#1387)
[33m20c1202[m Feat/update cli (#1376)
[33mbaa261c[m [bugfix]Fix query error with --streaming (#1368)
[33m3d79de9[m Raise error on empty deltas for incremental indexing (#1375)
[33m1661672[m Fix optional covariates check in incremental indexing (#1374)
[33ma8ccded[m Fix file path issue in the viz guide (#1372)
[33m2047c15[m Fix styling and misalignment on drift docs (#1373)
[33m0394b55[m Update CI/CD - skip running unit tests on documentation-only PRs (#1371)
[33m9762f33[m Add visualization guide (#1340)
[33ma6d9b0c[m[33m ([m[1;33mtag: [m[1;33mv0.4.0[m[33m)[m Release v0.4.0 (#1361)
[33m635c211[m Fix Community ID loading for DRIFT search over existing indexes (#1360)
[33m80c0c7b[m Update Incremental Indexing to new embeddings workflow (#1359)
[33m83bd5ce[m Fix content embedding container name (#1358)
[33m1557ce3[m Fix init defaults for vector store and img in drift docs (#1357)
[33md9f985a[m Drift Search CLI, API, Docs and Example Notebook (#1348)
[33m68dfcee[m Updated the variable names within the for-loop to differentiate betwe… (#1356)
[33m634e3ed[m Transient entity graph (#1349)
[33m17658c5[m New workflow to generate embeddings in a single workflow (#1296)
[33m8302920[m move mkdocs-typer to devdeps (#1331)
[33m7235c6f[m Add Incremental Indexing v1 (#1318)
[33m0cc79b9[m Add backwards compatibility patch for vector store (#1334)
[33m83026bd[m Remove duplicated entried from relationships and nodes (#1333)
[33m083de12[m Auto-generate CLI doc pages (#1325)
[33md6e6f5c[m Convert CLI to Typer app (#1305)
[33m94f1e62[m Rework workflow architecture (#1311)
[33mac09e0a[m Feature/optimize count relationships (#1312)
[33m3df6f8c[m Allow ci/cd to skip draft PRs (#1314)
[33m77e7777[m Fix drift search edge cases over small input sets (#1310)
[33m8d8c67d[m fix typo. Update documentation URLs for consistency (#1298)
[33m8a6d4e6[m DRIFT Search (#1285)
[33me0840a2[m Fix vector store logic and refactor audience parameter (#1259)
[33m6aae386[m Perf optimizations in map_query_to_entities() (#1276)
[33m1f70d42[m Empty workflow returns (#1291)
[33mfc502ee[m Fix cookie consent script missing (#1292)
[33mce5b120[m Collapse graph documents workflows (#1284)
[33m137a5cd[m Fix/docs auto prompt img (#1283)
[33mcb052a7[m Dependency updates (#1272)
[33mfc9895f[m Replace current docs by mkdocs (#1263)
[33md9a005c[m Reorganize python package structure (#1214)
[33mce8749b[m Fix: Add await to LLM execution for async handling (#1206)
[33mcd4f1fa[m Adding fix per comment on Issue-692 (#1255)
[33m9fa6b91[m Chore/community context clean (#1262)
[33md4a0a59[m Change config.json references to settings.json in the configuration document. (#1221)
[33md66901e[m Update description of GRAPHRAG_CACHE_BASE_DIR in env_vars.md (#1213)
[33m61b3d6d[m Migrate helper verbs (#1248)
[33m718d1ef[m Migrate embedding operations (#1242)
[33mf5c5876[m Reorganize flows (#1240)
[33m9070ea5[m Collapse create base extracted entities (#1235)
[33m630679f[m Collapse create summarized entities (#1237)
[33m5220bb7[m Collapse create base entity graph (#1233)
[33m00d5e77[m Collapse create final community reports (#1227)
[33m0d348d6[m Remove unused cols from final entities (#1226)
[33m737a471[m Pandas-ify Create Final Entities (#1225)
[33mce71bcf[m Collapse create final entities (#1220)
[33m3217013[m Revisit create final text units (#1216)
[33m73e709b[m Collapse create final covariates (#1215)
[33m0952014[m Fix issue 1173 - Nested json parsing (#1218)
[33m14750f4[m Collapse create final documents (#1217)
[33mdda4edd[m Pandas-ify Create Base Documents (#1209)
[33mf518c8b[m Collapse relationship embeddings (#1199)
[33m1755afb[m Collapse create base text units (#1178)
[33mbe7d3eb[m Remove aggregate_df from final coomunities and final text units (#1179)
[33mfbc483e[m Collapse create base documents (#1176)
[33mea46820[m Fix typo in documentation for customizability (#1160)
[33mf8ab1b3[m Collapse create_final_nodes (#1171)
[33mfb65989[m Incremental indexing/update old outputs (#1155)
[33m1dbcc42[m Remove redundant code from error-handling code in GlobalSearch (#1170)
[33m16b4ea5[m[33m ([m[1;33mtag: [m[1;33mv0.3.6[m[33m)[m Release v0.3.6 (#1172)
[33mb61c4ec[m Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 (#1104)
[33mae094bb[m Collapse create final relationships (#1158)
[33mbd2c1da[m Bump path-to-regexp from 6.2.1 to 6.3.0 in /docsite (#1130)
[33m84fb14c[m Chore/dependency cleanup (#1169)
[33m96a2460[m[33m ([m[1;33mtag: [m[1;33mv0.3.5[m[33m)[m Release v0.3.5 (#1166)
[33m95409ff[m Remove lancedb_dir redundant assignments (#1163)
[33mac234f4[m Fix prompt tune output path on cli (#1157)
[33m3b09df6[m Migrate towards using static output directories (#1113)
[33m1091079[m Fix seed init in clustering (#1156)
[33m594084f[m Improve and cleanup logging output of indexing (#1144)
[33maa5b426[m Collapse final communities workflow (#1150)
[33ma473265[m Collapse verbs: create_final_text_units (#1143)
[33mf7f96c3[m Cleanup cli (#1127)
[33md22c0e7[m Covariate collapse (#1142)
[33m2de302f[m Verb merge nre1 (#1140)
[33mcb4f2b4[m Fix seeded random gen on clustering step (#1132)
[33m8c7f0df[m Fix duplicates in community context builder (#1131)
[33mfcfa7b1[m Update factories.py to allow the usage of the request timeout ChatOpe… (#1115)
[33m7b8f5ba[m Correct links to datashaper verbs in comments (#1068)
[33m8a0bc05[m Release v0.3.4 (#1125)
[33mc0d535d[m Fix summarization including empty descriptions (#1124)
[33mcdf5fc4[m Deep copy txt units on local search to avoid race conditions (#1118)
[33me7ee8cb[m[33m ([m[1;33mtag: [m[1;33mv0.3.3[m[33m)[m release v0.3.3 (#1116)
[33m1b55972[m Update create_pipeline_config.py (#1108)
[33m27c5468[m Load query from blob (#1095)
[33m044516f[m Clean and organize run index code (#1090)
[33m2d45ece[m fix setting base_dir to full paths when not using file system. (#1096)
[33mab29cc2[m Consistent config load_config (#1065)
[33m3f98002[m Fix img width (#1061)
[33m7ffce8d[m Fix img for autotune (#1060)
[33m6fc452b[m Update bash example in docs for prompt tune (#1059)
[33me023882[m Update Prompt Tuning docs (#1057)
[33md13aec5[m Bump jupyterlab from 4.2.4 to 4.2.5 (#1056)
[33m0b1f7db[m Bump notebook from 7.2.1 to 7.2.2 (#1055)
[33mfb56b7a[m Fix circular dependency on prompt tune api (#1054)
[33m1e8bb40[m Update indexer_adapters.py (#895)
[33m26bcdf3[m docs: update manual_prompt_tuning.md (#963)
[33ma304848[m fix for issue 515 (#925)
[33m4801817[m Fix/entity extraction strategy (#1046)
[33mee734e6[m Bump textual from 0.76.0 to 0.78.0 (#1038)
[33m2f59701[m Bump lancedb from 0.11.0 to 0.12.0 (#1024)
[33m89d1f02[m Bump json-repair from 0.26.0 to 0.28.4 (#1044)
[33mda440f7[m Bump pytest-asyncio from 0.23.8 to 0.24.0 (#1022)
[33m1b51827[m Fix INIT_YAML embeddings default settings (#1039)
[33m22df2f8[m Fix/text unit code cleanup (#1040)
[33m5d8e60c[m Add source URL to the package (#927)
[33m44fd35c[m Update VectorStoreSearchResult score value range (#937)
[33m75735bd[m[33m ([m[1;33mtag: [m[1;33mv0.3.2[m[33m)[m Release v0.3.2 (#1034)
[33m32c0cdf[m Patch "past" dependency issues (#1033)
[33ma90d210[m Improve search type hint (#1031)
[33m4c2f537[m Add missing config parameter for prompt tuning docs (#1017)
[33mfd8e56c[m Update developer guide (#1029)
[33m55e74a0[m Fix weight casting during graph extraction (#1016)
[33me15df44[m Ensure entity types to be str in prompt tune (#1015)
[33m13e17d2[m Bump ruff from 0.5.7 to 0.6.2 (#1014)
[33mb1d4ddd[m Bump micromatch from 4.0.5 to 4.0.8 in /docsite (#1013)
[33mcb0aae7[m Add graphrag_import_neo4j_cypher Notebook (#593)
[33mdd71135[m Change lancedb placement (#996)
[33m4b9fdc0[m Add context data to query responses (#1003)
[33m9c6f5e0[m[33m ([m[1;33mtag: [m[1;33mv0.3.1[m[33m)[m Release v0.3.1 (#1001)
[33mf5b4d2f[m Ci streamline (#988)
[33m98cabba[m Notebook tests (#978)
[33m8a9a2f7[m Bump uvloop from 0.19.0 to 0.20.0 (#969)
[33m6b4de3d[m Index API (#953)
[33m5a781dd[m Bump nltk from 3.8.1 to 3.9.1 (#966)
[33m62546a3[m Add streaming support for local/global search (#944)
[33ma6238c6[m Move embeddings target position (#938)
[33me4daf35[m Fix gh-pages publishing (#976)
[33m84f9bae[m Update 0-architecture.md (#961)
[33m3c0a98c[m Add preflight config file validations (#952)
[33m4040f02[m Update general_issue.yml (#956)
[33mbd5be7b[m Update issues-autoresolve.yml (#955)
[33m0b7c5a6[m Add cast check on schema validation for community reports (#932)
[33m36facbd[m Bump textual from 0.74.0 to 0.76.0 (#901)
[33m1ec1d2f[m Bump azure-storage-blob from 12.21.0 to 12.22.0 (#900)
[33mba63eda[m Bump pyyaml from 6.0.1 to 6.0.2 (#898)
[33mac504e3[m Add stricter filtering and tests for cli data directory discovery (#910)
[33md68e323[m Disable fail fast on tests (#911)
[33mf9c1bdd[m[33m ([m[1;33mtag: [m[1;33mv0.3.0[m[33m)[m Release v0.3.0 (#912)
[33m4b9f268[m Fix/query embedding (#909)
[33m3f31af8[m typo summarize prompt (#907)
[33m5a7dbaa[m Fix sort_context max_tokens & max_tokens param in verb (#888)
[33m238f1c2[m Implement prompt tuning API (#855)
[33m4bcbfd1[m Implement query api (#839)
[33m7fd23fa[m Stabilize smoke tests for query community context building (#908)
[33m073f650[m Fix/json dumps ascii (#873)
[33m7376f14[m[33m ([m[1;33mtag: [m[1;33mv0.2.2[m[33m)[m Release v0.2.2 (#872)
[33m85a5a61[m Bump tenacity from 8.5.0 to 9.0.0 (#823)
[33mc88dbb3[m Bump json-repair from 0.25.3 to 0.26.0 (#824)
[33mc451aa0[m Update smoke tests (#861)
[33m1e10bd3[m Re-enable smoke tests (#848)
[33mc749fe2[m Docs updates aug06 (#852)
[33m8a1221e[m Fix community context builder for local search (#850)
[33m5326840[m[33m ([m[1;33mtag: [m[1;33mv0.2.1[m[33m)[m Release v0.2.1 (#835)
[33mbd326d2[m Only repair broken responses (#834)
[33m4822465[m fix json parsing logic and warning message (#833)
[33m7b656af[m Fix embeddings loading on local search cli (#831)
[33m487cb96[m Repair json when LLM returns faulty responses on non json mode (#801)
[33m9020df1[m Update prompt tune prompts (#794)
[33m7e1529a[m fix community context builder (#783)
[33md26491a[m Gnievesponce/query client vectore store (#771)
[33mfc9f29d[m added default title_column and collection_name values for workflows u… (#677)
[33mda100c7[m Bump poethepoet from 0.26.1 to 0.27.0 (#764)
[33mddbe7e1[m Bump lancedb from 0.10.2 to 0.11.0 (#763)
[33ma1506ad[m Bump textual from 0.72.0 to 0.74.0 (#762)
[33m70bd2d9[m Fix default entity extraction prompt (#781)
[33m4c181a5[m Update issues-autoresolve.yml (#780)
[33m64fe754[m Bump pytest from 8.3.1 to 8.3.2 (#761)
[33m56db78a[m system -> assistant (#773)
[33m5eb58b6[m Bump openai from 1.37.0 to 1.37.1 (#760)
[33mda5ed4b[m Bump actions/stale from 5 to 9 (#759)
[33m9d99f32[m Add encoding model to entity/claim extraction config sections (#740)
[33m8565cd6[m Update the ConfigReader to allow for empty chunk-by arrays (#742)
[33m4c229af[m add encoding model to text-chunking config (#743)
[33m971e7d9[m Update issue templates for more explicit guidance (#738)
[33mf5c9c2b[m Add History input to cache-key, cache data (#736)
[33m4e6589b[m fix config reader to allow for zero gleans (#735)
[33m4145167[m Add user input to history tracking (#734)
[33m61b5eea[m Fix version numbering on publication (#701)
[33mc8aefb2[m[33m ([m[1;33mtag: [m[1;33mv0.2.0[m[33m)[m v0.2.0 (#700)
[33mac6f240[m Add autoresolve and update publish workflows (#698)
[33m60520dc[m fix the llm organization parameter is ineffective during queries (#612)
[33m2a95e67[m Update issue templates (#675)
[33me8df283[m fix - in run_local_search(), avoid re-reading create_final_nodes.parquet file (#592)
[33ma113821[m Fix/few shot selection (#530)
[33m2ddee65[m Read/write files as binary utf-8 (#639)
[33m54f48d6[m chore: fixes typo in introduction document (#637)
[33m5d025ae[m docs: update docsite/index.md (#552)
[33m4c6562c[m Update CODEOWNERS (#658)
[33m309abc9[m add community sample with interactive graph visualization (#569)
[33mec43e3a[m Bump ruff from 0.5.1 to 0.5.2 (#560)
[33m12f2be0[m Bump coverage from 7.5.4 to 7.6.0 (#559)
[33m804f54c[m Bump pyright from 1.1.370 to 1.1.371 (#558)
[33m0aa1c31[m Bump lancedb from 0.9.0 to 0.10.0 (#557)
[33m5a79d0c[m Bump tenacity from 8.4.2 to 8.5.0 (#556)
[33mce46251[m Local search llm params (#533)
[33m5b283f2[m Wrap file loading to catch exceptions and skip files (#532)
[33mec37389[m [bugfix]Fix chunk.choices[0].delta.content is None in query response (#520)
[33mff7ac05[m [bug] fix chunk.choices[0].delta NoneType (#509)
[33m53fcafd[m Fix Mixed LLM settings for completions and embeddings (#517)
[33maf74cae[m Modify the URL comment to make it correct. (#482)
[33ma0caadb[m Fix encoding model parameter in prompt auto templating (#500)
[33mc7da7f1[m [compatibility issue] Support open source LLM model to prompt-tune (#505)
[33m7a9c907[m Change defaults for CHUNK_SIZE, CHUNK_OVERLAP and GLEANINGS (#499)
[33mc3852b0[m Fix/prompt tuning report rating (#496)
[33maff2f79[m Feat/language in autotemplating (#468)
[33m6073440[m Bump textual from 0.70.0 to 0.72.0 (#462)
[33m5f34d2d[m Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 (#425)
[33mcf4ac7f[m Bump ruff from 0.5.0 to 0.5.1 (#422)
[33mb1d1cb9[m Update auto_prompt_tuning.md (#406)
[33mb53b91e[m Bump pyright from 1.1.369 to 1.1.370 (#421)
[33me2572c7[m [bug fix]Fix community_report config doesn't work in settings.yaml (#405)
[33mf46d5d5[m Bump pydantic from 2.8.0 to 2.8.2 (#420)
[33m64c2e72[m Bump certifi from 2024.6.2 to 2024.7.4 (#391)
[33m2f53304[m Update README.md (#439)
[33mdd11342[m Add issue templates (#448)
[33mb912081[m Add N parameter support (#390)
[33ma22003c[m Fix/syntax error in overview.md (#364)
[33m6865d60[m Fix/feat: Implementation of Minute-Based Rate Limiting in CommunityReportsExtractor Using asyncio and async_mode (#373)
[33mdaca75f[m Fix/autotuning limit overflow (#363)
[33m88dd444[m Fix/333 broken link (#352)
[33m04159f4[m Update indexing cli (#332)
[33mbea9e5d[m Update README.md (#348)
[33mf0843b2[m Update index.md (#349)
[33mffeadc6[m Update dictionary.txt (#350)
[33m751e0ca[m Add paper links and badges to Readme. (#326)
[33mf865e66[m Fix dead link due to typo (#320)
[33m63a2b96[m [Documentation] Add bullet point directing people to the Github Discussions tab (#324)
[33ma81efe5[m[33m ([m[1;33mtag: [m[1;33mv0.1.1[m[33m)[m Fix docsite base url (#319)
[33mc556fbb[m Fix versioning (#318)
[33m7f88f1e[m Fix publishing (#317)
[33mcc49232[m Fix publishing (#316)
[33m1aaa8c4[m Fix publishing (#315)
[33m7879bfb[m Fix publishing (#314)
[33m3093251[m Release v0.1.0 (#313)
[33m81b81cf[m Initial Release