Adrián Panella
acddfc772e
core: allow artifact in create_retriever_tool ( #28903 )
...
Add option to return content and artifacts, to also be able to access
the full info of the retrieved documents.
They are returned as a list of dicts in the `artifacts` property if
parameter `response_format` is set to `"content_and_artifact"`.
Defaults to `"content"` to keep current behavior.
---------
Co-authored-by: Erick Friis <erick@langchain.dev >
2025-01-03 22:10:31 +00:00
..
2024-12-06 20:05:18 +00:00
2024-09-18 14:37:57 +00:00
2024-10-07 14:59:29 -04:00
2024-10-07 22:30:27 +00:00
2023-11-20 13:09:30 -08:00
2024-04-16 11:39:23 -04:00
2024-09-25 09:34:17 -04:00
2024-09-13 14:38:45 -07:00
2024-03-18 10:01:26 -07:00
2024-09-18 14:37:57 +00:00
2024-01-02 15:00:06 -08:00
2024-10-03 23:14:31 +00:00
2024-12-13 16:14:27 -05:00
2024-10-07 22:30:27 +00:00
2024-10-24 08:36:35 -07:00
2024-12-18 21:54:07 +00:00
2024-11-01 22:42:24 +00:00
2024-04-10 15:54:06 -07:00
2024-11-22 21:44:55 -05:00
2024-07-26 03:03:34 +00:00
2024-12-18 10:02:02 -08:00
2024-11-18 19:10:39 -08:00
2024-09-27 20:13:23 +00:00
2024-12-10 00:27:25 +00:00
2024-12-06 14:55:06 -05:00
2023-11-20 13:09:30 -08:00
2024-10-07 22:12:28 +00:00
2023-11-20 13:09:30 -08:00
2024-10-07 22:12:28 +00:00
2024-10-07 22:30:27 +00:00
2023-11-20 13:09:30 -08:00
2024-10-07 22:12:28 +00:00
2024-10-07 22:30:27 +00:00
2023-11-21 08:35:29 -08:00
2024-09-13 14:38:45 -07:00
2024-09-19 05:09:39 +00:00
2024-12-06 00:49:30 +00:00
2024-01-08 12:20:18 -08:00
2025-01-03 22:10:31 +00:00