Skip to main content

5 docs tagged with "configuration"

View all tags

CMake Presets

CMakePresets.json captures your configure, build, and test settings in a checked-in JSON file, so a

Keys & Config

LangChain reads provider credentials from environment variables by default. The standard pattern is a .env file loaded with python-dotenv, never a key typed directly into source.

Retry, Fallbacks, and Runtime Config

Any Runnable can be wrapped with retry and fallback behavior, and any call can carry per-invocation configuration — without changing the chain's shape.