aerospace_chatbot_ams / pyproject.toml
dsmueller's picture
Removed committed files, added git copies, modified poetry
7206754
raw
history blame
823 Bytes
[tool.poetry]
name = "aerospace-chatbot"
version = "0.1.0"
description = ""
authors = ["dsmueller <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.11,<3.13"
python-dotenv = "^1.0.0"
ipykernel = "^6.28.0"
ipywidgets = "^8.1.1"
langchainhub = "^0.1.14"
tiktoken = "^0.5.2"
watchdog = "^3.0.0"
chromadb = "^0.4.22"
jsonlines = "^4.0.0"
pypdf = "^3.17.4"
streamlit = "^1.29.0"
langchain-community = "^0.0.10"
langchain = "^0.1.0"
tenacity = "^8.2.3"
openai = "^1.7.2"
langchain-openai = "^0.0.2.post1"
sentence-transformers = "^2.2.2"
ragatouille = "^0.0.4b2"
nbformat = "^5.9.2"
pydantic = "^2.6.0"
RAGxplorer = { git = "https://github.com/dan-s-mueller/RAGxplorer.git", branch = "load_options" }
pinecone-client = "^3.0.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"