Skip to main content

llama-index packs sentence_window_retriever integration

Project description

Sentence Window Retriever

This LlamaPack provides an example of our sentence window retriever.

This specific template shows the e2e process of building this. It loads a document, chunks it up, adds surrounding context as metadata to each chunk, and during retrieval inserts the context back into each chunk for response synthesis.

Check out the notebook here.

CLI Usage

You can download llamapacks directly using llamaindex-cli, which comes installed with the llama-index python package:

llamaindex-cli download-llamapack SentenceWindowRetrieverPack --download-dir ./sentence_window_retriever_pack

You can then inspect the files at ./sentence_window_retriever_pack and use them as a template for your own project.

Code Usage

You can download the pack to a the ./sentence_window_retriever_pack directory:

from llama_index.core.llama_pack import download_llama_pack

# download and install dependencies
SentenceWindowRetrieverPack = download_llama_pack(
    "SentenceWindowRetrieverPack", "./sentence_window_retriever_pack"
)

From here, you can use the pack, or inspect and modify the pack in ./sentence_window_retriever_pack.

Then, you can set up the pack like so:

# create the pack
# get documents from any data loader
sentence_window_retriever_pack = SentenceWindowRetrieverPack(
    documents,
)

The run() function is a light wrapper around query_engine.query().

response = sentence_window_retriever_pack.run(
    "Tell me a bout a Music celebritiy."
)

You can also use modules individually.

# get the sentence vector index
index = sentence_window_retriever_pack.sentence_index

# get the node parser
node_parser = sentence_window_retriever_pack.node_parser

# get the metadata replacement postprocessor
postprocessor = sentence_window_retriever_pack.postprocessor

# get the query engine
query_engine = sentence_window_retriever_pack.query_engine

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file llama_index_packs_sentence_window_retriever-0.4.0.tar.gz.

File metadata

File hashes

Hashes for llama_index_packs_sentence_window_retriever-0.4.0.tar.gz
Algorithm Hash digest
SHA256 fef179200087c9bf33d1802c9f05a1abe7120c88c382358c45bd8fbd5ecba97b
MD5 e6080d9a076b89ff7adf4805d9142133
BLAKE2b-256 254c5ebe0ab1a25b8787c3e940c56e4765abaf2c447f2d711f0a0ecc63e65631

See more details on using hashes here.

File details

Details for the file llama_index_packs_sentence_window_retriever-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_packs_sentence_window_retriever-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e5b309dddcece9a5199197a81bc8d52da521fdeb1f344a0eeed4f6a9671068e6
MD5 fb6b7e01b85506bb5e4193200f47f1bd
BLAKE2b-256 9a0b0594a9d7d610df2fe1cd27079462e1b63de2f4dd2943f96f801aad9e652a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page