LangChain_ChatBot_RAG / pyproject.toml
EddyGiusepe's picture
Usando LangChain para RAG e com Websites
6ac8795
raw
history blame contribute delete
695 Bytes
[tool.poetry]
name = "ddua-embeddings"
version = "0.1.0"
description = "This project is a chatbot application that LangChain, OpenAI and FAISS to talk to a the blog Diario Di Un Analista.it"
authors = ["Andrea D'Agostino <andrea@diariodiunanalista.it>"]
readme = "README.md"
packages = [ { include = "src", from = "." } ]
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
streamlit = "^1.28.2"
langchain = "^0.0.339"
openai = "^1.3.5"
trafilatura = "^1.6.2"
python-dotenv = "^1.0.0"
pandas = "^2.1.3"
ruff = "^0.1.6"
tiktoken = "^0.5.1"
instructorembedding = "^1.0.1"
faiss-cpu = "^1.7.4"
watchdog = "^3.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"