LlamaIndex filter expression parse error during Kubernetes autoscaling
Problem Description When querying a LlamaIndex microservice deployed in a Kubernetes cluster, the service returns a FilterExpressionParseError for any query that contains complex boolean or range filters. Typical error messages observed in the pod logs are: FilterExpressionParseError: Unexpected token ‘AND’ at position 12 ValueError: Could not parse filter expression: syntax error near ‘>=’, expected ‘:’ … Read more