chroma
chroma copied to clipboard
[ENH] Add support to convert Get/QueryResult to pandas dataframe
Description of changes
This PR adds support to convert both get and query results to pandas dataframes. As a byproduct, users can now get results in row format.
Test plan
How are these changes tested?
- [ ] Tests pass locally with
pytestfor python,yarn testfor js,cargo testfor rust
Documentation Changes
Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs repository?