Tommaso Teofili

Results 17 issues of Tommaso Teofili

It should be possible to use `https` for `RemotePayloadProcessor` to communicate to consumers of MM `Payloads`.

enhancement

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

do-not-merge/work-in-progress

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

>enhancement
:Search/Search
Team:Search
v8.15.0

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

>non-issue
:Search/Search
Team:Search
v8.15.0

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

>enhancement
:Search/Search
Team:Search

This is a mirror issue for the upstream `modelmesh` issue for supporting `https` when sending data from `modelmesh` to consumers (e.g. `trustyai-service`).

kind/enhancement

It would be useful to have some measurements about the (reduced) toxicity of texts rephrased with `TMaRCo`.

documentation

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

ok-to-test

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

kind/enhancement

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

kind/enhancement