Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -60,6 +60,7 @@ def embed_chunks(chunks):
|
|
60 |
model_name='BAAI/bge-m3'
|
61 |
)
|
62 |
# placeholder for collection
|
|
|
63 |
qdrant_collections = {}
|
64 |
qdrant_collections['all'] = Qdrant.from_documents(
|
65 |
chunks,
|
|
|
60 |
model_name='BAAI/bge-m3'
|
61 |
)
|
62 |
# placeholder for collection
|
63 |
+
print("starting embedding")
|
64 |
qdrant_collections = {}
|
65 |
qdrant_collections['all'] = Qdrant.from_documents(
|
66 |
chunks,
|