Skip to content

enh : enable map merge insertion of documents#74

Open
VarinThakur01 wants to merge 8 commits intomainfrom
map_merge
Open

enh : enable map merge insertion of documents#74
VarinThakur01 wants to merge 8 commits intomainfrom
map_merge

Conversation

@VarinThakur01
Copy link
Copy Markdown
Collaborator

Adds insertion of documents through the MAP MERGE SQL approach.
Builds up on #69 as it had some open issues.

* enh: enable map_merge to add_texts in vectorstore

* remove print statements

* add example documentation

* drop tables when error is thrown and add uid

* uplift temp table name into a variable

* update tests, example and allow map merge only as a kw argument

* reduce nesting and remove redundant param
@VarinThakur01 VarinThakur01 requested a review from yonarw April 10, 2026 09:19
@VarinThakur01 VarinThakur01 changed the title (enh) : enable map merge insertion of documents enh : enable map merge insertion of documents Apr 10, 2026
Copy link
Copy Markdown
Contributor

@yonarw yonarw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only some smaller formatting issues that my linter is showing. Maybe we can add

[tool.ruff.format]
quote-style = "double"
indent-style = "space"

to pyproject.toml. But we can do that in a followup PR that'll format each file once to make everything consistent in the repo and afterward "enforce" it via a CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants