graphrag/tests/verbs
Nathan Evans ad4cdd685f
Some checks failed
gh-pages / build (push) Has been cancelled
Python CI / python-ci (ubuntu-latest, 3.10) (push) Has been cancelled
Python CI / python-ci (ubuntu-latest, 3.11) (push) Has been cancelled
Python CI / python-ci (windows-latest, 3.10) (push) Has been cancelled
Python CI / python-ci (windows-latest, 3.11) (push) Has been cancelled
Python Integration Tests / python-ci (ubuntu-latest, 3.10) (push) Has been cancelled
Python Integration Tests / python-ci (windows-latest, 3.10) (push) Has been cancelled
Python Notebook Tests / python-ci (ubuntu-latest, 3.10) (push) Has been cancelled
Python Notebook Tests / python-ci (windows-latest, 3.10) (push) Has been cancelled
Python Publish (pypi) / Upload release to PyPI (push) Has been cancelled
Python Smoke Tests / python-ci (ubuntu-latest, 3.10) (push) Has been cancelled
Python Smoke Tests / python-ci (windows-latest, 3.10) (push) Has been cancelled
Spellcheck / spellcheck (push) Has been cancelled
Support OpenAI reasoning models (#1841)
* Update tiktoken

* Add max_completion_tokens to model config

* Update/remove outdated comments

* Remove max_tokens from report generation

* Remove max_tokens from entity summarization

* Remove logit_bias from graph extraction

* Remove logit_bias from claim extraction

* Swap params if reasoning model

* Add reasoning model support to basic search

* Add reasoning model support for local and global search

* Support reasoning models with dynamic community selection

* Support reasoning models in DRIFT search

* Remove unused num_threads entry

* Semver

* Update openai

* Add reasoning_effort param
2025-04-22 14:15:26 -07:00
..
data Register workflows (#1691) 2025-02-14 13:21:31 -08:00
__init__.py Verb merge nre1 (#1140) 2024-09-16 12:10:29 -07:00
test_create_base_text_units.py Context property bag ("state") (#1774) 2025-02-28 09:31:48 -08:00
test_create_communities.py Context property bag ("state") (#1774) 2025-02-28 09:31:48 -08:00
test_create_community_reports.py Context property bag ("state") (#1774) 2025-02-28 09:31:48 -08:00
test_create_final_documents.py Context property bag ("state") (#1774) 2025-02-28 09:31:48 -08:00
test_create_final_text_units.py Context property bag ("state") (#1774) 2025-02-28 09:31:48 -08:00
test_extract_covariates.py Context property bag ("state") (#1774) 2025-02-28 09:31:48 -08:00
test_extract_graph_nlp.py Context property bag ("state") (#1774) 2025-02-28 09:31:48 -08:00
test_extract_graph.py Support OpenAI reasoning models (#1841) 2025-04-22 14:15:26 -07:00
test_finalize_graph.py Context property bag ("state") (#1774) 2025-02-28 09:31:48 -08:00
test_generate_text_embeddings.py Context property bag ("state") (#1774) 2025-02-28 09:31:48 -08:00
test_pipeline_state.py Context property bag ("state") (#1774) 2025-02-28 09:31:48 -08:00
test_prune_graph.py Context property bag ("state") (#1774) 2025-02-28 09:31:48 -08:00
util.py Context property bag ("state") (#1774) 2025-02-28 09:31:48 -08:00