Spaces:
Sleeping
Sleeping
Update rag_retrieval.py
Browse files- rag_retrieval.py +1 -0
rag_retrieval.py
CHANGED
|
@@ -99,6 +99,7 @@ def retrieve_chunks(rewrite: str, session: dict, search_outside_thread: bool):
|
|
| 99 |
# carry over from/to so entity extraction can see people
|
| 100 |
"from_addr": c.get("from"),
|
| 101 |
"to_addr": c.get("to"),
|
|
|
|
| 102 |
})
|
| 103 |
return retrieved
|
| 104 |
|
|
|
|
| 99 |
# carry over from/to so entity extraction can see people
|
| 100 |
"from_addr": c.get("from"),
|
| 101 |
"to_addr": c.get("to"),
|
| 102 |
+
"date": c.get("date"),
|
| 103 |
})
|
| 104 |
return retrieved
|
| 105 |
|