run-llama / llama_index

LlamaIndex is a data framework for your LLM applications

Home Page:https://docs.llamaindex.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question]:node strategy

ddealwis09 opened this issue · comments

Question Validation

  • I have searched both the documentation and discord for an answer.

Question

Hello,
Does llama-index have any abstractions for optimizing the node chunking - chunk size and overall for a specific document?

Thanks!

Hey @ddealwis09,

Check out this documentation, you can control the text splitter, chunk size, chunk overlap and more.
https://gpt-index.readthedocs.io/en/stable/core_modules/data_modules/node_parsers/usage_pattern.html

Feel free to join the discord if you have any other questions!