avichaym opened a new pull request, #678:
URL: https://github.com/apache/flink-agents/pull/678
Fixes #674
The integration defaults to service_type=serverless but doesn't actually
work against AOSS. Five fixes:
Add x-amz-content-sha256 + Content-Length headers for SigV4 signing
(AOSS returns 403 without them)
Skip _refresh calls on serverless (AOSS returns 404 — API not exposed)
Omit custom _id in _bulk actions on serverless (AOSS rejects them)
Validate _bulk responses for partial failures (was silently losing data)
Use FAISS engine instead of default NMSLIB for index creation (NMSLIB
doesn't support filtered KNN)
Also adds a 15s settle after index creation on serverless for AOSS
propagation.
Tested end-to-end against a live AOSS VECTORSEARCH collection.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]