Skip to content

Exploring chunks in File Search do not produce 'content' #551

@alopez25

Description

@alopez25

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions