Skip to content

Commit

Permalink
Enhance insert Method in BaseIndex to Support Customizable Transf…
Browse files Browse the repository at this point in the history
…ormations (#16206)
  • Loading branch information
yunhaoli24 authored Sep 26, 2024
1 parent 9af8fa3 commit 944945e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llama-index-core/llama_index/core/indices/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def insert(self, document: Document, **insert_kwargs: Any) -> None:
[document],
self._transformations,
show_progress=self._show_progress,
**insert_kwargs,
)

self.insert_nodes(nodes, **insert_kwargs)
Expand Down

0 comments on commit 944945e

Please sign in to comment.