Some checks failed
Sync to Gitee / sync (push) Has been cancelled
Submit the formed RAG documentation set produced across Sprint-1/2/3 (WS-12 through WS-26) under docs/rag/. Includes: - README.md / INDEX.md: landing + total index (responsibility matrix, review verdicts, dual-link to source issues) - overview/: full-pipeline architecture (4 .mmd diagrams), 11-stage boundary contracts, doc map, source-code inventory - pipeline/: 5 deep-dives (Loader/Parser/Chunking, Embedding, VDB & retrieval, GraphRAG, Rerank/Prompt/LLM) - graphrag/, end-to-end/: v1.0 formal versions with full source retained as reference - evolution/: 11 architecture-refactor proposals, 6-direction roadmap, capability map - review/: S3-T1 / S3-T2 final reviews, S2-T7 final summary - _indexes/: glossary (81 terms), source->doc reverse index, chart index - _release/: v1.0-RC1 release manifest, versioning convention, ops & freshness plan - _meta/README.md: placeholder noting WS-12 governance assets gap Aggregate review score 92.6/100 (8/8 PASS, 31/31 source-code spot checks hit). The legacy docs/ ignore in .gitignore is narrowed to docs/* with an explicit allowlist for docs/rag/. Refs: WS-26 Co-authored-by: multica-agent <github@multica.ai>
48 lines
554 B
Plaintext
48 lines
554 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
logs/
|
|
api/res/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
docs/*
|
|
!docs/rag/
|
|
!docs/rag/**
|
|
examples/
|
|
|
|
# Environment variables
|
|
.env
|
|
.kiro
|
|
.vscode
|
|
.idea
|
|
.claude
|
|
|
|
# Temporary outputs
|
|
.DS_Store
|
|
.hypothesis/
|
|
time.log
|
|
celerybeat-schedule.db
|
|
search_results.json
|
|
redbear-mem-metrics/
|
|
redbear-mem-benchmark/
|
|
pitch-deck/
|
|
|
|
api/migrations/versions
|
|
tmp
|
|
files
|
|
powers/
|
|
|
|
# Exclude dep files
|
|
huggingface.co/
|
|
nltk_data/
|
|
tika-server*.jar*
|
|
cl100k_base.tiktoken
|
|
libssl*.deb
|
|
|
|
sandbox/lib/seccomp_redbear/target
|