Community directory previewDeepSeek Harness is in developer preview
SS

semantic-search

PluginConfirmed pluginCommunity

JohnXu22786/semantic-search · updated 12 days ago

Installation

dsh plugin --profile demo add github:JohnXu22786/semantic-search
dsh plugin --profile demo add /path/to/semantic-search
dsh plugin --profile web add dsh-semantic-search

Plugins in this repository

  • dsh-semantic-searchv0.1.0

    A DeepSeek Harness (dsh) plugin for local semantic code search. Builds a fragment-level index of a workspace (symbol-aware chunking for many languages), computes local embeddings (lightweight lexical TF-IDF feature vectors by default, or a configurable OpenAI-compatible embedding endpoint), and answers natural-language queries with hybrid retrieval (vector cosine + BM25, fused with reciprocal-rank fusion). Ships dsh tools sema_search / sema_reindex / sema_stats plus a stand-alone CLI.

    package.json
    package.json
    dsh.bundle.patch
    cordis.patch.yml
    Official core packages (2)
    • @deepseek-ai/cordis^4.0.1shared
    • @deepseek-ai/dsh-tools0.1.0-rc.6shared

Paths are pinned to commit 601c3f581506

Overview

Local semantic code search for DeepSeek Harness (dsh): fragment-level, symbol-aware indexing, offline lexical embeddings or OpenAI-compatible endpoints, and hybrid vector + BM25 retrieval fused with RRF - three dsh tools (sema_search / sema_reindex / sema_stats) plus a sema CLI.

Repository check result

Results are bound to the listed commit and cover only static checks run by this registry. The Evidence Score measures reviewable information; it is not a compatibility percentage or a security guarantee.

Static repository check

High risk
Checked commit
601c3f581506
Evidence Score
71/100
Static risk
High risk
Files scanned
2
Findings
2

Evidence breakdown

Source provenance25/25
Install documentation25/25
Maintenance12/20
Compatibility evidence6/20
Security signals3/10

Compatibility confidence: Unknown

Install-time scripts (1)
  • prepacknpm run build
Findings (2)
  • Highinstall.script
    package.jsoninstall-time
    "prepack": "npm run build"
  • Lownetwork.external-host
    cordis.patch.yml:19network
    #             baseUrl: https://api.my-embeddings.dev/v1
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0