docs: formatting cleanup (#32188)

* formatting cleaning
* make `init_chat_model` more prominent in list of guides
This commit is contained in:
Mason Daugherty
2025-07-22 15:46:15 -04:00
committed by GitHub
parent 0c4054a7fc
commit a02ad3d192
8 changed files with 87 additions and 100 deletions

View File

@@ -4,7 +4,7 @@ The interfaces for core components like chat models, LLMs, vector stores, retrie
and more are defined here. The universal invocation protocol (Runnables) along with
a syntax for combining components (LangChain Expression Language) are also defined here.
No third-party integrations are defined here. The dependencies are kept purposefully
**No third-party integrations are defined here.** The dependencies are kept purposefully
very lightweight.
"""