spring-ai
spring-ai copied to clipboard
Fix for Incorrect Postgres SQL Query Generation for IN and NOT IN Filters
Bug fix for Incorrect SQL Query Generation for IN and NOT IN Filter Expressions in PGVector Store
https://github.com/spring-projects/spring-ai/issues/1179
- Added In & Not In Handlers
- Created Integration Tests for it
- Updated Unit Tests to adapt the in & not in filters