Wordchef
This API allows one to retrieve word embeddings, perform semantic similarity search, and retrieve images associated to words. It uses spaCy word embeddings of dimension 300, and `pgvector` in a pSQL database to perform fast lookups.
Wordchef endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
embedding /embedding |
Returns the word embedding of a word. Embeddings performed with spaCy. |
| GET |
nearest /nearest |
Returns word embeddings nearest to the given word. Limit determines how many words are returned. |
| GET |
health /health |
Checks the health of the API. |
| GET |
image /image |
Returns a base64 encoded image representing a word embedding from spaCy embeddings. |
| POST |
bulk_image /bulk_image |
Returns a number of base64 encoded images corresponding to spaCy word embeddings. |
Wordchef pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|