Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|