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

Harrison/chroma fix #6390

Merged
merged 2 commits into from
Jun 19, 2023
Merged

Harrison/chroma fix #6390

merged 2 commits into from
Jun 19, 2023

Commits on Jun 19, 2023

  1. Removed handling for non-existent error in chromadb library (#6146)

    The current version of chromadb handle the case of `n_result` is greater
    than the total number of elements in the collection. [chromadb
    PR](chroma-core/chroma#301). So removed
    `NotEnoughElementException` that doesn't exists now.
    
    #### Who can review?
    
    Tag maintainers/contributors who might be interested:
    
    - @hwchase17
    - @dev2049
    junuMoon authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e850f75 View commit details
    Browse the repository at this point in the history
  2. cr

    hwchase17 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    2966517 View commit details
    Browse the repository at this point in the history