llama-index vector_stores bigquery vector search integration
Project description
LlamaIndex Vector_Stores Integration: BigQuery
Vector store index using Google BigQuery. Supports efficient storage and querying of vector embeddings using BigQuery's native vector search capabilities. For more information, see the official BigQuery Vector Search Documentation
🔐 Required IAM Permissions
To use this integration, ensure your account has the following permissions:
roles/bigquery.dataOwner(BigQuery Data Owner)roles/bigquery.dataEditor(BigQuery Data Editor)
🔧 Installation
pip install llama-index-vector-stores-bigquery
💻 Example Usage
from google.cloud.bigquery import Client
from llama_index.vector_stores.bigquery import BigQueryVectorStore
client = Client()
vector_store = BigQueryVectorStore(
table_id="my_bigquery_table",
dataset_id="my_bigquery_dataset",
bigquery_client=client,
)
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_bigquery-0.1.0.tar.gz.
File metadata
- Download URL: llama_index_vector_stores_bigquery-0.1.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a107058efc5d9fddd37f5417cd1106c6522b23ec04423f25395ee1397585313
|
|
| MD5 |
a5560af7c0ba4e4bfb33a8ec8637dc89
|
|
| BLAKE2b-256 |
f2cc9a16a19f2c7f7161f08633659a613f23b3d4bf7f97d48953c6186ae2cb12
|
File details
Details for the file llama_index_vector_stores_bigquery-0.1.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_vector_stores_bigquery-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49759e3a2e9342d07e02577c4bf39cad2468af16950a85842a75d42da085bf97
|
|
| MD5 |
a950c199af9f7d20dc53855ae62607d9
|
|
| BLAKE2b-256 |
d024daead2052cf58aa3ab0efd44aef3beecfaf4f2f1a8270cb14c55aa96fe13
|