PhariaAI v1.251000.2
Release Version |
v1.251000.2 |
Release Date |
October 15, 2025 |
Availability |
On-premise and hosted |
PhariaAI stack updates
Bug fixes
For PhariaOS:
-
Fixed an issue where adding filters to search queries did not work on search stores without indexes.
-
Fixed a permission bug on empty search stores that resulted in a 500 error in PhariaAssistant.
For PhariaAssistant:
-
Fixed an issue where spaces in chat messages were sometimes not emitted.
-
Fixed a problem where database connections were not closing properly, leading to increased latency.
-
Fixed an issue where selected documents, collections, and tools disappeared after the first message was sent.
-
Improved handling of "thinking" behavior before final answer generation in express mode.
Stability and infrastructure enhancements
For PhariaOS:
-
Improved proxy liveness probe in
inference-api-proxy. -
Improved worker readiness probe stability in
inference-worker. -
Updated
inference-workerto new vLLM version 0.11. -
Improved backpressure handling in
inference-apiby forwarding rate limit status 408 instead of an internal error.