Spaces:
Runtime error
Runtime error
changes
Browse files
app/persistance/memory_store_checkpointer_config.py
CHANGED
|
@@ -12,11 +12,8 @@ memory_store = PostgresStore(
|
|
| 12 |
"dims": 384,
|
| 13 |
"embed": remote_embeddings,
|
| 14 |
|
| 15 |
-
# FIX: Point exactly to the nested keys inside the stored JSON structure
|
| 16 |
"fields": [
|
| 17 |
"content.summary",
|
| 18 |
-
"content.user_email_id",
|
| 19 |
-
"content.receiver_email_id"
|
| 20 |
]
|
| 21 |
}
|
| 22 |
)
|
|
|
|
| 12 |
"dims": 384,
|
| 13 |
"embed": remote_embeddings,
|
| 14 |
|
|
|
|
| 15 |
"fields": [
|
| 16 |
"content.summary",
|
|
|
|
|
|
|
| 17 |
]
|
| 18 |
}
|
| 19 |
)
|