Warning, /swf-monitor/scripts/ingest_docs.yaml is written in an unsupported language. File is not indexed.
0001 # Documentation sources for ChromaDB ingestion (epicdoc).
0002 # Add new doc directories here — run `python scripts/ingest_docs.py` to ingest.
0003
0004 chroma_path: /data/wenauseic/github/swf-monitor/chroma_db
0005 collection: bamboo_docs
0006 embedding_model: all-MiniLM-L6-v2
0007 chunk_size: 3000
0008 chunk_overlap: 300
0009
0010 sources:
0011 # ── SWF / Testbed ──────────────────────────────────────────────────────
0012 - path: /data/wenauseic/github/swf-testbed/docs
0013 glob: "**/*.md"
0014 label: swf-testbed
0015 - path: /data/wenauseic/github/swf-testbed
0016 glob: "README.md"
0017 label: swf-testbed
0018
0019 - path: /data/wenauseic/github/swf-monitor/docs
0020 glob: "**/*.md"
0021 label: swf-monitor
0022 - path: /data/wenauseic/github/swf-monitor
0023 glob: "README.md"
0024 label: swf-monitor
0025
0026 - path: /data/wenauseic/github/swf-common-lib
0027 glob: "README.md"
0028 label: swf-common-lib
0029
0030 # ── Bamboo / PanDA ─────────────────────────────────────────────────────
0031 - path: /data/wenauseic/github/bamboo-mcp/docs
0032 glob: "**/*.md"
0033 label: bamboo
0034 - path: /data/wenauseic/github/bamboo-mcp
0035 glob: "README.md"
0036 label: bamboo
0037
0038 - path: /data/wenauseic/github/panda-bigmon-core
0039 glob: "README*.md"
0040 label: panda-bigmon
0041
0042 # ── EIC master doc hub ─────────────────────────────────────────────────
0043 - path: /data/wenauseic/github/eic.github.io/_documentation
0044 glob: "**/*.md"
0045 label: eic-docs
0046 - path: /data/wenauseic/github/eic.github.io/_resources
0047 glob: "**/*.md"
0048 label: eic-docs
0049 - path: /data/wenauseic/github/eic.github.io/_software
0050 glob: "**/*.md"
0051 label: eic-docs
0052
0053 # ── ePIC production campaigns ──────────────────────────────────────────
0054 - path: /data/wenauseic/github/epic-prod/docs/_documentation
0055 glob: "**/*.md"
0056 label: epic-prod
0057 - path: /data/wenauseic/github/epic-prod/docs/_campaigns
0058 glob: "**/*.md"
0059 label: epic-prod
0060
0061 # ── Rucio / file access tutorial ───────────────────────────────────────
0062 - path: /data/wenauseic/github/tutorial-file-access/_episodes
0063 glob: "**/*.md"
0064 label: eic-file-access
0065
0066 # ── EICrecon ───────────────────────────────────────────────────────────
0067 - path: /data/wenauseic/github/EICrecon/docs
0068 glob: "**/*.md"
0069 label: eicrecon
0070 - path: /data/wenauseic/github/EICrecon
0071 glob: "AGENTS.md"
0072 label: eicrecon
0073 - path: /data/wenauseic/github/EICrecon
0074 glob: "README.md"
0075 label: eicrecon
0076
0077 # ── Containers (eic_xl, eic_ci) ────────────────────────────────────────
0078 - path: /data/wenauseic/github/containers/docs
0079 glob: "**/*.md"
0080 label: eic-containers
0081 - path: /data/wenauseic/github/containers
0082 glob: "AGENTS.md"
0083 label: eic-containers
0084 - path: /data/wenauseic/github/containers
0085 glob: "README.md"
0086 label: eic-containers
0087
0088 # ── epic detector geometry ─────────────────────────────────────────────
0089 - path: /data/wenauseic/github/epic
0090 glob: "README.md"
0091 label: epic-detector
0092
0093 # ── Afterburner (beam effects) ─────────────────────────────────────────
0094 - path: /data/wenauseic/github/afterburner
0095 glob: "README.md"
0096 label: afterburner
0097
0098 # ── eic-shell (environment) ────────────────────────────────────────────
0099 - path: /data/wenauseic/github/eic-shell
0100 glob: "README.md"
0101 label: eic-shell