ManuelAlv commited on
Commit
5b70382
·
verified ·
1 Parent(s): 62f8673

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -10
app.py CHANGED
@@ -1,13 +1,3 @@
1
- !pip install -q -U git+https://github.com/huggingface/transformers.git
2
- !pip install langchain
3
- !pip install -U sentence-transformers
4
- !pip install chromadb
5
- !pip install qdrant-client
6
- !pip install -q datasets
7
- !pip install streamlit
8
-
9
-
10
-
11
  import streamlit as st
12
  from sentence_transformers import SentenceTransformer
13
  from qdrant_client import models, QdrantClientS
 
 
 
 
 
 
 
 
 
 
 
1
  import streamlit as st
2
  from sentence_transformers import SentenceTransformer
3
  from qdrant_client import models, QdrantClientS