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

Uploaded CPython 3.12Windows x86-64

gllm_datastore_binary-0.5.89-cp312-cp312-manylinux_2_31_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ x86-64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

gllm_datastore_binary-0.5.89-cp311-cp311-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.11Windows x86-64

gllm_datastore_binary-0.5.89-cp311-cp311-manylinux_2_31_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ x86-64

gllm_datastore_binary-0.5.89-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.89-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.89-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a31f337f282b80c966a694e737c83606c3929ee3c630841246e84a8b55e56453
MD5 aff6064852516cec6f8508f8ee391bb9
BLAKE2b-256 1bdec659a804e665be11a0d6957938e7bc8aeece1d598bb989db562d0b82a7e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.89-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 c8d8e2de93876e87b5b83de0b40d6706caeff5c73058af63d10a85c454064884
MD5 f3fd0d90da7e9277ec662aa90367de9d
BLAKE2b-256 dded5de180c64b3f48aedf0db7fc1d297ac1c42fca9d77f87ce757a22b961bd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.89-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6e9a20a8481d39f4a403566ea6b126cabe6042687da962cc35b132ed287313c6
MD5 211538cff1c01c647100477f16910c48
BLAKE2b-256 b432d0253fb1657839b87f7bbfd8ec4ecec88f9fbdfdb125fc512256957fa502

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.89-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 577743418c049b4780b9a75a2b448d9aee25520206eaa85286e148f53da67379
MD5 b1954ea441181034ff1fd6312e9d2a6b
BLAKE2b-256 596af41f871e0dadc5cbc400e6462ea6a74fbdb08aa2c3bc6c6add11a0822a64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.89-cp311-cp311-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 7e39546b4d4e9682a5e0c402f38d283b933bf41fffc01a79082f8ef2d9646a8d
MD5 327c95d3f50db2b6593d34145ce6e856
BLAKE2b-256 f2c94465247eccb48ae414c927405923fef50d56b78643f62bb69d48cf83a3c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.89-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8f04c38cbccc0ef11d7d670d60d91239ebedb5e7783d317cf81a1ec54c80112d
MD5 89d780af06bce3206aaae2e68ca14d69
BLAKE2b-256 371702a3384b3aba9100e37185fcbbfe5d53f2da7d15f5b263f0ff2fc0fd0f96

See more details on using hashes here.

Provenance

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