ManuelAlv commited on
Commit
8e0947b
1 Parent(s): 7f9bcee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  import streamlit as st
2
  from sentence_transformers import SentenceTransformer
3
  from qdrant_client import models, QdrantClientS
 
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