Skip to main content

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.

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.97-cp313-cp313-manylinux_2_31_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ x86-64

gllm_datastore_binary-0.5.97-cp312-cp312-manylinux_2_31_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ x86-64

gllm_datastore_binary-0.5.97-cp311-cp311-manylinux_2_31_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ x86-64

File details

Details for the file gllm_datastore_binary-0.5.97-cp313-cp313-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.97-cp313-cp313-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 a89aafda2721128d8b6024b3087c743583416a6410e08a326852daf80999e435
MD5 1950a60909170dfda7687448a58345b7
BLAKE2b-256 c9cbbb707729393c6148ab8f29845bfb7cc73742f045e60d845586dc136f8e0b

See more details on using hashes here.

File details

Details for the file gllm_datastore_binary-0.5.97-cp312-cp312-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.97-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 cc1de6601e2e3c9427fdb418be392e8f257af57fea54064c04039596e5f46635
MD5 04d6df12c72d037303fb3a108c3407c8
BLAKE2b-256 864788b2310a0446a113dc7428097a8651133e8ae317b10e5c6012971e59804e

See more details on using hashes here.

File details

Details for the file gllm_datastore_binary-0.5.97-cp311-cp311-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.97-cp311-cp311-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 10656676b6a31d2c914db13c9053c8ae32983e842574b249ed391d943091a4e5
MD5 aa2553b1dfa3c2f4d04d0a4769e63517
BLAKE2b-256 a23f2918f649e96f0f408761644a3c1f5b4b5607f1734daef950ba5277305e58

See more details on using hashes here.

Release history Release notifications | RSS feed

0.6.99

3 files

0.5.99

9 files

0.5.98

9 files

0.5.97.post2

9 files

0.5.97.post1

3 files

This release

0.5.97 This release

3 files

0.5.96

9 files

0.5.95

6 files

0.5.94.post1

9 files

0.5.94

6 files

0.5.93

6 files

0.5.92

6 files

0.5.91

6 files

0.5.90

6 files

0.5.89

6 files

0.5.88

6 files

0.5.87

6 files

0.5.86

6 files

0.5.85

6 files

0.5.84

6 files

0.5.83.post1

6 files

0.5.83

2 files

0.5.82

6 files

0.5.81

6 files

0.5.80

6 files

0.5.79

6 files

0.5.78

6 files

0.5.77

6 files

0.5.76

6 files

0.5.75

6 files

0.5.74

6 files

0.5.73

6 files

0.5.72

6 files

0.5.71

6 files

0.5.70

6 files

0.5.69

6 files

0.5.68

6 files

0.5.67

6 files

0.5.66

6 files

0.5.65

6 files

0.5.64

5 files

0.5.63

6 files

0.5.62

6 files

0.5.61

6 files

0.5.60

6 files

0.5.59

6 files

0.5.58

6 files

0.5.57

6 files

0.5.56

6 files

0.5.55

6 files

0.5.54

6 files

0.5.53

6 files

0.5.52

6 files

0.5.51.post1

6 files

0.5.51

2 files

0.5.50

6 files

0.5.49

6 files

0.5.48

6 files

0.5.47

6 files

0.5.46

6 files

0.5.45

6 files

0.5.44

6 files

0.5.43

6 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page