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

Uploaded CPython 3.12Windows x86-64

gllm_datastore_binary-0.5.68-cp312-cp312-manylinux_2_31_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ x86-64

gllm_datastore_binary-0.5.68-cp312-cp312-macosx_13_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

gllm_datastore_binary-0.5.68-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

gllm_datastore_binary-0.5.68-cp311-cp311-manylinux_2_31_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ x86-64

gllm_datastore_binary-0.5.68-cp311-cp311-macosx_13_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.68-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4859ca7ef1419e11011cf76eceee0fe5b20e0457e0fe1269b86346b967795800
MD5 838d89a447da247a10e5df0f5617e461
BLAKE2b-256 9229ce95da11a6d008608aae1a4ffbc4a216d0c9f69bd4177ca61d2348b5b2a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.68-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 d10ad17e5cef9345aa04f1738380127da3be488527df38e8eb26f297c9793043
MD5 299bb47038ff6ca923e3ad457868aa13
BLAKE2b-256 d5a4a655d6dec9573533566b4ec99a514b385128184ac4eaafcc09b97d959a5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.68-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f1d8cab0e6e0aaa037055e12b610cf9876f06722017b349c882ce12f08cc6e67
MD5 16501ce5cf6572c1bbfc55ec2d98f57f
BLAKE2b-256 e62ecb075b166a40e4cab469d7e19d976cf94c81d296173becbfe437a5b0b551

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.68-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ff43ae66203c620ed629337aa9b1520b3241fb504ad1293e655b1f26318f02a6
MD5 1bf05fcc40c5c317b7f5f4de4bd265ea
BLAKE2b-256 39155c70a1e02739376cd06d42c5a76e02e5f8d9dec54b771bb25fbf24453a37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.68-cp311-cp311-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 c5c081ad4f13e1d31b2679bc24ecc7a199a2ec4e997172f9e7636c14758b6142
MD5 f1e3ea05709bd8d5b04a85096c6d6ad3
BLAKE2b-256 5d03180211f31a5987e17141b60b91a66254d7bd4a615289f2fc7247c6e77580

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.68-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3baaa1f6a92ec28724a274b43bb135704783cb69a65246630daa578eff87ff89
MD5 a269e037e2740cd5103c319b55547206
BLAKE2b-256 3703e83f9ae738dbe3f233908f0d267943b8260f8ae13a0659d80d3c7a717f20

See more details on using hashes here.

Provenance

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