jina
jina copied to clipboard
Remove field afterwards & before sending back
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']'
This will be solved properly in the context of Custom Gateway
@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
This is closed as the Custom Gateway allows the user to dynamically remove fields and use their own API