Victor Dibia
f00d1eef9e
upgrade graphrag sample to v2.3+ ( #6744 )
...
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-07-27 02:04:40 -07:00
Federico Villa
262c74fd41
Properly close model clients in documentation and samples ( #5898 )
...
Closes #5873
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-03-20 07:50:14 +00:00
Eric Zhu
69d3af7324
Add a new sample to show streaming and R1 usage ( #5285 )
...
* New sample of chess playing showing R1's thought process in streaming
mode
* Modify existing samples to use `model_config.yml` instead of JSON
configs for better clarity.
---------
Co-authored-by: Mohammad Mazraeh <Mazraeh.Mohammad@Gmail.com>
2025-01-31 22:25:29 +00:00
Leonardo Pinheiro
95bd514a9a
Graphrag integration ( #4612 )
...
* add initial global search draft
* add graphrag dep
* fix local search embedding
* linting
* add from config constructor
* remove draft notebook
* update config factory and add docstrings
* add graphrag sample
* add sample prompts
* update readme
* update deps
* Add API docs
* Update python/samples/agentchat_graphrag/requirements.txt
* Update python/samples/agentchat_graphrag/requirements.txt
* update docstrings with snippet and doc ref
* lint
* improve set up instructions in docstring
* lint
* update lock
* Update python/packages/autogen-ext/src/autogen_ext/tools/graphrag/_global_search.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/tools/graphrag/_local_search.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* add unit tests
* update lock
* update uv lock
* add docstring newlines
* stubs and typing on graphrag tests
* fix docstrings
* fix mypy error
* + linting and type fixes
* type fix graphrag sample
* Update python/packages/autogen-ext/src/autogen_ext/tools/graphrag/_global_search.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/tools/graphrag/_local_search.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/samples/agentchat_graphrag/requirements.txt
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* update overrides
* fix docstring client imports
* additional docstring fix
* add docstring missing import
* use openai and fix db path
* use console for displaying messages
* add model config and gitignore
* update readme
* lint
* Update python/samples/agentchat_graphrag/README.md
* Update python/samples/agentchat_graphrag/README.md
* Comment remaining azure config
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-15 21:04:17 +10:00