Merge pull request #677 from LorenzoPaleari/fix-pyproject-error

fix: Error in pyproject dependencies
This commit is contained in:
Marco Vinciguerra 2024-09-17 15:11:08 +02:00 committed by GitHub
commit 1b85f54455
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ dependencies = [
"langchain-mistralai>=0.1.12",
"langchain_community>=0.2.9",
"langchain-aws>=0.1.3",
"mistral-common>=1.4.0"
"mistral-common>=1.4.0",
"html2text>=2024.2.26",
"faiss-cpu>=1.8.0",
"beautifulsoup4>=4.12.3",