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/langchain/retrievers
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
..
document_compressors Update Cohere Reranker (#4180) 1 year ago
self_query Fix SelfQueryRetriever, passing new query to vector store (#4774) 1 year ago
__init__.py Add `arxiv` retriever (#4538) 1 year ago
arxiv.py Add `arxiv` retriever (#4538) 1 year ago
azure_cognitive_search.py Add azure cognitive search retriever (#4467) 1 year ago
chatgpt_plugin_retriever.py Fix type hint regression (#3033) 1 year ago
contextual_compression.py Contextual compression retriever (#2915) 1 year ago
databerry.py Harrison/databerry (#2688) 1 year ago
elastic_search_bm25.py Harrison/tfidf retriever (#2440) 1 year ago
knn.py Harrison/knn retriever (#4083) 1 year ago
llama_index.py supported async retriever (#2149) 1 year ago
metal.py add metal retriever (#2244) 1 year ago
milvus.py Add Milvus and Zilliz Retrievals (#4416) 1 year ago
pinecone_hybrid_search.py Harrison/pinecone hybrid update (#2742) 1 year ago
remote_retriever.py Harrison/databerry (#2688) 1 year ago
svm.py Harrison/svm speedup (#3195) 1 year ago
tfidf.py Harrison/tfidf parameters (#3481) 1 year ago
time_weighted_retriever.py docs `retriever` improvements (#4430) 1 year ago
vespa_retriever.py Improve vespa interface (#4546) 1 year ago
weaviate_hybrid_search.py Accept uuids kwargs for weaviate (#4800) 1 year ago
wikipedia.py added `Wikipedia` retriever (#4302) 1 year ago
zilliz.py Add Milvus and Zilliz Retrievals (#4416) 1 year ago