chore: update categories embedding server URL #5

Merged
david merged 1 commit from chore/2026-09-10/update-categories-embedding-url into main 2026-09-10 11:42:52 +00:00
Owner

What & why

The mxbai embedder in the categories index config still pointed at the retired LM Studio embedding host 10.1.1.173. The products index config (shoppy-products.json:66), the README (line 42), and docs/research-brief-meilisearch-search-relevance.md all already reference the current host 10.1.5.170.

This repoints the categories embedder at the same host so both indexes embed against the live server. Without it, any re-embedding of the categories index (or query-time hybrid search against it) would fail to reach the embedding server, since the pipeline depends on that endpoint for re-embedding.

Per-file breakdown

Modified

  • shoppy-categories.json — in the embedders.mxbai block, changed url from http://10.1.1.173:1234/v1/embeddings to http://10.1.5.170:1234/v1/embeddings. No other settings touched (model, template, request/response shape unchanged).

Out of scope (noted, not changed here)

  • README.md:53 still documents the old 10.1.1.173 URL for the categories index (line 42 is already updated), so the README remains internally inconsistent. Left for a separate docs change.

Verification

  • Single-line config change; JSON remains valid and no other keys were altered.
  • grep confirms shoppy-categories.json and shoppy-products.json now agree on the embedding endpoint.
## What & why The `mxbai` embedder in the **categories** index config still pointed at the retired LM Studio embedding host `10.1.1.173`. The **products** index config (`shoppy-products.json:66`), the README (line 42), and `docs/research-brief-meilisearch-search-relevance.md` all already reference the current host `10.1.5.170`. This repoints the categories embedder at the same host so both indexes embed against the live server. Without it, any re-embedding of the categories index (or query-time hybrid search against it) would fail to reach the embedding server, since the pipeline depends on that endpoint for re-embedding. ## Per-file breakdown ### Modified - `shoppy-categories.json` — in the `embedders.mxbai` block, changed `url` from `http://10.1.1.173:1234/v1/embeddings` to `http://10.1.5.170:1234/v1/embeddings`. No other settings touched (model, template, request/response shape unchanged). ## Out of scope (noted, not changed here) - `README.md:53` still documents the old `10.1.1.173` URL for the categories index (line 42 is already updated), so the README remains internally inconsistent. Left for a separate docs change. ## Verification - Single-line config change; JSON remains valid and no other keys were altered. - `grep` confirms `shoppy-categories.json` and `shoppy-products.json` now agree on the embedding endpoint.
david merged commit 7450cdda11 into main 2026-09-10 11:42:52 +00:00
david deleted branch chore/2026-09-10/update-categories-embedding-url 2026-09-10 11:42:52 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
shoppy/shoppy-index-configuration!5
No description provided.