From 7ee19e50fd7c21381202975fb923805d6e93e128 Mon Sep 17 00:00:00 2001 From: paoloredis Date: Fri, 3 Oct 2025 10:08:22 +0200 Subject: [PATCH] Update ratings service endpoint --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index a8ddcd3a6..eae888689 100644 --- a/config.toml +++ b/config.toml @@ -47,7 +47,7 @@ gitHubRepo = "https://github.com/redis/docs" # Display and sort order for client examples clientsExamples = ["Python", "Node.js", "Java-Sync", "Java-Async", "Java-Reactive", "Go", "C#-Sync", "C#-Async", "RedisVL", "PHP", "Rust-Sync", "Rust-Async"] searchService = "/convai/api/search-service" -ratingsService = "/docusight/api/rate" +ratingsService = "/docusight/api/rate/docs" # RDI params rdi_rlec_min_version = "6.2.18"