Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ def retrieve_context(state):
|
|
176 |
|
177 |
# Retrieve documents from the vector store
|
178 |
docs = retriever.invoke(query)
|
179 |
-
print("Retrieved documents:", docs) # Debugging: Print the raw docs object
|
180 |
|
181 |
# Extract both page_content and metadata from each document
|
182 |
context = [
|
|
|
176 |
|
177 |
# Retrieve documents from the vector store
|
178 |
docs = retriever.invoke(query)
|
179 |
+
#print("Retrieved documents:", docs) # Debugging: Print the raw docs object
|
180 |
|
181 |
# Extract both page_content and metadata from each document
|
182 |
context = [
|