Commit 7235c6f
Add Incremental Indexing v1 (#1318)
* Create entypoint for cli and api (#1067)
* Add cli and api entrypoints for update index
* Semver
* Update docs
* Run tests on feature branch main
* Better /main handling in tests
* Incremental indexing/file delta (#1123)
* Calculate new inputs and deleted inputs on update
* Semver
* Clear ruff checks
* Fix pyright
* Fix PyRight
* Ruff again
* Update relationships after inc index (#1236)
* Collapse create final community reports (#1227)
* Remove extraneous param
* Add community report mocking assertions
* Collapse primary report generation
* Collapse embeddings
* Format
* Semver
* Remove extraneous check
* Move option set
* Collapse create base entity graph (#1233)
* Collapse create_base_entity_graph
* Format/typing
* Semver
* Fix smoke tests
* Simplify assignment
* Collapse create summarized entities (#1237)
* Collapse entity summarize
* Semver
* Collapse create base extracted entities (#1235)
* Set up base assertions
* Replace entity_extract
* Finish collapsing workflow
* Semver
* Update snoke tests
* Incremental indexing/update final text units (#1241)
* Update final text units
* Format
* Address comments
* Add v1 community merge using time period (#1257)
* Add naive community merge using time period
* formatting
* Query fixes
* Add descriptions from merged_entities
* Add summarization and embeddings
* Use iso format
* Ruff
* Pyright and smoke tests
* Pyright
* Pyright
* Update parquet for verb tests
* Fix smoke tests
* Remove sorting
* Update smoke tests
* Smoke tests
* Smoke tests
* Updated verb test to ack for latest changes on covariates
* Add config for incremental index + Bug fixes (#1317)
* Add config for incremental index + Bug fixes
* Ruff
* Fix smoke tests
* Semversioner
* Small refactor
* Remove unused file
* Ruff
* Update verb tests inputs
* Update verb tests inputs
---------
Co-authored-by: Nathan Evans <github@talkswithnumbers.com>1 parent 0cc79b9 commit 7235c6f
File tree
47 files changed
+940
-247
lines changed- .semversioner/next-release
- graphrag
- api
- cli
- config
- models
- index
- config
- flows
- graph/extractors/community_reports
- run
- update
- workflows/v1
- subflows
- model
- query/input/loaders
- tests/verbs
- data
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+940
-247
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
85 | | - | |
| 84 | + | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
126 | | - | |
127 | 125 | | |
128 | 126 | | |
129 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | 105 | | |
112 | 106 | | |
113 | 107 | | |
| |||
119 | 113 | | |
120 | 114 | | |
121 | 115 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | 116 | | |
127 | 117 | | |
128 | 118 | | |
129 | 119 | | |
130 | | - | |
131 | 120 | | |
132 | 121 | | |
133 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
378 | 397 | | |
379 | 398 | | |
380 | 399 | | |
| |||
547 | 566 | | |
548 | 567 | | |
549 | 568 | | |
| 569 | + | |
550 | 570 | | |
551 | 571 | | |
552 | 572 | | |
| |||
624 | 644 | | |
625 | 645 | | |
626 | 646 | | |
| 647 | + | |
627 | 648 | | |
628 | 649 | | |
629 | 650 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments