File size: 771 Bytes
c9fcdf2
 
 
 
 
 
 
 
 
 
 
6e2e2d2
 
 
c9fcdf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
# local-rag-example
python == ">=3.9,<3.9.7 || >3.9.7,<3.12"
langchain >= "0.0.343"
streamlit-chat >= "0.1.1"
pypdf >= "3.17.1"
fastembed >= "0.1.1"
openai >= "1.3.6"
langchainhub >= "0.1.14"
chromadb >= "0.4.18"
streamlit >= "1.29.0"
watchdog >= "3.0.0"



#[tool.poetry]
#name = "local-rag-example"
#version = "0.1.0"
#description = ""
#authors = ["Duy Huynh <vndee.huynh@gmail.com>"]
#readme = "README.md"
#
#[tool.poetry.dependencies]
#python = ">=3.9,<3.9.7 || >3.9.7,<3.12"
#langchain = "^0.0.343"
#streamlit-chat = "^0.1.1"
#pypdf = "^3.17.1"
#fastembed = "^0.1.1"
#openai = "^1.3.6"
#langchainhub = "^0.1.14"
#chromadb = "^0.4.18"
#streamlit = "^1.29.0"
#watchdog = "^3.0.0"
#
#[build-system]
#requires = ["poetry-core"]
#build-backend = "poetry.core.masonry.api"