You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 nestedtext
key in each result object with the piece of text used in RAGThe text was updated successfully, but these errors were encountered: