From 776debfb080744986d2031ce6cfb6960b4716652 Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Mon, 28 Apr 2025 10:00:09 -0400 Subject: [PATCH] rename shard key to vector index shard key --- .../VectorSearch/VectorEmbeddingPoliciesComponent.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Explorer/Controls/VectorSearch/VectorEmbeddingPoliciesComponent.tsx b/src/Explorer/Controls/VectorSearch/VectorEmbeddingPoliciesComponent.tsx index c9a06d563..545187b54 100644 --- a/src/Explorer/Controls/VectorSearch/VectorEmbeddingPoliciesComponent.tsx +++ b/src/Explorer/Controls/VectorSearch/VectorEmbeddingPoliciesComponent.tsx @@ -9,6 +9,7 @@ import { Stack, TextField, } from "@fluentui/react"; +import { InfoTooltip } from "Common/Tooltip/InfoTooltip"; import { VectorEmbedding, VectorIndex } from "Contracts/DataModels"; import { CollapsibleSectionComponent } from "Explorer/Controls/CollapsiblePanel/CollapsibleSectionComponent"; import { @@ -393,6 +394,7 @@ export const VectorEmbeddingPoliciesComponent: FunctionComponent Quantization byte size + Dynamic by default, can optionally be set to a fixed number