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
| Capability | Endpoint |
|---|---|
| Create / get / delete a user or entity | POST / GET / DELETE /v1/entity |
| Register a custom entity type | POST /v1/entity/type |
Index content (sync, one per call), linked via entity_id | POST /v1/index |
| Compose a user's taste profile | POST /v1/entity/{id}/compose |
| Search the catalog by taste | POST /v1/search |
| Rerank your own shortlist | POST /v1/rerank |
| Ask a taste-personalized question | POST /v1/ask |
| Explain a user's taste | POST /v1/explain |
| List / get taste clusters | GET /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.