-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (28 loc) · 771 Bytes
/
pyproject.toml
File metadata and controls
32 lines (28 loc) · 771 Bytes
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
27
28
29
30
31
32
[tool.poetry]
name = "QuadzAIBot"
version = "0.1.0"
description = "AI Chatbot for the Quadz Customer Support Platform built using Streamlit, Langchain & OpenAI"
authors = ["Pranav Singh Gour <pranav.sg@arthink.ai>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pandas = "^2.2.2"
langchain = "^0.1.16"
openai = "^1.23.6"
streamlit = "^1.33.0"
psycopg2 = "^2.9.9"
langchain-community = "^0.0.34"
langchain-openai = "^0.1.4"
black = "^24.4.2"
python-dotenv = "^1.0.1"
langchainhub = "^0.1.15"
matplotlib = "^3.8.4"
pymongo = "^4.7.1"
python-bsonjs = "^0.4.0"
streamlit-feedback = "^0.1.3"
langsmith = "^0.1.54"
[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"