fix: add old Data to Message name to metadata to improve search #6636
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to the
ParseDataComponent
across various files, ensuring consistency in the metadata and format. The main changes involve adding legacy metadata and reformatting the component description.Metadata Updates:
src/backend/base/langflow/components/processing/parse_data.py
: Addedlegacy_name
metadata to theParseDataComponent
.src/backend/base/langflow/initial_setup/starter_projects/Blog Writer.json
: Updated metadata to includelegacy_name
for theParseDataComponent
.src/backend/base/langflow/initial_setup/starter_projects/Document Q&A.json
: Updated metadata to includelegacy_name
for theParseDataComponent
.src/backend/base/langflow/initial_setup/starter_projects/Graph Vector Store RAG.json
: Updated metadata to includelegacy_name
for theParseDataComponent
.src/backend/base/langflow/initial_setup/starter_projects/Image Sentiment Analysis.json
: Updated metadata to includelegacy_name
for theParseDataComponent
.src/backend/base/langflow/initial_setup/starter_projects/LoopTemplate.json
: Updated metadata to includelegacy_name
for theParseDataComponent
.Description Reformatting:
src/backend/base/langflow/components/processing/parse_data.py
: Reformatted thedescription
attribute of theParseDataComponent
for better readability.src/backend/base/langflow/initial_setup/starter_projects/Blog Writer.json
: Reformatted thedescription
attribute of theParseDataComponent
for better readability.src/backend/base/langflow/initial_setup/starter_projects/Document Q&A.json
: Reformatted thedescription
attribute of theParseDataComponent
for better readability.src/backend/base/langflow/initial_setup/starter_projects/Graph Vector Store RAG.json
: Reformatted thedescription
attribute of theParseDataComponent
for better readability.src/backend/base/langflow/initial_setup/starter_projects/Image Sentiment Analysis.json
: Reformatted thedescription
attribute of theParseDataComponent
for better readability.