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

Uploaded Python 3

File details

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

File metadata

  • Download URL: llama_index_readers_txtai-0.5.0.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for llama_index_readers_txtai-0.5.0.tar.gz
Algorithm Hash digest
SHA256 75983e12a5d0bea68c3780d04b754f662dc09398f563e299ea782c2642b94980
MD5 215ba2041dea00bfae40b8f898087ffa
BLAKE2b-256 3f33cd6d4db4e17fbd3318f1dcea9b0d443e7ad86e26f1f97a110c6d1d91ef80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llama_index_readers_txtai-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for llama_index_readers_txtai-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 36c91ee8c62058a442bc48fe16c068dd168339e065ba3342aab4f708ccc8b018
MD5 19f86ac6ebd029fcc051db76f0470870
BLAKE2b-256 117de17c3cd4d73a8004b04ef198a7a364ef709acdc69fcd92991880107d9fa2

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