We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fb523 commit 6e55961Copy full SHA for 6e55961
public/pages/workflow_detail/workflow_inputs/ingest_inputs/source_data_modal.tsx
@@ -123,10 +123,6 @@ export function SourceDataModal(props: SourceDataProps) {
123
let existingMappingsObj = JSON.parse(
124
getIn(values, indexMappingsPath)
125
);
126
- // const existingEmbeddingField = findKey(
127
- // existingMappingsObj?.properties,
128
- // (field) => field.type === 'knn_vector'
129
- // );
130
const existingEmbeddingField = getExistingVectorField(
131
existingMappingsObj
132
0 commit comments