Do LLMs get “chained” in production?
Langchain got its name from chaining LLMs and tools to create more interesting things. But all examples I've seen so far really are just a few function compositions.
Do people actually build large networks/chains of LLMs in production? Like what kinds of things are possible if we do that? I appreciate it if anyone has an example.