Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Laya System One Decision Engine

Featured Replies

What is Laya?

Laya is a small AI model that makes quick decisions about text. You send it a piece of text and a few questions, and it answers all of them in one pass. Every answer comes with a probability, so your own code can tell how sure it is.

It understands three kinds of questions:

  • Choice: pick one option from a list, like which department should handle a ticket

  • Score: place the text on a scale, like how urgent it is

  • Yes / no / unsure: like whether the user asked for a refund

What is it for?

Use it where you want a fast, structured answer and a full chat model would be slow or overkill. Good fits are sorting support tickets, routing requests to the right team or model, moderation, and guardrails in front of a larger model. It works in more than 100 languages, and a built-in router picks the right model for each request.

About this container

Laya does not publish a Docker image, so I build one from their source code. The Dockerfile and the GitHub workflow that builds it are public in the image build repo linked below, so you can see exactly what goes into it. The image rebuilds on its own whenever Laya puts out a new release.

When you install, Community Applications asks you to pick a tag:

  • cpu runs on any server.

  • nvidia runs on your NVIDIA GPU. It needs the Nvidia Driver plugin, and the template fills in Extra Parameters for you.

The API runs on port 8012. Open http://YOUR-SERVER-IP:8012/docs to try requests right in your browser. Setting an API key is optional.

Links

Need help?

Post your container log and the tag you installed, and I will take a look.

  • Author
Reserve.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.