-
-
Notifications
You must be signed in to change notification settings - Fork 367
Open
Description
Describe the bug
When trying to explore the chunks used by File Search the results data in each step_detail does not include a 'content' key with the text it was used in the RAG process.
To Reproduce
Steps to reproduce the behavior:
Follow the steps in Exploring chunks used in File Search and even when invoking steps each result
object looks like this:
{"file_id"=>"file-my file id is shown here", "file_name"=>"my file name is shown here", "score"=>0.8101541831683381}
There's no content key in these objects.
Expected behavior
I was expecting to get a content
key with a nested text
key in each result object with the piece of text used in RAG
Metadata
Metadata
Assignees
Labels
No labels