Nathan Evans
|
a2647da473
|
Simplify flow config (#1554)
* Flatten compute_communities config
* Remove cluster strategy type
* Flatten create_base_text_units config
* Move cluster seed to config default, leave as None in functions
* Remove "prechunked" logic
* Remove hard-coded encoding model
* Remove unused variables
* Strongly type embed_config
* Simplify layout_graph config
* Semver
* Fix integration test
* Fix config unit tests: ignore new config defaults
* Remove pipeline integ test
|
2024-12-27 16:38:36 -08:00 |
|
Nathan Evans
|
c1c09bab80
|
Flow cleanup (#1510)
* Move snapshots out of flows into verbs
* Move degree compute out of extract_graph
* Move entity/relationship df merging into extract
* Move "title" to extraction source
* Move text_unit_ids agg closer to extraction
* Move data definition
* Update test data
* Semver
* Update smoke tests
* Fix empty degree field and update smoke tests and verb data
* Move extractors (#1516)
* Consolidate graph embedding and umap
* Consolidate claim extraction
* Consolidate graph extractor
* Move graph utils
* Move summarizers
* Semver
---------
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
* Fix syntax typo
---------
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
|
2024-12-18 18:07:44 -08:00 |
|
Nathan Evans
|
d0543d1fd6
|
Move extractors (#1516)
* Consolidate graph embedding and umap
* Consolidate claim extraction
* Consolidate graph extractor
* Move graph utils
* Move summarizers
* Semver
---------
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
|
2024-12-18 16:21:41 -08:00 |
|
Nathan Evans
|
ce5b1207e0
|
Collapse graph documents workflows (#1284)
* Copy base documents logic into final documents
* Delete create_base_documents
* Combine graph creation under create_base_entity_graph
* Delete collapsed workflows
* Migrate most graph internals to nx.Graph
* Fix None edge case
* Semver
* Remove comment typo
* Fix smoke tests
|
2024-10-15 13:58:58 -06:00 |
|
Nathan Evans
|
61b3d6d56a
|
Migrate helper verbs (#1248)
* Remove genid
* Move snapshot_rows
* Move snapshot
* Delete spread_json
* Delete unzip
* Delete zip
* Move unpack_graph
* Move compute_edge_combined_degree
* Delete create_graph
* Delete concat
* Delete text replace
* Delete text_translate
* Move text_split
* Inline aggregate override
* Move cluster_graph
* Move merge_graphs
* Semver
* Move text_chunk
* Move layout_graph and fix some __init__s
* Move extract_covariates
* Rename text_split -> split_text
* Move extract_entities
* Move summarize_descriptions
* Rename text_chunk -> chunk_text
* Move community report creation
* Remove verb-level packing operators
* Streamline some naming
* Streamline param name/order
* Move mock LLM data to tests
* Fixed missed rename
* Update some strategy refs
* Rename run_gi
* Inject mock responses into integ test config
|
2024-10-09 13:46:44 -07:00 |
|
Alonso Guevara
|
81b81cf60b
|
Initial Release
|
2024-07-01 15:25:30 -06:00 |
|