Skip to content

Commit

Permalink
docs: small typo (#7162)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickscamara committed Aug 6, 2023
1 parent 653f550 commit f089096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ index = VectorStoreIndex.from_documents(documents, service_context=service_conte

There are several options available to customize:

- `text_spliiter` (defaults to `TokenTextSplitter`) - the text splitter used to split text into chunks.
- `text_splitter` (defaults to `TokenTextSplitter`) - the text splitter used to split text into chunks.
- `include_metadata` (defaults to `True`) - whether or not `Node`s should inherit the document metadata.
- `include_prev_next_rel` (defaults to `True`) - whether or not to include previous/next relationships between chunked `Node`s
- `metadata_extractor` (defaults to `None`) - extra processing to extract helpful metadata. See [here for details](/core_modules/data_modules/documents_and_nodes/usage_metadata_extractor.md).
Expand Down

0 comments on commit f089096

Please sign in to comment.