Fix chroma import error (#2557)

* Fix chroma import error

* fix format
This commit is contained in:
Li Jiang 2024-05-02 02:05:45 +08:00 committed by GitHub
parent d7dda9be09
commit 83f9f3e733
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": [