Skip to main content

LlamaIndex Vector_Stores Integration: Hologres

Please refer to the notebook for usage of Hologres as vector store in LlamaIndex.

Example Usage

pip install llama-index
pip install llama-index-vector-stores-hologres
# Connect to existing instance
from llama_index.core import VectorStoreIndex
from llama_index.vector_stores.hologres import HologresVectorStore

vector_store = HologresVectorStore.from_param(
    host="***",
    port=80,
    user="***",
    password="***",
    database="***",
    table_name="***",
    embedding_dimension=1536,
    pre_delete_table=True,
)

# Create index from existing stored vectors
index = VectorStoreIndex.from_vector_store(vector_store)
query_engine = index.as_query_engine()
response = query_engine.query(
    "What did the author study prior to working on AI?"
)
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_hologres-0.6.0.tar.gz (5.0 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_hologres-0.6.0.tar.gz.

File metadata

  • Download URL: llama_index_vector_stores_hologres-0.6.0.tar.gz
  • Upload date:
  • Size: 5.0 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_hologres-0.6.0.tar.gz
Algorithm Hash digest
SHA256 c2fc596ba36a3c1e5d5f14e202608787cd0414fd44d9d9e6f57b10881818f27a
MD5 d141f60fb2e29846d51bb28c5654801c
BLAKE2b-256 4aff0f4acb9a9daffeab1507a47ce9f897922bcf3f9379b0bee85e0f5de1e7fa

See more details on using hashes here.

File details

Details for the file llama_index_vector_stores_hologres-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: llama_index_vector_stores_hologres-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 4.9 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_hologres-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 43dcbf750df823cff6c8f9e3c1e593d12c1143dd6399004f749047a14a571f3f
MD5 0f88518a9edef4e27e1776e57be98473
BLAKE2b-256 2aeddf84c541ef759dc199c7d3d5dfb68a40f96e0372f9b981e130a19b3ecd81

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.6.0 This release

2 files

0.5.0

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

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