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
Derek Worthen
2d45ece9b6
fix setting base_dir to full paths when not using file system. ( #1096 )
...
* fix setting base_dir to full paths when not using file system.
* add general resolve_path
2024-09-04 11:33:44 -07:00
Derek Worthen
ab29cc2a7e
Consistent config load_config ( #1065 )
...
* Consistent config load_config
- Provide a consistent way to load configuration
- Resolve potential timestamp directories upfront
upon config object creation
- Add unit tests for resolving timestamp directories
- Resolves #599
- Resolves #1049
* fix formatting issues
* remove unnecessary path resolution
* fix smoke tests
* update prompts to use load_config
* Update none checks
* Update none checks
* Update searching for config method signature
* Update unit tests
* fix formatting issues
2024-09-03 16:33:16 -06:00
Nathan Evans
f5b4d2fea5
Ci streamline ( #988 )
...
* Remove excess vars from gh-pages build
* Delete redundant javascript ci
* Pull apart testing CI
* Clean up integration tests build
* Move storage tests to integration CI
* Take py 3.10 out of smoke tests matrix
* Use minimum supported python version for most tests
* Re-run main CI on any test change
* Add Josh and Kenny to author list
* Update auto-resolve perms
2024-08-21 15:16:15 -06:00
Alonso Guevara
0b7c5a6ae9
Add cast check on schema validation for community reports ( #932 )
...
* Add support for both float and int on schema validation for community report generation
* Cast instead of type check
* Add mising file
* Add prompt with ints to smoke tests
* Fix unit tests
* Fix unit tests
2024-08-14 16:40:47 -06:00
Nathan Evans
ac504e31a0
Add stricter filtering and tests for cli data directory discovery ( #910 )
...
* Add stricter filtering and tests for cli data directory discovery
* Semver
* Ignore ruff on error type
* Format
* Fix for windows paths
* Fix for windows paths
* Uncomment blob tests
* Sort by timestamp name instead of modified date
* Format
* Add additional folder name test
2024-08-13 17:34:14 -06:00
Andres Morales
5a7dbaa051
Fix sort_context max_tokens & max_tokens param in verb ( #888 )
...
* Fix sort_context max_tokens & max_tokens param in verb
* Fix sort_context for windows test
* add semversioner file
---------
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
2024-08-12 15:55:31 -06:00
Chris Trevino
56db78ae38
system -> assistant ( #773 )
...
* system -> assistant
* semver
2024-07-29 14:56:55 -07:00
Chris Trevino
9d99f323ea
Add encoding model to entity/claim extraction config sections ( #740 )
...
* Add encoding-model configuration to entity & claim extraction
* add change note
* pr updates
* test fix
* disable GH-based smoke tests
2024-07-26 15:05:08 -07:00
Chris Trevino
4c229afec8
add encoding model to text-chunking config ( #743 )
...
* add encoding model to text-chunking config
* revert groupby fix, handled in other pr
* revert environment reader update for other pr
2024-07-26 14:15:17 -07:00
Chris Trevino
f5c9c2bee0
Add History input to cache-key, cache data ( #736 )
...
* Update caching llm to use history inputs
* formatting
* linting
* update glean sections to have continuous history
2024-07-26 09:26:37 -07:00
Chris Trevino
4e6589b614
fix config reader to allow for zero gleans ( #735 )
2024-07-26 09:11:34 -07:00
Chris Trevino
41451675ba
Add user input to history tracking ( #734 )
...
add user input to history tracking
2024-07-26 09:11:18 -07:00
Alonso Guevara
ce462515d8
Local search llm params ( #533 )
...
* initialize config with LocalSearchConfig and GlobalSearchConfig
* init_content LocalSearchConfig and GlobalSearchConfig
* rollback MAP_SYSTEM_PROMPT
* Small changes before merging. Notebook rollback
* Semver
---------
Co-authored-by: glide-the <2533736852@qq.com>
2024-07-15 13:01:56 -06:00
Kylin
e2572c7fab
[bug fix]Fix community_report config doesn't work in settings.yaml ( #405 )
...
* fix community_report doesn't work in settings.yaml
* add semversioner
* fix unittest about community report to community reports of env
---------
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
2024-07-08 22:48:02 -06:00
Alonso Guevara
b912081f1b
Add N parameter support ( #390 )
...
* Add N parameter support
* Fix unit tests
* Add new env vars to param testing
2024-07-08 14:04:49 -06:00
Alonso Guevara
81b81cf60b
Initial Release
2024-07-01 15:25:30 -06:00