Literature_Based_Research_1 / requirements.txt
JBHF's picture
langchain-community # Added by J. Bours 25-03-2024
63b7c2a verified
# local-rag-example
# python # == 3.9 # ">=3.9,<3.9.7 || >3.9.7,<3.12"
langchain >= 0.0.343
streamlit-chat >= 0.1.1
pypdf >= 3.17.1
fastembed >= 0.1.1
openai >= 1.3.6
langchainhub >= 0.1.14
chromadb >= 0.4.18
streamlit >= 1.29.0
watchdog >= 3.0.0
transformers # Added by J. Bours 01-03-2024
torch # Added by J. Bours 01-03-2024 (this is pytorch)
langchain-community # Added by J. Bours 25-03-2024
#[tool.poetry]
#name = "local-rag-example"
#version = "0.1.0"
#description = ""
#authors = ["Duy Huynh <vndee.huynh@gmail.com>"]
#readme = "README.md"
#
#[tool.poetry.dependencies]
#python = ">=3.9,<3.9.7 || >3.9.7,<3.12"
#langchain = "^0.0.343"
#streamlit-chat = "^0.1.1"
#pypdf = "^3.17.1"
#fastembed = "^0.1.1"
#openai = "^1.3.6"
#langchainhub = "^0.1.14"
#chromadb = "^0.4.18"
#streamlit = "^1.29.0"
#watchdog = "^3.0.0"
#
#[build-system]
#requires = ["poetry-core"]
#build-backend = "poetry.core.masonry.api"