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.0.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.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for llama_index_readers_txtai-0.4.0.tar.gz
Algorithm Hash digest
SHA256 d1e389f6bdbb946e96c0ecf6efe379aa57513a8694e5401ec2d6383789bc29cb
MD5 1e1c9a0909ffb81f59b35b680ad6efda
BLAKE2b-256 cb2a57aa3806ef0cd02273eea9523c16fac4d000701d488ebf4c20eb67564195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llama_index_readers_txtai-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 16591de2b3b1d9419cf22559f6fc5a955117288ba3052ca31477c46574dfe508
MD5 97ef4d2373aa2d61d37600a590d672b8
BLAKE2b-256 4fb0d75514d880ae233f5ee58e96bee9aa5985ec550a84b338f4375cac89bece

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