Bimal Bhattarai commited on
Commit
9c75c02
·
1 Parent(s): cabb927

changed toml

Browse files
Files changed (2) hide show
  1. .gitignore +0 -1
  2. pyproject.toml +3 -1
.gitignore CHANGED
@@ -1,3 +1,2 @@
1
  __pycache__
2
  source_documents
3
- models
 
1
  __pycache__
2
  source_documents
 
pyproject.toml CHANGED
@@ -9,9 +9,10 @@ readme = "README.md"
9
  [tool.poetry.dependencies]
10
  python = "^3.10"
11
  langchain = "0.0.274"
 
 
12
  gpt4all = "1.0.8"
13
  chromadb = "0.4.7"
14
- llama-cpp-python = "0.1.81"
15
  urllib3 = "2.0.4"
16
  PyMuPDF = "1.23.1"
17
  python-dotenv = "^1.0.0"
@@ -24,6 +25,7 @@ tqdm = "4.66.1"
24
  sentence-transformers = "2.2.2"
25
 
26
 
 
27
  [build-system]
28
  requires = ["poetry-core"]
29
  build-backend = "poetry.core.masonry.api"
 
9
  [tool.poetry.dependencies]
10
  python = "^3.10"
11
  langchain = "0.0.274"
12
+ streamlit= "1.18.1"
13
+ altair= "4"
14
  gpt4all = "1.0.8"
15
  chromadb = "0.4.7"
 
16
  urllib3 = "2.0.4"
17
  PyMuPDF = "1.23.1"
18
  python-dotenv = "^1.0.0"
 
25
  sentence-transformers = "2.2.2"
26
 
27
 
28
+
29
  [build-system]
30
  requires = ["poetry-core"]
31
  build-backend = "poetry.core.masonry.api"