llama-index readers jaguar integration
Project description
LlamaIndex Readers Integration: Jaguar
Overview
Jaguar Reader retrieves documents from an existing persisted Jaguar store. These documents can then be used in a downstream LlamaIndex data structure.
Installation
You can install Jaguar Reader via pip:
pip install llama-index-readers-jaguar
To use Jaguar Reader, you must have an API key. Here are the installation instructions
Usage
from llama_index.readers.jaguar import JaguarReader
# Initialize JaguarReader
reader = JaguarReader(
pod="<Pod Name>",
store="<Store Name>",
vector_index="<Vector Index Name>",
vector_type="<Vector Type>",
vector_dimension="<Vector Dimension>",
url="<Endpoint URL>",
)
# Login to Jaguar server
reader.login(jaguar_api_key="<Jaguar API Key>")
# Load data from Jaguar
documents = reader.load_data(
embedding="<Embedding Vector>",
k=10,
metadata_fields=["<Metadata Field 1>", "<Metadata Field 2>"],
where="<Query Condition>",
)
# Logout from Jaguar server
reader.logout()
This loader is designed to be used as a way to load data into LlamaIndex.
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_readers_jaguar-0.5.0.tar.gz.
File metadata
- Download URL: llama_index_readers_jaguar-0.5.0.tar.gz
- Upload date:
- Size: 5.3 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aadb32ee13dae7b83e43fb4a5b0ee723283e306b38a550b3649856684218d23f
|
|
| MD5 |
4a29501a6b7a5f5e53b31f0cdff2c837
|
|
| BLAKE2b-256 |
f0feb84234c284da009aff123c79bc0d47ef693a27b7cb6b65b293814930e13b
|
File details
Details for the file llama_index_readers_jaguar-0.5.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_jaguar-0.5.0-py3-none-any.whl
- Upload date:
- Size: 4.9 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
962b12a35c4566026e5298dc91b24c1272589ded35819c1dd202fe9063225235
|
|
| MD5 |
6dab8337dbf4debe9dd6879587d6798a
|
|
| BLAKE2b-256 |
be71532aecd242e8d5fb2793579422682f0c1a861f2428f59d8021824b1d06bc
|