summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Musum <musum@vespa.ai>2024-03-28 16:36:09 +0100
committerGitHub <noreply@github.com>2024-03-28 16:36:09 +0100
commita83f299cea7c0a40aaea6d666c43ae0c00374574 (patch)
treeb886a2b83b89265239fc22f7a78fda01082832d6
parentf4a03d05c527d21d64148d553887d5d4dda42faf (diff)
Revert "Update platform bundles for RAG components"
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java b/config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java
index b89bf2a3b17..3252077a79d 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java
@@ -145,9 +145,7 @@ public class PlatformBundles {
com.yahoo.search.searchers.CacheControlSearcher.class.getName(),
com.yahoo.search.searchers.RateLimitingSearcher.class.getName(),
com.yahoo.vespa.streamingvisitors.MetricsSearcher.class.getName(),
- com.yahoo.vespa.streamingvisitors.StreamingBackend.class.getName(),
- ai.vespa.llm.search.RAGSearcher.class.getName(),
- ai.vespa.llm.clients.OpenAI.class.getName()
+ com.yahoo.vespa.streamingvisitors.StreamingBackend.class.getName()
);
}