Spaces:
Runtime error
Runtime error
ThaisBarrosAlvim
commited on
Commit
•
715488b
1
Parent(s):
f272ccb
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ embeddings = HuggingFaceEmbeddings()
|
|
6 |
qdrant = QdrantVectorStore.from_existing_collection(
|
7 |
embedding=embeddings,
|
8 |
collection_name="protein_data",
|
9 |
-
url="http://localhost:6333",
|
10 |
)
|
11 |
|
12 |
retriever = qdrant.as_retriever(search_type="similarity", search_kwargs={"k": 3})
|
|
|
6 |
qdrant = QdrantVectorStore.from_existing_collection(
|
7 |
embedding=embeddings,
|
8 |
collection_name="protein_data",
|
|
|
9 |
)
|
10 |
|
11 |
retriever = qdrant.as_retriever(search_type="similarity", search_kwargs={"k": 3})
|