mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
docs: integration contrib typo (#28642)
This commit is contained in:
parent
cf6d1c0ae7
commit
34ca31e467
@ -12,7 +12,7 @@ LangChain provides standard interfaces for several different components (languag
|
||||
## Why contribute an integration to LangChain?
|
||||
|
||||
- **Discoverability:** LangChain is the most used framework for building LLM applications, with over 20 million monthly downloads. LangChain integrations are discoverable by a large community of GenAI builders.
|
||||
- **Interoptability:** LangChain components expose a standard interface, allowing developers to easily swap them for each other. If you implement a LangChain integration, any developer using a different component will easily be able to swap yours in.
|
||||
- **Interoperability:** LangChain components expose a standard interface, allowing developers to easily swap them for each other. If you implement a LangChain integration, any developer using a different component will easily be able to swap yours in.
|
||||
- **Best Practices:** Through their standard interface, LangChain components encourage and facilitate best practices (streaming, async, etc)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user