carlosgonzalezmartinez commited on
Commit
ecbf030
·
verified ·
1 Parent(s): 70d2ab7
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -1,14 +1,5 @@
1
 
2
  # Setup
3
- !pip install -q openai==1.23.2 \
4
- tiktoken==0.6.0 \
5
- pypdf==4.0.1 \
6
- langchain==0.1.1 \
7
- langchain-community==0.0.13 \
8
- chromadb==0.4.22 \
9
- sentence-transformers==2.3.1 \
10
- datasets
11
-
12
 
13
  # Import the necessary Libraries
14
  import os
 
1
 
2
  # Setup
 
 
 
 
 
 
 
 
 
3
 
4
  # Import the necessary Libraries
5
  import os