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

Uploaded CPython 3.12Windows x86-64

gllm_datastore_binary-0.5.76-cp312-cp312-manylinux_2_31_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ x86-64

gllm_datastore_binary-0.5.76-cp312-cp312-macosx_13_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

gllm_datastore_binary-0.5.76-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86-64

gllm_datastore_binary-0.5.76-cp311-cp311-manylinux_2_31_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ x86-64

gllm_datastore_binary-0.5.76-cp311-cp311-macosx_13_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.76-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b05341f6fe63ed97a7a6c0f53c502289acbbb10e2052fbcbbbbe9aab1ef954aa
MD5 108e267a6bf554c75f09fa2b1c6fc3d7
BLAKE2b-256 83abd034a75ee16b9e680288e442d0c7b068c9d72e745f98abf07159e33da08f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.76-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 b585c83ba16e9371ac19f9787a121197276c14e95b333d61f0c1cda928d4bb35
MD5 1049d5db0df6e4811fb525d5e906759d
BLAKE2b-256 f63192330fbc811ecc440243e86ed84ac4e4c8da0a3b6bbea9b9add63ad9903a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.76-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5a3d770f3833cb90104fd343b964c71262630dd2b0025779de6d38814a4204c5
MD5 1515947ba64692e8527282b971e8b6de
BLAKE2b-256 5758f00dad88f73bbda15e0c1898117303bd5c7c8e728d7004d0f82c333593ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.76-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8deffa6120a9c0a2605e0af690fc27941113802297a55253249d05bcffeacbbb
MD5 7cf75d56ccf52af75ebf69256bf3ab80
BLAKE2b-256 cf1d44ce2e90e78780e8532e75db9be4c483c34ee0a8b8b95f926b038b2c31dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.76-cp311-cp311-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 59d56efdce457d67d27944f607535753b63d5658fb492c9f0714ba2cef5b2861
MD5 b62e02871ac58bc5d9fc0c549fb7b93c
BLAKE2b-256 8b5f8461368442181a634f56b09edcbe46a17a8d3157a353318f0cce9d69845c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.76-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a5583f31fc114ca1e0281a7d86203072e96f74001020fae44a7cab011bb5778d
MD5 8d7f273f98a9d05fd80795153b3cdadf
BLAKE2b-256 5a0389ec390dd1c5aafda69d8bdf6730c2fec7fee1fa8c3d62302f881921aadf

See more details on using hashes here.

Provenance

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