jina icon indicating copy to clipboard operation
jina copied to clipboard

Remove field afterwards & before sending back

Open hanxiao opened this issue 2 years ago • 1 comments

Feature request from Slack community.

OP: https://jina-ai.slack.com/archives/C0169V26ATY/p1661666644505419

Snippet, full thread see ⬆️

Basically, the feature will be adding a new syntax that allows each Excecutor and the Gateway to post-filter Document according to this syntax before sending to the next one (in Gateway’s case, the next one is the Client). The feature would looks like:

executor:
  - select_after: '[:, 'scores__cosine__value']'

hanxiao avatar Sep 02 '22 15:09 hanxiao

This will be solved properly in the context of Custom Gateway

JoanFM avatar Sep 06 '22 10:09 JoanFM

@jina-ai/product This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days

jina-bot avatar Dec 06 '22 00:12 jina-bot

This is closed as the Custom Gateway allows the user to dynamically remove fields and use their own API

JoanFM avatar Dec 15 '22 17:12 JoanFM