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

Fix for Incorrect Postgres SQL Query Generation for IN and NOT IN Filters

Open muthuishere opened this issue 6 months ago • 0 comments

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

muthuishere avatar Aug 08 '24 03:08 muthuishere