Skip to content
  • This project
    • Loading...
  • Sign in

wanghai-tech / hikoon-ACR

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hikoon-ACR
  • acr-engine
  • tests
  • test_bootstrap.py
  • cnb.bofCdSsphPA's avatar
    Add voice chunking and match-context foundations for ACR service · bd66c06b ...
    bd66c06b
    Constraint: keep humming/recording query support lightweight and compatible with the existing FAISS-first local workflow while production retrieval remains pgvector-oriented
    Rejected: delaying service-path scaffolding until full production retrieval is ready | would block validation of voice-to-chunk and context export behavior
    Confidence: high
    Scope-risk: moderate
    Directive: keep  semantics song_id-first and treat resource paths only as supporting evidence/context artifacts
    Tested: /usr/local/miniconda3/bin/python -m unittest discover -s acr-engine/tests -v
    Not-tested: live FastAPI smoke until uvicorn is available in the current interpreter environment
    cnb.bofCdSsphPA authored 2026-06-03 17:36:22 +0800
test_bootstrap.py 144 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
from pathlib import Path
import sys

ROOT = Path(__file__).resolve().parents[1]
if str(ROOT) not in sys.path:
    sys.path.insert(0, str(ROOT))