[FEATURE] Semantic code and issue search (embeddings-backed) #768
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Notes