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.0.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.0.tar.gz.

File metadata

File hashes

Hashes for llama_index_vector_stores_bigquery-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2a107058efc5d9fddd37f5417cd1106c6522b23ec04423f25395ee1397585313
MD5 a5560af7c0ba4e4bfb33a8ec8637dc89
BLAKE2b-256 f2cc9a16a19f2c7f7161f08633659a613f23b3d4bf7f97d48953c6186ae2cb12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llama_index_vector_stores_bigquery-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 49759e3a2e9342d07e02577c4bf39cad2468af16950a85842a75d42da085bf97
MD5 a950c199af9f7d20dc53855ae62607d9
BLAKE2b-256 d024daead2052cf58aa3ab0efd44aef3beecfaf4f2f1a8270cb14c55aa96fe13

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