llama_index icon indicating copy to clipboard operation
llama_index copied to clipboard

[Documentation]: quick add to the Loading Data (Ingestion) in Learn section

Open C00kie- opened this issue 3 months ago • 1 comments

Documentation Issue Description

Hello; there is just the import line missing for this example:


# global
from llama_index.core import Settings

Settings.text_splitter = text_splitter

# per-index
index = VectorStoreIndex.from_documents(
    documents, transformations=[text_splitter]
)

Which is (if I am not wrong ;-) ) this one:

from llama_index.core.node_parser import SentenceSplitter

Thanks!

Documentation Link

https://docs.llamaindex.ai/en/stable/understanding/loading/loading/

C00kie- avatar Mar 26 '24 20:03 C00kie-

It seems like you've got this under control, if you want help or have specific questions, let me know what I can do for you!

About Dosu

This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

dosubot[bot] avatar Mar 26 '24 20:03 dosubot[bot]

Hi, is this issue still open. Can I have the opportunity to work on this issue.

sharsha315 avatar Mar 31 '24 13:03 sharsha315