Skip to main content

LlamaIndex Vector_Stores Integration: VectorX

🚀 Installation

pip install llama-index-core vecx

Usage

from llama_index.vector_stores.vectorx import VectorXVectorStore
from llama_index.core import VectorStoreIndex

# Initialize store
store = VectorXVectorStore.from_params(
    api_token="YOUR_API_TOKEN",
    encryption_key="YOUR_ENCRYPTION_KEY",
    index_name="my-index",
    dimension=768,  # must match your embeddings
)

# Wrap with LlamaIndex
index = VectorStoreIndex.from_vector_store(store)

# Insert/query as usual
query_engine = index.as_query_engine()
response = query_engine.query("What is VectorX?")
print(response)

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_vectorx-0.2.0.tar.gz (6.1 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_vectorx-0.2.0.tar.gz.

File metadata

  • Download URL: llama_index_vector_stores_vectorx-0.2.0.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","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

Hashes for llama_index_vector_stores_vectorx-0.2.0.tar.gz
Algorithm Hash digest
SHA256 f9df0cc850e1d78e21ef4e0b60a41d4aabb46e92367dc50c7f759a16a07f3485
MD5 8d6bf2b1e59635a04ef720a81ea9a669
BLAKE2b-256 8f7fb5b1691c0306063b0be6cf23ff0c5e7b2d7c3170e50ddb5aff982c7ee6fe

See more details on using hashes here.

File details

Details for the file llama_index_vector_stores_vectorx-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: llama_index_vector_stores_vectorx-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 6.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","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

Hashes for llama_index_vector_stores_vectorx-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f920757aec9a43d030e016e4828f02bf85a2842b83116ea911bd73a532c22432
MD5 265038cfcf1c7c5314117d9cbb04ae6a
BLAKE2b-256 aac15cce8cdac3c28999966a81c2b756e2d5714921b3108b06a9999a5322c8f8

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.0 This release

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page