File size: 469 Bytes
9544071
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[tool.poetry]
name = "chatbot-ams-langchain"
version = "0.1.0"
description = ""
authors = ["Dan Mueller <dsm@danmueller.pro>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
langchain = "^0.0.348"
streamlit = "^1.29.0"
python-dotenv = "^1.0.0"
tqdm = "^4.66.1"
ipykernel = "^6.27.1"
langchainhub = "^0.1.14"
canopy-sdk = "0.1.3"
canopy = "^8.42"
openai = "0.27.5"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"