Spaces:
Runtime error
Runtime error
Upload 7 files (#10)
Browse files- Upload 7 files (59090fcd1f5f4aa5ddcc0d7f8fb4ea84a405e864)
app.py
CHANGED
@@ -97,7 +97,7 @@ dense_embedding_output = literal_eval(
|
|
97 |
)
|
98 |
)
|
99 |
|
100 |
-
dense_embedding = [int(x) for x in dense_embedding_output]
|
101 |
|
102 |
text_embedding_instructions_choice = [
|
103 |
"Represent the financial statement for retrieval:",
|
|
|
97 |
)
|
98 |
)
|
99 |
|
100 |
+
dense_embedding = [int(x) for x in dense_embedding_output[0]]
|
101 |
|
102 |
text_embedding_instructions_choice = [
|
103 |
"Represent the financial statement for retrieval:",
|