spring-ai
spring-ai copied to clipboard
feat: enhance error handling in ChromaApi with detailed logging for not found exceptions
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