Skip to main content

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


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_vector_stores_bigquery-0.1.1.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file llama_index_vector_stores_bigquery-0.1.1.tar.gz.

File metadata

File hashes

Hashes for llama_index_vector_stores_bigquery-0.1.1.tar.gz
Algorithm Hash digest
SHA256 6f0a12ee472b839edd6c49ece196f08eb9dd084062f7250f150aaf63dce59bc8
MD5 f2a8b6fd979c961682858dfb2f8245c7
BLAKE2b-256 3f8dc27c143ab997aa47ace61cf82d425ac72ce9ef7ca8f1aa687ea844b4e9b0

See more details on using hashes here.

File details

Details for the file llama_index_vector_stores_bigquery-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_vector_stores_bigquery-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 36372f25c973eadfcdae569faad5d4e9cdd7abdecad2459de76dd60fd6c687ac
MD5 1c1f5ef3918d3ecbb399c36760db7288
BLAKE2b-256 1118c15ec5a7cb565e7dfddeb1280b95c65c3348318f110b44c86314a17468d9

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