mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-27 06:59:03 +00:00
parent
d7dda9be09
commit
83f9f3e733
10
setup.py
10
setup.py
@ -35,7 +35,15 @@ jupyter_executor = [
|
||||
"ipykernel>=6.29.0",
|
||||
]
|
||||
|
||||
retrieve_chat = ["chromadb", "sentence_transformers", "pypdf", "ipython", "beautifulsoup4", "markdownify"]
|
||||
retrieve_chat = [
|
||||
"protobuf==4.25.3",
|
||||
"chromadb",
|
||||
"sentence_transformers",
|
||||
"pypdf",
|
||||
"ipython",
|
||||
"beautifulsoup4",
|
||||
"markdownify",
|
||||
]
|
||||
|
||||
extra_require = {
|
||||
"test": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user