Testing and Evaluating LangChain Components
By the end of this module you can test LangChain components in isolation with fake models, so your suite runs fast, free and deterministically.
Units
- Unit 11.00: Testing a chain without calling a paid API
- Unit 11.01: Fake models and deterministic fixtures
- Unit 11.02: Asserting on structure, not on wording
- Unit 11.03: Evaluating retrieval and answers apart
- Unit 11.04: A suite that fails for a real reason
