spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

feat: enhance error handling in ChromaApi with detailed logging for not found exceptions

Open liugddx opened this issue 1 week ago • 0 comments
trafficstars

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

liugddx avatar Nov 11 '25 15:11 liugddx