mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-30 11:39:03 +00:00
# Docs: improvements in the `retrievers/examples/` notebooks Its primary purpose is to make the Jupyter notebook examples **consistent** and more suitable for first-time viewers. - add links to the integration source (if applicable) with a short description of this source; - removed `_retriever` suffix from the file names (where it existed) for consistency; - removed ` retriever` from the notebook title (where it existed) for consistency; - added code to install necessary Python package(s); - added code to set up the necessary API Key. - very small fixes in notebooks from other folders (for consistency): - docs/modules/indexes/vectorstores/examples/elasticsearch.ipynb - docs/modules/indexes/vectorstores/examples/pinecone.ipynb - docs/modules/models/llms/integrations/cohere.ipynb - fixed misspelling in langchain/retrievers/time_weighted_retriever.py comment (sorry, about this change in a .py file ) ## Who can review @dev2049
30 lines
875 B
ReStructuredText
30 lines
875 B
ReStructuredText
LangChain Ecosystem
|
|
===================
|
|
|
|
Guides for how other companies/products can be used with LangChain
|
|
|
|
Groups
|
|
----------
|
|
|
|
LangChain provides integration with many LLMs and systems:
|
|
|
|
- `LLM Providers <./modules/models/llms/integrations.html>`_
|
|
- `Chat Model Providers <./modules/models/chat/integrations.html>`_
|
|
- `Text Embedding Model Providers <./modules/models/text_embedding.html>`_
|
|
- `Document Loader Integrations <./modules/indexes/document_loaders.html>`_
|
|
- `Text Splitter Integrations <./modules/indexes/text_splitters.html>`_
|
|
- `Vectorstore Providers <./modules/indexes/vectorstores.html>`_
|
|
- `Retriever Providers <./modules/indexes/retrievers.html>`_
|
|
- `Tool Providers <./modules/agents/tools.html>`_
|
|
- `Toolkit Integrations <./modules/agents/toolkits.html>`_
|
|
|
|
Companies / Products
|
|
--------------------
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
ecosystem/*
|