Skip to content

Commit 1d23637

Browse files
committed
Add info for developers
1 parent e7800cb commit 1d23637

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llm_context/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ QUESTION: <user question here>
2424

2525
## Disclaimer
2626
The context files are generated automatically and may be outdated or incomplete. While they aim at improving LLM accuracy, hallucinations may still occur frequently during LLM assistance. Please always refer to the official BayesFlow documentation and codebase for the most accurate information.
27+
28+
## For Developers
29+
The context files are automatically updated upon new BayesFlow releases by `.github/workflows/build-llm-context.yaml`. The script `llm_context/build_llm_context.py` can also be run manually with an optional `--tag <TAG>` argument (default: `dev`):
30+
```bash
31+
pip install -r llm_context/requirements.txt
32+
python llm_context/build_llm_context.py --tag <TAG>
33+
```

0 commit comments

Comments
 (0)