Skip to main content

llama-index readers txtai integration

Project description

LlamaIndex Readers Integration: txtai

Overview

The txtai Reader retrieves documents through an existing in-memory txtai index. These documents can then be used in downstream LlamaIndex data structures. If you wish to use txtai itself as an index to organize documents, insert documents, and perform queries on them, please use VectorStoreIndex with TxtaiVectorStore.

Installation

You can install the txtai Reader via pip:

pip install llama-index-readers-txtai

Usage

from llama_index.readers.txtai import TxtaiReader

# Initialize TxtaiReader with an existing txtai index
reader = TxtaiReader(index="<txtai Index object>")

# Load data from txtai index
documents = reader.load_data(
    query="<Query Vector>",
    id_to_text_map={"<ID>": "<Text>"},
    k=4,
    separate_documents=True,
)

This loader is designed to be used as a way to load data into LlamaIndex.

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

llama_index_readers_txtai-0.4.1.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llama_index_readers_txtai-0.4.1-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file llama_index_readers_txtai-0.4.1.tar.gz.

File metadata

File hashes

Hashes for llama_index_readers_txtai-0.4.1.tar.gz
Algorithm Hash digest
SHA256 18c9680fe7aa8d874c0aa14cd3736174a8cdf5b307a8875960e440d4eb5677fd
MD5 3d0167bc920d9c98ce7549cd4f47f21a
BLAKE2b-256 b76c101bac561b9dd303e675dd9e621f4842394618d58c5a99476e5909a22055

See more details on using hashes here.

File details

Details for the file llama_index_readers_txtai-0.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_readers_txtai-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8f9877e1e50fc426a814afe3d8f19ffd9786dea1a3371b6a9abbad92af667d5c
MD5 1df773f8b573021d3195ea513b82a765
BLAKE2b-256 5e1ae35abbc2c918bd6ff756bb44cf3d86fbfeffcc4a87c989ecf8b890fe7a48

See more details on using hashes here.

Supported by

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