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

Uploaded CPython 3.12Windows x86-64

gllm_datastore_binary-0.5.84-cp312-cp312-manylinux_2_31_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ x86-64

gllm_datastore_binary-0.5.84-cp312-cp312-macosx_13_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

gllm_datastore_binary-0.5.84-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.84-cp311-cp311-macosx_13_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.84-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 01e318310a327a4096f8a3d67017bbe6d330885fc1fa4e2a2a36bb353a42b2d4
MD5 3bbb127df449dcdedb69193de02e7216
BLAKE2b-256 f20e55fdd0b09980f6b05636023d2b8fdbcdc69d913bc34bda01eae83e63ebd8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.84-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 78dd69facdc0d3a91278f6a7638367108f287f0f1709e007adee80eff833d716
MD5 9088ce07ccba0d8d054ba8c8a98ae29b
BLAKE2b-256 e1813b8d7a3a47466711e048621f6ae7b0273bb5ac27588fd6b1705eee4a48db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.84-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fc16c44997acaa94add30268a50436b33e9ce1328efc6dd132f97138f492dae4
MD5 e30db13281effa60f76fd748a1e1de24
BLAKE2b-256 d07881082b2ef291845280029bca6086b165847e43f02ab0dc4769bbe0283b0f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.84-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d08e02146bd4aae873317044d84ec9e57f8c4b20979fa9fabaa3064d0876c574
MD5 e1b116da1f6489ca7d91de16630b38c5
BLAKE2b-256 1ab7267965039af6b2c089f656a229228416f280a7c70e9d2e9ea555848117d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.84-cp311-cp311-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 d0563cbfc79e1a4d4f2bcd9179a3ca48939c3d49f47122f2a2dacb78518c6338
MD5 cd7e4321e731d8a36b6cc0160a33b34d
BLAKE2b-256 1c75777339c68dd21a02112c5b8b9815675b8fd02eaed94e9f6a9849f48bc374

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.84-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2cced7709fad500e8d61391a222bf3b943f6e10a6157711a321533e0737f83d4
MD5 a679d16b32b5c02c5840ae08066b544b
BLAKE2b-256 077120befea7d35b7c007628bb538085cf03663245529e8bd97f3258f7f47721

See more details on using hashes here.

Provenance

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