You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules
Leonid Ganeline b96ab4b763
docs `retriever` improvements (#4430)
# 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
1 year ago
..
agents Typos (#4851) 1 year ago
callbacks add more color to callbacks docs (#3856) 1 year ago
chains Update summarize.ipynb (#4529) 1 year ago
indexes docs `retriever` improvements (#4430) 1 year ago
memory Cassandra support for chat history (#4378) (#4764) 1 year ago
models docs `retriever` improvements (#4430) 1 year ago
prompts Harrison/prompt constructor methods (#4616) 1 year ago
utils/examples Pass parsed inputs through to tool _run (#4309) 1 year ago
agents.rst Harrison/plan and solve (#4422) 1 year ago
chains.rst big docs refactor (#1978) 1 year ago
indexes.rst Correct typo in documentation for word 'therefore' (#2529) 1 year ago
memory.rst big docs refactor (#1978) 1 year ago
models.rst Harrison/standard llm interface (#4615) 1 year ago
paul_graham_essay.txt Fix notebook example (#3142) 1 year ago
prompts.rst Harrison/prompt constructor methods (#4616) 1 year ago
state_of_the_union.txt Docs refactor (#480) 2 years ago