| name | toksearch-backends |
| description | TokSearch compute backends — serial, multiprocessing, Ray, and Spark; when to use each and configuration options |
| user-invocable | false |
| license | Apache-2.0 |
| compatibility | Claude Code |
| metadata | {"author":"GA-FDP","version":"2.0","url":"https://ga-fdp.github.io/toksearch/"} |
TokSearch Backends
The canonical backend documentation lives in the toksearch package docstring.
Access it with: help(toksearch) or python -c "help(toksearch)"
Covers: serial, multiprocessing, Ray, and Spark backends; decision guide; RecordSet iteration; and pandas DataFrame conversion.