From 950110add54ad69c832aa3b3b371e0649fce553f Mon Sep 17 00:00:00 2001 From: Steven Jin Xuan Date: Mon, 27 Jul 2026 13:38:34 -0400 Subject: [PATCH 1/3] noop --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4bf37a3e2..53d9e40980 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Istio APIs and Common Configuration Definitions + This repository defines component-level APIs and common configuration formats for the Istio platform. These definitions are specified using the [protobuf](https://github.com/google/protobuf) syntax. From 6b211204a88ce598a4cf3de89631aa083314d060 Mon Sep 17 00:00:00 2001 From: Steven Jin Xuan Date: Mon, 27 Jul 2026 14:35:04 -0400 Subject: [PATCH 2/3] noop --- .vectorcode/config.json | 3 +++ .vectorcode/config.yaml | 2 ++ README.md | 1 + 3 files changed, 6 insertions(+) create mode 100644 .vectorcode/config.json create mode 100644 .vectorcode/config.yaml diff --git a/.vectorcode/config.json b/.vectorcode/config.json new file mode 100644 index 0000000000..b33c70044f --- /dev/null +++ b/.vectorcode/config.json @@ -0,0 +1,3 @@ +{ + "reranker": "NaiveReranker" +} diff --git a/.vectorcode/config.yaml b/.vectorcode/config.yaml new file mode 100644 index 0000000000..c9f94534fd --- /dev/null +++ b/.vectorcode/config.yaml @@ -0,0 +1,2 @@ +reranker: + model_name_or_path: cross-encoder/ms-marco-MiniLM-L-6-v2 diff --git a/README.md b/README.md index 53d9e40980..6e11ea1b0a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Istio APIs and Common Configuration Definitions + This repository defines component-level APIs and common configuration formats for the Istio platform. These definitions are specified using the [protobuf](https://github.com/google/protobuf) syntax. From b5ca9e6b6504008232a9a36a5c3c6ffce49338e8 Mon Sep 17 00:00:00 2001 From: Steven Jin Xuan Date: Mon, 27 Jul 2026 15:48:42 -0400 Subject: [PATCH 3/3] noop --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e11ea1b0a..c95ca4d7ea 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ + This repository defines component-level APIs and common configuration formats for the Istio platform. These definitions are specified using the [protobuf](https://github.com/google/protobuf) syntax.