Skip to content

Commit 6e55961

Browse files
committed
cleanup
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 69fb523 commit 6e55961

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

public/pages/workflow_detail/workflow_inputs/ingest_inputs/source_data_modal.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ export function SourceDataModal(props: SourceDataProps) {
123123
let existingMappingsObj = JSON.parse(
124124
getIn(values, indexMappingsPath)
125125
);
126-
// const existingEmbeddingField = findKey(
127-
// existingMappingsObj?.properties,
128-
// (field) => field.type === 'knn_vector'
129-
// );
130126
const existingEmbeddingField = getExistingVectorField(
131127
existingMappingsObj
132128
);

0 commit comments

Comments
 (0)