Skip to content

Conversation

@liugddx
Copy link
Contributor

@liugddx liugddx commented Nov 11, 2025

Close #4845

Fixed 404 error handling for three methods:

  • getTenant(String tenantName) - Fixed handling when tenant does not exist
  • getDatabase(String tenantName, String databaseName) - Fixed handling when database does not exist
  • getCollection(String tenantName, String databaseName, String collectionName) - Fixed handling when collection does not exist

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

Successfully merging this pull request may close these issues.

The exception handling in ChromaAPI when working with collections seems to be incorrect

1 participant