[FEATURE] Semantic code and issue search (embeddings-backed) #768

Open
opened 2026-07-12 22:42:44 +00:00 by jmiller · 0 comments
Owner

Child of #763 (Native AI features in MokoGitea via the MokoAi stack).

Feature Description

Provide semantic search across code, issues, and wiki, complementing exact-match search.

Proposed Solution

Build/maintain an embeddings index via MokoAi /v1/embeddings; add a semantic-search mode in the UI and API that ranks by vector similarity.

Dependencies

  • MokoConsulting/mokoai#8 (embeddings), #1 (bridge auth).

Notes

  • Runs as the requesting user via MokoGitea-bridge auth (no shared keys).
  • Calls the self-hosted MokoAi gateway; feature-flagged; all inference stays on-prem.
Child of #763 (Native AI features in MokoGitea via the MokoAi stack). ## Feature Description Provide semantic search across code, issues, and wiki, complementing exact-match search. ## Proposed Solution Build/maintain an embeddings index via MokoAi /v1/embeddings; add a semantic-search mode in the UI and API that ranks by vector similarity. ## Dependencies - MokoConsulting/mokoai#8 (embeddings), #1 (bridge auth). ## Notes - Runs as the requesting user via MokoGitea-bridge auth (no shared keys). - Calls the self-hosted MokoAi gateway; feature-flagged; all inference stays on-prem.
Sign in to join this conversation.