llama-index vector_stores yugabytedb integration
Project description
YugabyteDB Vector Store
A LlamaIndex vector store using YugabyteDB as the backend.
Usage
Pre-requisite:
pip install llama-index-vector-stores-yugabytedb
A minimal example:
from llama_index.vector_stores.yugabytedb import YBVectorStore
vector_store = YBVectorStore.from_params(
host="localhost",
user="yugabyte",
password="yugabyte",
port=5433,
load_balance="True",
database="yugabyte",
table_name="test_table",
schema_name="test_schema",
embed_dim=1536,
)
Note: Please see the YugabyteDB psycopge2 driver documentation for more yugabytedb specific parameters here.
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_vector_stores_yugabytedb-0.5.4.tar.gz.
File metadata
- Download URL: llama_index_vector_stores_yugabytedb-0.5.4.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","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 |
c893948271ba813ae56fd23c7292d2620f8999ce4b01b717c0adffdac95ceb75
|
|
| MD5 |
1eac7dbb68b98b867937a6e0a6afdf11
|
|
| BLAKE2b-256 |
8b77ff4eb9e34db92588650d81b9f021ac8ab16b41f549b6a91ad462af78b83b
|
File details
Details for the file llama_index_vector_stores_yugabytedb-0.5.4-py3-none-any.whl.
File metadata
- Download URL: llama_index_vector_stores_yugabytedb-0.5.4-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","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 |
4e9e2693a3e0b21f3619a016c50b84fbaba3abedf10215a114fdd075a6b70d3a
|
|
| MD5 |
6d942bdf14090eec76d08954b9547035
|
|
| BLAKE2b-256 |
da4af7c88102f48f8de44663e4fab2152496e7475c90f5304eb19ae07a03354c
|