Skip to content

Fixed exception for case when Hybrid query being wrapped into bool qu… #1

Fixed exception for case when Hybrid query being wrapped into bool qu…

Fixed exception for case when Hybrid query being wrapped into bool qu… #1

Triggered via push November 29, 2023 12:26
Status Success
Total duration 18s
Artifacts
Update draft release notes
9s
Update draft release notes
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Update draft release notes
Resource not accessible by integration { name: 'HttpError', id: '7032517067', status: 403, response: { url: 'https://api.github.com/repos/vibrantvarun/neural-search/releases', status: 403, headers: { 'access-control-allow-origin': '*', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset', connection: 'close', 'content-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Wed, 29 Nov 2023 12:26:49 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-accepted-github-permissions': 'contents=write; contents=write,workflows=write', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-github-api-version-selected': '2022-11-28', 'x-github-media-type': 'github.v3; format=json', 'x-github-request-id': '9400:9A11:C2EB9F:1974304:65672E09', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '997', 'x-ratelimit-reset': '1701264404', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '3', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/vibrantvarun/neural-search/releases', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.2 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"target_commitish":"refs/heads/main","name":"Version (set here)","tag_name":"(None)","body":"Compatible with OpenSearch (**set version here**).\\n* No changes\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '7032517067', name: 'push', payload: { after: 'b3c73bdaae28629d9be4128afcf549c790070887', base_ref: null, before: '8484be9b319a09dbdd9a1c952ca1b8515dedf571', commits: [ { author: { email: '[email protected]', name: 'zhichao-aws', username: 'zhichao-aws' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '7bef7a0c955922d97cb025b65e4c8cbccbba283c', message: 'Supporting sparse semantic retrieval in neural search (#333)\n' + '\n' + '* sparse mapper field and query builder\r\n' + '\r\n' + 'Signed-off-by: zhichao-aws <[email protected]>\r\n' + '\r\n' + '* fix typo\r\n' + '\r\n' + 'Signed-off-by: zhichao-aws <[email protected]>\r\n' + '\r\n' + '* Add map result support in neural search for non text embedding models\r\n' + '\r\n' + 'Signed-off-by: zane-neo <[email protected]>\r\n' + '\r\n' + '* Fix compilation failure issue\r\n' + '\r\n' + 'Signed-off-by: zane-neo <[email protected]>\r\n' + '\r\n' + '* Add more UTs\r\n' + '\r\n' + 'Signed-off-by: zane-neo <[email protected]>\r\n' + '\r\n' + '* add sparse encoding processor\r\n' + '\r\n' + 'Signed-off-by: xinyual <[email protected]>\r\n' +
Update draft release notes
HttpError: Resource not accessible by integration at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '7032517067', name: 'push', payload: { after: 'b3c73bdaae28629d9be4128afcf549c790070887', base_ref: null, before: '8484be9b319a09dbdd9a1c952ca1b8515dedf571', commits: [ { author: { email: '[email protected]', name: 'zhichao-aws', username: 'zhichao-aws' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: false, id: '7bef7a0c955922d97cb025b65e4c8cbccbba283c', message: 'Supporting sparse semantic retrieval in neural search (#333)\n' + '\n' + '* sparse mapper field and query builder\r\n' + '\r\n' + 'Signed-off-by: zhichao-aws <[email protected]>\r\n' + '\r\n' + '* fix typo\r\n' + '\r\n' + 'Signed-off-by: zhichao-aws <[email protected]>\r\n' + '\r\n' + '* Add map result support in neural search for non text embedding models\r\n' + '\r\n' + 'Signed-off-by: zane-neo <[email protected]>\r\n' + '\r\n' + '* Fix compilation failure issue\r\n' + '\r\n' + 'Signed-off-by: zane-neo <[email protected]>\r\n' + '\r\n' + '* Add more UTs\r\n' + '\r\n' + 'Signed-off-by: zane-neo <[email protected]>\r\n' + '\r\n' + '* add sparse encoding processor\r\n' + '\r\n' + 'Signed-off-by: xinyual <[email protected]>\r\n' + '\r\n' + '* add sparse encoding processor\r\n' + '\r\n' + 'Signed-off-by: xinyual <[email protected]>\r\n' + '\r\n' + '* remove guava in gradle\r\n' + '\r\n' + 'Signed-off-by: xinyual <[email protected]>\r\n' + '\r\n' + '* modify access control\r\n' + '\r\n' + 'Signed-off-by: xinyual <[email protected]>\r\n' + '\r\n' + '* Add map result support in neural search for non text embedding models\r\n' + '\r\n' + 'Signed-off-by: zane-neo <[email protected]>\r\n' + '\r\n' + '* Fix compilation failure issue\r\n' + '\r\n' + 'Signed-off-by: zane-neo <[email protected]>\r\n' + '\r\n' + '* change output logic\r\n' + '\r\n' + 'Signed-off-by: xinyual <[email protected]>\r\n' + '\r\n' + '* create abstract\r\n' + '\r\n' + 'Signed-off-by: xinyual <[email protected]>\r\n' + '\r\n' + '* create abstract proccesor\r\n' + '\r\n' + 'Signed-off-by: xinyual <[email protected]>\r\n' + '\r\n' + '* add abstract class\r\n' + '\r\n' + 'Signed-off-by: xinyual <[email protected]>\r\n' + '\r\n' + '* remove duplicate code\r\n' + '\r\n' + 'Signed-off-by: xinyual <[email protected]>\r\n' + '\r\n' + '* remove duplicate code\r\n' + '\r\n' + 'Signed-off-by: xinyual <[email protected]>\r\n' + '\r\n' + '* remove dl process\r\n' + '\r\n' + 'Signed-off-by: xinyual <[email protected]>\r\n' + '\r\n' + '* move static to abstract class\r\n' + '\r\n' + 'Signed-off-by: xinyual <[email protected]>\r\n' + '\r\n' + '* update query rewrite logic\r\n' +