Muthukumaran Navaneethakrishnan

Results 3 issues of Muthukumaran Navaneethakrishnan

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...

**Bug description** The PgVectorFilterExpressionConverter class in org.springframework.ai.vectorstore does not correctly handle the conversion of IN and NOT IN filter expressions for SQL queries targeting PostgreSQL JSON data types. PostgreSQL JSON...

### Issue Summary The current alias configuration in the codebase only supports basic shortcuts. It doesn't allow for environment variable expansion or parameter passing. This limitation prevents users from utilizing...