Nathan Evans
|
94f1e62e5c
|
Rework workflow architecture (#1311)
* Rename pipeline_storage file
* Add runtime storage option to context
* Fix import
* Switch to memory storage for runtime
* Infra for workflow runtime storage
* Migrate base_text_units to runtime storage
* Fix comment
* Semver
* Remove whitespace
* Remove subflow smoke tests and ignore transient artifacts
* Remove entity graph from transient list (not yet implemented)
* Increase smoke runtime allotment for create_base_entity_graph
* Revert format fix
* Remove noqa
|
2024-10-24 10:20:03 -07: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 |
|
Nathan Evans
|
73e709b686
|
Collapse create final covariates (#1215)
* Add covariate test
* Add detailed mock assertions
* Collapse create_final_covariates
* Delete unused doc_id field
* Semver
* Update smoke test
* Remove unused subject/object type columns
|
2024-09-25 16:30:22 -07:00 |
|