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.92-cp312-cp312-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.12Windows x86-64

gllm_datastore_binary-0.5.92-cp312-cp312-manylinux_2_31_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ x86-64

gllm_datastore_binary-0.5.92-cp312-cp312-macosx_13_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

gllm_datastore_binary-0.5.92-cp311-cp311-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.11Windows x86-64

gllm_datastore_binary-0.5.92-cp311-cp311-manylinux_2_31_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ x86-64

gllm_datastore_binary-0.5.92-cp311-cp311-macosx_13_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.92-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d0e4e4538010ad025707e154a0a4d827443bc524dd393f43c7867c3da980f2da
MD5 09d59040b942b201caf87a8f615cf891
BLAKE2b-256 f31b96909b02e6e3b2126d848ed3293f5c0c6edf10e5aa4188c7148592f38b41

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_datastore_binary-0.5.92-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.92-cp312-cp312-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.92-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 c4f25008a9a1f02505a7e0d900e733d86d549350c491791fd0a506913df3e097
MD5 fed3363cd566abe2d3fd000f0b8a0a1f
BLAKE2b-256 6f378acafda6bd2f752f3664e9451a35939049ca948298285e1567b5ed4eca67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.92-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 db0ae534f2577f91595f306607fc25c9548b6ae0c494a0764a38ce4bce48e608
MD5 ad279a0006dc7036a3bda587db494a60
BLAKE2b-256 2dd814d8576b69816ede0a2dec1ddc6566095421680718f7914a1517836505b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_datastore_binary-0.5.92-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.92-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.92-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 faf772b5581dfab17f033e3053db0d8ec39fef40366ad4a337921e493cb9a9fc
MD5 24d80b61ed898b18025d75576ee41d12
BLAKE2b-256 112fcf246520a88dab41aab076f5ee41d82104277e5c272bba4c97b386cf7ffc

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_datastore_binary-0.5.92-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.92-cp311-cp311-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.92-cp311-cp311-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 a5bbbcf0cc9852ab37794cf661917ac1a4bdab0672ba3d80bd57e813e7815426
MD5 fae30fb316c53d98e576d18bc882c6ed
BLAKE2b-256 0833b6e976de81970786f155528378817286e0aa4e5dd5ffcc3b5cc93f31b777

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.92-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8f48124f76badceae47c621537a5d03b794166f906b0475c7e3e65f8267bdfc4
MD5 f3f986fd6c92a6d8052259f7da0f8302
BLAKE2b-256 a82e53c696387fe83bd74f9b98a762e7edce1baa921894af0fb3838a292571c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for gllm_datastore_binary-0.5.92-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