carlosgonzalezmartinez commited on
Commit
b24f432
·
verified ·
1 Parent(s): 6a64683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -2,14 +2,14 @@
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
 
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