Penality commited on
Commit
9961d18
·
verified ·
1 Parent(s): 6e7cfd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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