Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,6 +95,7 @@ def retrieve_document(query):
|
|
| 95 |
return None
|
| 96 |
|
| 97 |
try:
|
|
|
|
| 98 |
# Convert response content to a byte stream
|
| 99 |
byte_stream = io.BytesIO(embeddings_.content)
|
| 100 |
|
|
|
|
| 95 |
return None
|
| 96 |
|
| 97 |
try:
|
| 98 |
+
print(embeddings_.content)
|
| 99 |
# Convert response content to a byte stream
|
| 100 |
byte_stream = io.BytesIO(embeddings_.content)
|
| 101 |
|