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

[Feature Request]: [Python API] Expose all result fields when retrieving chunks #4528

Open
1 task done
panzi opened this issue Jan 17, 2025 · 0 comments
Open
1 task done

Comments

@panzi
Copy link

panzi commented Jan 17, 2025

Is there an existing issue for the same feature request?

  • I have checked the existing issues.

Is your feature request related to a problem?

Describe the feature you'd like

The REST API provides fields like total and similarity, but the Python API only returns a list of Chunk objects. It would be good if the Python API would also expose these useful values.

Describe implementation you've considered

Current workaround: Using the REST API.

Documentation, adoption, use case

The total field is particularly important when displaying the total number or a pagination widget to the user. similarity is especially useful for debugging results.

Additional information

No response

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