Skip to main content

9 docs tagged with "services"

View All Tags

Chat Svc

The chat service keeps a database of threads, messages and file assets associated with them. Chat messages are the primary user interface of LLMs and other AI architectures.

Config Svc

The Config Svc stores public, non-sensitive and end-user-facing data.

Deploy Svc

The deploy service is responsible of launching containers on whatever infrastructure the OpenOrch is running on (eg. Docker Svc) and registering them into the Registry Svc.

Docker Svc

The docker service maintains containers on a node. It expects the docker socket to be mounted.

Download Svc

The download service keeps a network local copy of files frequently accessed by services in the OpenOrch platform.

Dynamic Svc

The dynamic service is designed to help build backendless applications: the goal is to be able to save and query data directly from the frontend. Similarly to Firebase.

Model Svc

The model service can start, stop AI models across multiple runtimes (eg. Docker) and maintains a database of available models on the platform.

Prompt Svc

The prompt service provides an easy to use interface to prompt LLMs and use AI models. Aims to serve humans and machines alike with its resilient queue based architecture.

Secret Svc

The Secret Svc stores sensitive or internal (non-end-user-facing) configuration. Aims to store all configuration not required at bootstrap, both for internal and external services.