Skip to main content

A library containing data store components for Gen AI applications.

Project description

GLLM Datastore

Description

A library for managing data storage and retrieval operations in Generative AI applications.


Installation

Prerequisites

Mandatory:

  1. Python 3.11+ — Install here

  2. pip — Install here

  3. uv — Install here

  4. gcloud CLI (for authentication) — Install here, then log in using:

    gcloud auth login
    

Install from Artifact Registry

This requires authentication via the gcloud CLI.

uv pip install \
  --extra-index-url "https://oauth2accesstoken:$(gcloud auth print-access-token)@glsdk.gdplabs.id/gen-ai-internal/simple/" \
  gllm-datastore

Local Development Setup

Prerequisites

  1. Python 3.11+ — Install here

  2. pip — Install here

  3. uv — Install here

  4. gcloud CLI — Install here, then log in using:

    gcloud auth login
    
  5. Git — Install here

  6. Access to the GDP Labs SDK GitHub repository


1. Clone Repository

git clone git@github.com:GDP-ADMIN/gl-sdk.git
cd gl-sdk/libs/gllm-datastore

2. Setup Authentication

Set the following environment variables to authenticate with internal package indexes:

export UV_INDEX_GEN_AI_INTERNAL_USERNAME=oauth2accesstoken
export UV_INDEX_GEN_AI_INTERNAL_PASSWORD="$(gcloud auth print-access-token)"
export UV_INDEX_GEN_AI_USERNAME=oauth2accesstoken
export UV_INDEX_GEN_AI_PASSWORD="$(gcloud auth print-access-token)"

3. Quick Setup

Run:

make setup

4. Activate Virtual Environment

source .venv/bin/activate

Local Development Utilities

The following Makefile commands are available for quick operations:

Install uv

make install-uv

Install Pre-Commit

make install-pre-commit

Install Dependencies

make install

Update Dependencies

make update

Run Tests

make test

Contributing

Please refer to the Python Style Guide for information about code style, documentation standards, and SCA requirements.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

gllm_datastore_binary-0.5.49-cp312-cp312-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.12Windows x86-64

gllm_datastore_binary-0.5.49-cp312-cp312-manylinux_2_31_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ x86-64

gllm_datastore_binary-0.5.49-cp312-cp312-macosx_13_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

gllm_datastore_binary-0.5.49-cp311-cp311-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.11Windows x86-64

gllm_datastore_binary-0.5.49-cp311-cp311-manylinux_2_31_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ x86-64

gllm_datastore_binary-0.5.49-cp311-cp311-macosx_13_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file gllm_datastore_binary-0.5.49-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.49-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2927e7888d5a126bd2d36589ca6f305ba5cd86c4389833d28ba292ee5ab8009e
MD5 91b6248f9b6334777fa629bf44266e1e
BLAKE2b-256 5574676c28d21667149b4f754d931634be44402cdf7e5b24a57faf6ab961e84a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_datastore_binary-0.5.49-cp312-cp312-win_amd64.whl:

Publisher: build-binary.yml on GDP-ADMIN/gl-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gllm_datastore_binary-0.5.49-cp312-cp312-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.49-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 bf3852058fa6b569050d1f4ee07562c2d0aaaf4c8954ca5895f65a93f2d09a08
MD5 b0eeef71a64b640aa1043679fd550f0a
BLAKE2b-256 6da3711274c884f64653f8462c3e1e7ddab0feebd8c0506d909f5a968a728cd5

See more details on using hashes here.

File details

Details for the file gllm_datastore_binary-0.5.49-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.49-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d7d71e1126a66ee9be6e41eee9dd7a0d6abc9105b08d94a6c12fb594b247bda4
MD5 3166604db962f1a05310f31f12fd802d
BLAKE2b-256 14da8fc23e43327e613c47993f3a11672af1a951b7373769bc5201da32e63449

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_datastore_binary-0.5.49-cp312-cp312-macosx_13_0_arm64.whl:

Publisher: build-binary.yml on GDP-ADMIN/gl-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gllm_datastore_binary-0.5.49-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.49-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 37517ac6119e8815ef29027e25c90d706a2fd8c085b34d1435d585a860cbe10b
MD5 92a7118946cdcb633cb5571960bf7c63
BLAKE2b-256 107787a0637dc4f0da83407fd5dafd09be12fccb293e3cebd5cfc9f593497374

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_datastore_binary-0.5.49-cp311-cp311-win_amd64.whl:

Publisher: build-binary.yml on GDP-ADMIN/gl-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gllm_datastore_binary-0.5.49-cp311-cp311-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.49-cp311-cp311-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 6d8d87c36b40fc76e060a6cdde9bafc2e926c508a122bc4ae893d1d2c3959544
MD5 eebd573ca4f4f892509b576c743cbf51
BLAKE2b-256 155f9607082e886caf48be6c6b2800f02f219b232c75a3712df5734008991e6b

See more details on using hashes here.

File details

Details for the file gllm_datastore_binary-0.5.49-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.49-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 74bcc05a1b64565f251dcef2c332a7360da82040f0ce584dbabc063a0b5347ab
MD5 3ad7a1d3f7c8512189931f78f7201690
BLAKE2b-256 a4c8bfd222457f9fb25530c318930c2c3d11f2913e9c7c5e50419bde0ff74421

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_datastore_binary-0.5.49-cp311-cp311-macosx_13_0_arm64.whl:

Publisher: build-binary.yml on GDP-ADMIN/gl-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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