Controlling select_speaker using Graph Modelling Language (#720)

* Completed notebook on using GML

* Added optional dependencies for graph

* Run pre-commit

* Added pytest

* Added LLM to pick an agent before catch-all

* Updated website links to notebook

* Reviewer's suggestions

* pre-commit checked

* pre-commit passed

* Change beta version
This commit is contained in:
Joshua Kim
2023-11-23 07:36:52 +11:00
committed by GitHub
parent f6498dc395
commit 9d2ee46ebc
5 changed files with 798 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ setuptools.setup(
"retrievechat": ["chromadb", "sentence_transformers", "pypdf", "ipython"],
"teachable": ["chromadb"],
"lmm": ["replicate", "pillow"],
"graphs": ["networkx~=3.2.1", "matplotlib~=3.8.1"],
},
classifiers=[
"Programming Language :: Python :: 3",