You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

sunholo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sunholo

Large Language Model DevOps - a package to help deploy LLMs to the Cloud.

0.128.0
PyPI
Maintainers
1

PyPi Version

Introduction

This is the Sunholo Python project, a comprehensive toolkit for working with language models and vector stores on Google Cloud Platform. It provides a wide range of functionalities and utilities to facilitate the development and deployment of language model applications.

Please refer to the website for full documentation at https://dev.sunholo.com/

Listen to the audio file:

A NotebookLM generated podcast of the codebase that may help give you an overview of what the library is capable of:

Listen to the audio file from Google Drive or on the website at https://dev.sunholo.com/docs/

"Ever wish you could build your own AI?..."

Tests via pytest

If loading from GitHub, run tests:

pip install pytest
pip install . --use-feature=in-tree-build
pytest tests

Local dev

uv tool install --from "sunholo[cli]" sunholo --with ".[all]"

Demos

Using https://github.com/charmbracelet/vhs

vhs record > cassette.tape

Then make gif:

vhs docs/tapes/config-list.tape
   Copyright [2024] [Holosun ApS]

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Keywords

llms

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts