added default title_column and collection_name values for workflows u…#677
Merged
Conversation
…sing the vector store option
AlonsoGuevara
previously approved these changes
Jul 25, 2024
…microsoft/graphrag into gnievesponce/default-vector-store-values
AlonsoGuevara
approved these changes
Jul 30, 2024
dayesouza
pushed a commit
that referenced
this pull request
Aug 1, 2024
#677) * added default title_column and collection_name values for workflows using the vector store option * update poetry lockfile * fixed ruff formatting * ran semversioner --------- Co-authored-by: Gabriel Nieves-Ponce <gnievesponce@microsoft.com> Co-authored-by: Alonso Guevara <alonsog@microsoft.com> Co-authored-by: Josh Bradley <joshbradley@microsoft.com>
Brandsma
pushed a commit
to ThalamusLabs/MMGraphRAG
that referenced
this pull request
Nov 6, 2025
microsoft#677) * added default title_column and collection_name values for workflows using the vector store option * update poetry lockfile * fixed ruff formatting * ran semversioner --------- Co-authored-by: Gabriel Nieves-Ponce <gnievesponce@microsoft.com> Co-authored-by: Alonso Guevara <alonsog@microsoft.com> Co-authored-by: Josh Bradley <joshbradley@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Added the default columns the vector store expects at the
create_pipeline_configlevel. If the user does not use a vector store, the system will operate as usualRelated Issues
#676
Proposed Changes
I updated the
create_pipeline_configto include defaulttitle_columnandid_columnvalue for each embedding step.By adding an additional property to the create_pipeline_config. We are able to update each embedding workflow without much overhead.
Checklist