PhariaAI v1.260500.0
Release Version |
v1.260500.0 |
Release Date |
May 06, 2026 |
Availability |
On-premise and hosted |
Pharia IAM
Availability |
On-premise |
Breaking change in the upcoming release
-
Starting with the next release of Pharia, we will no longer enable the Zitadel identity provider by default. If you want to keep installing Zitadel with Pharia, set
pharia-iam.zitadel.enabled: true. We recommend to migrate to Dex (zitadel.enabled: false) and connect Pharia to your own identity provider.
Document Index
Availability |
On-premise |
Features
-
Add an optional
minRelevancyfield to the search store search API. Unlike the existing minScore (which filters the dense candidate pool inside Qdrant before fusion), minRelevancy is applied after all scoring and fusion is complete — directly on the final score returned to the caller. This gives users a reliable quality gate on the final result set without changing any existing behaviour.