carlosgonzalezmartinez commited on
Commit
358b2c2
1 Parent(s): 79b7521

Update4 app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -13
app.py CHANGED
@@ -1,18 +1,15 @@
1
 
2
 
3
- ## Setup
4
-
5
- #!pip install -q openai==1.23.2 \
6
- # tiktoken==0.6.0 \
7
- # pypdf==4.0.1 \
8
- # langchain==0.1.1 \
9
- # langchain-community==0.0.13 \
10
- # chromadb==0.4.22 \
11
- # sentence-transformers==2.3.1 \
12
- # datasets
13
-
14
-
15
-
16
 
17
 
18
  # Import the necessary Libraries
 
1
 
2
 
3
+ # Setup
4
+
5
+ !pip install -q openai==1.23.2 \
6
+ tiktoken==0.6.0 \
7
+ pypdf==4.0.1 \
8
+ langchain==0.1.1 \
9
+ langchain-community==0.0.13 \
10
+ chromadb==0.4.22 \
11
+ sentence-transformers==2.3.1 \
12
+ datasets
 
 
 
13
 
14
 
15
  # Import the necessary Libraries