Diego Rodrigues de Sa e Souza
9c40e481e1
fix(rerank): honor the connection's pinned proxy on rerank calls ( #7350 ) ( #7867 )
...
Rerank egressed directly while chat and embeddings on the SAME connection went
through the connection's proxy, so a provider that geo-blocks the host IP
(Voyage AI) failed on a connection that was otherwise working. handleRerank now
takes a connectionId, resolves that connection's proxy and wraps the upstream
fetch in runWithProxyContext; a failed lookup is logged and skipped rather than
turned into a request error. Also threads connectionId into the embeddings path
of runSingleModelTest, which had the same gap.
The change is lifted from #7420 by @kamenkadmitry. That PR could not be updated
in place: its head lives on an organization-owned fork, where GitHub's 'allow
edits from maintainers' does not grant push access, and its branch had drifted
~3 weeks (343 files of formatting churn once merged with the tip). Only the
proxy layer is taken here — #7420 's voyage format adapter is superseded by
#7813 and was factually wrong about the Voyage response shape.
Refs #7350
Refs #7420
Co-authored-by: kamenkadmitry <kamenkadmitry@users.noreply.github.com >
2026-07-20 10:09:11 -03:00
..
2026-07-10 07:22:49 -03:00
2026-07-18 21:20:01 -03:00
2026-07-16 14:13:57 -03:00
2026-07-17 10:39:29 -03:00
2026-07-16 14:14:12 -03:00
2026-07-16 14:13:03 -03:00
2026-07-16 14:13:50 -03:00
2026-07-16 14:13:43 -03:00
2026-07-17 01:01:18 -03:00
2026-07-16 14:14:05 -03:00
2026-07-16 14:13:18 -03:00
2026-07-17 10:50:25 -03:00
2026-07-16 14:13:26 -03:00
2026-07-16 14:55:21 +00:00
2026-07-17 10:39:25 -03:00
2026-07-16 14:13:33 -03:00
2026-07-17 10:43:37 -03:00
2026-07-14 21:13:45 -03:00
2026-07-12 01:59:53 -03:00
2026-07-11 11:21:22 -03:00
2026-07-11 11:22:22 -03:00
2026-07-11 01:33:24 -03:00
2026-07-11 02:10:15 -03:00
2026-07-11 02:10:15 -03:00
2026-07-10 18:05:46 -03:00
2026-07-12 01:59:44 -03:00
2026-07-12 02:00:19 -03:00
2026-07-12 02:00:02 -03:00
2026-07-11 11:20:56 -03:00
2026-07-11 11:21:52 -03:00
2026-07-11 11:22:15 -03:00
2026-07-11 02:10:15 -03:00
2026-07-12 01:59:35 -03:00
2026-07-11 02:10:15 -03:00
2026-07-14 21:19:16 -03:00
2026-07-12 02:00:23 -03:00
2026-07-11 11:21:37 -03:00
2026-07-10 15:39:13 -03:00
2026-07-12 01:59:25 -03:00
2026-07-11 11:21:14 -03:00
2026-07-11 02:10:15 -03:00
2026-07-11 02:10:15 -03:00
2026-07-11 02:10:15 -03:00
2026-07-14 21:13:48 -03:00
2026-07-10 19:39:04 -03:00
2026-07-10 19:39:11 -03:00
2026-07-10 19:39:23 -03:00
2026-07-10 19:39:35 -03:00
2026-07-10 19:39:44 -03:00
2026-07-11 02:10:56 -03:00
2026-07-10 18:06:00 -03:00
2026-07-10 19:38:04 -03:00
2026-07-10 19:38:15 -03:00
2026-07-11 02:10:15 -03:00
2026-07-10 19:38:35 -03:00
2026-07-11 05:04:42 -03:00
2026-07-10 19:38:41 -03:00
2026-07-10 19:54:17 -03:00
2026-07-10 19:39:50 -03:00
2026-07-10 19:39:56 -03:00
2026-07-10 19:47:05 -03:00
2026-07-10 19:38:47 -03:00
2026-07-10 19:38:52 -03:00
2026-07-10 15:08:30 -03:00
2026-07-10 19:45:06 -03:00
2026-07-10 19:38:58 -03:00
2026-07-11 02:10:15 -03:00
2026-07-11 02:10:15 -03:00
2026-07-17 10:41:13 -03:00
2026-07-12 01:59:21 -03:00
2026-07-10 18:05:36 -03:00
2026-07-12 01:59:40 -03:00
2026-07-12 02:00:32 -03:00
2026-07-11 07:39:55 -03:00
2026-07-10 07:23:17 -03:00
2026-07-11 02:10:15 -03:00
2026-07-10 18:37:05 -03:00
2026-07-10 18:05:55 -03:00
2026-07-17 01:01:48 -03:00
2026-07-10 19:04:51 -03:00
2026-07-12 01:59:49 -03:00
2026-07-12 01:59:57 -03:00
2026-07-10 18:05:31 -03:00
2026-07-11 11:21:30 -03:00
2026-07-10 19:40:18 -03:00
2026-07-10 19:50:38 -03:00
2026-07-11 02:10:15 -03:00
2026-07-10 18:05:41 -03:00
2026-07-10 18:05:51 -03:00
2026-07-14 21:13:51 -03:00
2026-07-11 11:22:00 -03:00
2026-07-12 02:04:20 -03:00
2026-07-11 11:21:45 -03:00
2026-07-11 11:22:08 -03:00
2026-07-12 10:23:33 -03:00
2026-07-12 02:00:09 -03:00
2026-07-12 10:23:19 -03:00
2026-07-12 10:23:26 -03:00
2026-07-12 10:24:08 -03:00
2026-07-17 10:39:54 -03:00
2026-07-12 10:23:54 -03:00
2026-07-12 10:26:58 -03:00
2026-07-12 10:30:26 -03:00
2026-07-12 10:47:51 -03:00
2026-07-12 10:23:40 -03:00
2026-07-12 10:23:47 -03:00
2026-07-12 10:24:01 -03:00
2026-07-12 10:49:07 -03:00
2026-07-12 10:26:21 -03:00
2026-07-12 10:29:48 -03:00
2026-07-12 18:08:07 -03:00
2026-07-12 18:07:49 -03:00
2026-07-17 07:04:49 -03:00
2026-07-19 20:52:31 -03:00
2026-07-12 18:07:58 -03:00
2026-07-17 10:39:18 -03:00
2026-07-17 10:52:26 -03:00
2026-07-14 21:21:49 -03:00
2026-07-14 21:21:44 -03:00
2026-07-14 23:25:09 -03:00
2026-07-14 21:45:17 -03:00
2026-07-14 21:45:23 -03:00
2026-07-18 11:33:57 -03:00
2026-07-14 23:24:14 -03:00
2026-07-17 10:41:02 -03:00
2026-07-14 21:22:51 -03:00
2026-07-14 21:13:53 -03:00
2026-07-14 21:45:20 -03:00
2026-07-14 21:13:56 -03:00
2026-07-14 21:13:58 -03:00
2026-07-16 14:12:56 -03:00
2026-07-17 01:01:29 -03:00
2026-07-14 21:14:01 -03:00
2026-07-14 21:21:47 -03:00
2026-07-14 21:21:52 -03:00
2026-07-14 21:45:25 -03:00
2026-07-14 21:14:04 -03:00
2026-07-14 21:15:54 -03:00
2026-07-14 21:21:55 -03:00
2026-07-18 21:18:06 -03:00
2026-07-17 10:39:32 -03:00
2026-07-17 10:39:35 -03:00
2026-07-17 10:39:39 -03:00
2026-07-19 09:55:31 -03:00
2026-07-17 10:40:29 -03:00
2026-07-17 05:32:09 -03:00
2026-07-17 10:40:45 -03:00
2026-07-17 10:43:33 -03:00
2026-07-17 10:40:52 -03:00
2026-07-17 10:40:56 -03:00
2026-07-17 10:40:59 -03:00
2026-07-17 05:01:23 -03:00
2026-07-19 09:38:57 -03:00
2026-07-17 10:41:06 -03:00
2026-07-17 04:23:30 -03:00
2026-07-19 09:39:13 -03:00
2026-07-17 05:32:17 -03:00
2026-07-17 10:41:34 -03:00
2026-07-17 06:11:51 -03:00
2026-07-17 06:11:35 -03:00
2026-07-17 05:01:16 -03:00
2026-07-17 06:36:04 -03:00
2026-07-17 05:32:25 -03:00
2026-07-17 05:32:32 -03:00
2026-07-17 06:11:27 -03:00
2026-07-17 06:11:59 -03:00
2026-07-17 07:04:49 -03:00
2026-07-17 06:12:07 -03:00
2026-07-19 09:55:44 -03:00
2026-07-20 10:09:11 -03:00
2026-07-18 21:18:38 -03:00
2026-07-17 06:12:15 -03:00
2026-07-17 06:55:41 -03:00
2026-07-17 06:46:50 -03:00
2026-07-17 06:11:51 -03:00
2026-07-17 07:11:50 -03:00
2026-07-19 20:54:38 -03:00
2026-07-18 11:35:22 -03:00
2026-07-19 22:31:04 -03:00
2026-07-17 02:39:02 -03:00
2026-07-17 02:39:11 -03:00
2026-07-17 02:39:30 -03:00
2026-07-17 07:12:38 -03:00
2026-07-17 10:41:49 -03:00
2026-07-17 10:41:49 -03:00
2026-07-17 06:11:43 -03:00
2026-07-17 06:11:43 -03:00
2026-07-17 10:41:45 -03:00
2026-07-18 21:19:46 -03:00
2026-07-19 02:31:19 -03:00
2026-07-18 22:09:40 -03:00
2026-07-18 15:14:18 -03:00
2026-07-19 02:31:26 -03:00
2026-07-19 02:34:49 -03:00
2026-07-18 21:20:01 -03:00
2026-07-19 02:31:15 -03:00
2026-07-19 09:39:08 -03:00
2026-07-19 02:31:12 -03:00
2026-07-18 21:20:09 -03:00
2026-07-19 02:31:36 -03:00
2026-07-19 02:31:23 -03:00
2026-07-19 09:55:19 -03:00
2026-07-19 23:21:47 -03:00
2026-07-19 09:39:02 -03:00
2026-07-20 02:18:01 -03:00
2026-07-19 09:55:38 -03:00
2026-07-19 09:39:17 -03:00
2026-07-19 09:55:25 -03:00
2026-07-20 01:43:33 -03:00
2026-07-19 14:37:52 -03:00
2026-07-20 01:43:39 -03:00
2026-07-20 01:43:46 -03:00
2026-07-19 23:38:08 -03:00
2026-07-20 01:43:52 -03:00
2026-07-20 01:43:26 -03:00
2026-07-20 02:03:37 -03:00
2026-07-20 02:18:08 -03:00
2026-07-20 02:03:24 -03:00
2026-07-19 21:22:42 -03:00
2026-07-20 02:18:14 -03:00
2026-07-19 20:53:01 -03:00
2026-07-20 02:03:31 -03:00
2026-07-20 10:08:25 -03:00
2026-07-20 10:08:37 -03:00
2026-07-17 02:39:21 -03:00
2026-07-19 14:37:21 -03:00
2026-07-19 13:11:08 -03:00
2026-07-19 23:33:44 -03:00
2026-07-15 20:05:53 -03:00
2026-07-14 05:23:34 -03:00
2026-07-14 03:55:29 -03:00
2026-07-18 15:14:23 -03:00
2026-07-18 15:14:28 -03:00
2026-07-16 14:13:11 -03:00
2026-07-15 20:05:56 -03:00
2026-07-19 14:46:37 -03:00
2026-07-19 11:14:56 -03:00
2026-07-19 16:38:02 -03:00
2026-07-20 07:27:30 -03:00
2026-07-18 21:18:10 -03:00
2026-07-14 15:40:09 -03:00