Galya Docs
Galya (Beta)

Galya (Beta)

Our first operational prototype guide to Galya

This is the Beta guide:
A topic-by-topic run-through of the functioning Galya operations.
If you're integrating Galya for the first time, start here.

The whole product is one loop: create a user, give them some content, build their taste, then query it.

Read in this order

What works in the Beta

CapabilityEndpoint
Create / get / delete a user or entityPOST / GET / DELETE /v1/entity
Register a custom entity typePOST /v1/entity/type
Index content (sync, one per call), linked via entity_idPOST /v1/index
Compose a user's taste profilePOST /v1/entity/{id}/compose
Search the catalog by tastePOST /v1/search
Rerank your own shortlistPOST /v1/rerank
Ask a taste-personalized questionPOST /v1/ask
Explain a user's tastePOST /v1/explain
List / get taste clustersGET /v1/clusters · GET /v1/cluster

Not in the Beta path yet

Batch indexing is built but not supported for the Beta yet. See What's next.

On this page