Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def process_transcripts(files, context, session_key):
|
|
22 |
print(session_key)
|
23 |
with EmbeddingService(conf,
|
24 |
pinecone=pc_connector,
|
25 |
-
session_key) as e:
|
26 |
f = e.run(files)
|
27 |
# some way to wait or a progress bar?
|
28 |
return "Completed Loading Data"
|
|
|
22 |
print(session_key)
|
23 |
with EmbeddingService(conf,
|
24 |
pinecone=pc_connector,
|
25 |
+
session_key=session_key) as e:
|
26 |
f = e.run(files)
|
27 |
# some way to wait or a progress bar?
|
28 |
return "Completed Loading Data"
|