Tommaso Teofili
Tommaso Teofili
It should be possible to use `https` for `RemotePayloadProcessor` to communicate to consumers of MM `Payloads`.
#### Motivation Need to better support remote payload processing in terms of secure connections. #### Modifications We allow injecting `SSLContext` (with `SSLParameters`) into `RemotePayloadProcessor`'s `HttpClient`. #### Result Supporting sending payloads...
Make `index_options` updatable in `DenseVectorFieldMapper`. Users should be able to switch between existing dense vector field types (`hnsw`, `int8_hnsw`) in case they're willing to (e.g. for scaling purposes). For example...
`Engine` should collect `KnnVectorFormat` from `FieldInfo` instead of `Codec`. This will result in reading actual per-segment, per-field vector format information; in fact right now vector format information is provided by...
Related to #106591 , a good point was raised that in case there're bugs or concerns about a given KNN query running against a "mixed" set of segments (e.g. partly...
This is a mirror issue for the upstream `modelmesh` issue for supporting `https` when sending data from `modelmesh` to consumers (e.g. `trustyai-service`).
It would be useful to have some measurements about the (reduced) toxicity of texts rephrased with `TMaRCo`.
This PR removes the unused `explainability-integrationtests` module. Many thanks for submitting your Pull Request :heart:! Please make sure that your PR meets the following requirements: - [x] You have read...
_TMaRCo_'s rephrase & reflect capabilities (see #347) results are sometimes not properly parsed because such outputs are generated as natural language by the underlying model. We should make sure that...
The goal here is to be able to use the current explainers with models that accept non fixed length texts, such as transformers, LLMs, etc. for NLP tasks. While SHAP...