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.post1-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.post1-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.post1-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.post1-cp313-cp313-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.97.post1-cp313-cp313-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 1f2ae87fd55f2ca97cdf8f4baac2bd4aff771dc1e30662a7dbe21cba8668bdf8
MD5 6c96d4d20e68216aa0e7df49abe9e5d5
BLAKE2b-256 2c6af23c2357588814b05ec678854d6bfcc039fa81bc24687c8e275266cd20fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.97.post1-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 d5ebba1ea4ef03544267bdb608e326a1d83f491f4619877df76c3f2093699f6c
MD5 0a673b34e4bed9fed83dbe67f83baf19
BLAKE2b-256 5e45b74bd37dd7c921924f6b59b4d3e6a8c866dccb41ccc4b7725a6fc49f0633

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gllm_datastore_binary-0.5.97.post1-cp311-cp311-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 2180ade2eb7b25e9d0b4fe85667e6dda9b2d06fb7df40444166f96dada15a062
MD5 299f2d5f16b714687419d87c9a0f1c94
BLAKE2b-256 a6ad0e1019cfe613933668c8e5654335a1b22814483e35e7e22b2ecab039287e

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

This release

0.5.97.post1 This release

3 files

0.5.97

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