Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alopez25 opened this issue Nov 29, 2024 · 0 comments
Open

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

alopez25 opened this issue Nov 29, 2024 · 0 comments

Comments

@alopez25
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant