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
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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
Describe the feature you'd like
The REST API provides fields like
total
andsimilarity
, but the Python API only returns a list ofChunk
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
The text was updated successfully, but these errors were encountered: