[tool.poetry] | |
name = "aerospace-chatbot" | |
version = "0.1.0" | |
description = "" | |
authors = ["dsmueller <dsm@danmueller.pro>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.11" | |
python-dotenv = "^1.0.0" | |
ipykernel = "^6.28.0" | |
ipywidgets = "^8.1.1" | |
langchainhub = "^0.1.14" | |
pinecone-client = "^2.2.4" | |
tiktoken = "^0.5.2" | |
watchdog = "^3.0.0" | |
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" | |
ragxplorer = {git = "https://github.com/dsmueller3760/RAGxplorer.git", rev = "load_db"} | |
chromadb = "^0.4.22" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |