Spaces:
Build error
Build error
Debugging
Browse files
app.py
CHANGED
|
@@ -59,6 +59,7 @@ def get_full_context(input):
|
|
| 59 |
|
| 60 |
file_path = "./docs/Troubleshooting_Table.csv"
|
| 61 |
data = pd.read_csv(file_path)
|
|
|
|
| 62 |
for doc in retrieved_documents:
|
| 63 |
index = doc.metadata['index']
|
| 64 |
context += str(data.iloc[[index]])
|
|
|
|
| 59 |
|
| 60 |
file_path = "./docs/Troubleshooting_Table.csv"
|
| 61 |
data = pd.read_csv(file_path)
|
| 62 |
+
print(data)
|
| 63 |
for doc in retrieved_documents:
|
| 64 |
index = doc.metadata['index']
|
| 65 |
context += str(data.iloc[[index]])
|