-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Description
- This request is referencing PR Add support for agentic retrieval #2537 @mattgotteiner
- Fields below will be pertaining to my data structure indexed into the search index
- Within the
source_data
, I realised agentic retrieval is only returning theid
,title
andcontent
fields in thereferences
(see image below). - Is there currently a way to retrieve more than just these fields?
- Within my index, I have more fields like
full_url
which I want to retrieve so when I display the sources on the frontend, user may click into it and a new browser tab will be opened and they will be directed to thefull_url
- Within my index, I have more fields like
- It is my understanding that the fields returned are controlled within the
searchmanager.py
module? (see second screenshot below)- It seems my
title
andcontent
fields are listed asprioritized_fields
which may be why they are only returned - The other remaining unset field is the
keywords_field
- Now, if this is where I define what the agentic retrieval returns, where should a field like
full_url
go? Surely does not make sense to place it within any of the threeprioritized_fields
options —title_field
,content_field
orkeywords_field
- It seems my


cforce
Metadata
Metadata
Assignees
Labels
No labels