File size: 807 Bytes
9544071
1ef1493
9544071
 
1ef1493
9544071
 
 
 
 
1ef1493
 
9544071
1ef1493
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
25
26
27
28
29
30
31
32
33
34
35
[tool.poetry]
name = "aerospace-chatbot"
version = "0.1.0"
description = ""
authors = ["dsmueller <[email protected]>"]
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"
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"
ragxplorer = {git = "https://github.com/dsmueller3760/RAGxplorer.git", rev = "load_db"}


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