Skip to content

Commit

Permalink
Do not add source data to datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Sep 27, 2024
1 parent 4564c08 commit cd9b469
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ export function AddDataSourceModal({
pipelineData.source = {
slug: source.slug,
provider_slug: source.provider_slug,
data: sourceData,
data: {},
};
}
if (embedding.slug && embedding.provider_slug) {
Expand Down

0 comments on commit cd9b469

Please sign in to comment.