File size: 695 Bytes
6ac8795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[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"