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/extras/integrations/retrievers
shibuiwilliam 2759e2d857
add save and load tfidf vectorizer and docs for TFIDFRetriever (#8112)
This is to add save_local and load_local to tfidf_vectorizer and docs in
tfidf_retriever to make the vectorizer reusable.

<!-- Thank you for contributing to LangChain!

Replace this comment with:
- Description: add save_local and load_local to tfidf_vectorizer and
docs in tfidf_retriever
  - Issue: None
  - Dependencies: None
  - Tag maintainer: @rlancemartin, @eyurtsev
  - Twitter handle: @MlopsJ

Please make sure you're PR is passing linting and testing before
submitting. Run `make format`, `make lint` and `make test` to check this
locally.

If you're adding a new integration, please include:
1. a test for the integration, preferably unit tests that do not rely on
network access,
  2. an example notebook showing its use.

Maintainer responsibilities:
  - General / Misc / if you don't know who to tag: @baskaryan
  - DataLoaders / VectorStores / Retrievers: @rlancemartin, @eyurtsev
  - Models / Prompts: @hwchase17, @baskaryan
  - Memory: @hwchase17
  - Agents / Tools / Toolkits: @hinthornw
  - Tracing / Callbacks: @agola11
  - Async: @agola11

If no one reviews your PR within a few days, feel free to @-mention the
same people again.

See contribution guidelines for more information on how to write/run
tests, lint, etc:
https://github.com/hwchase17/langchain/blob/master/.github/CONTRIBUTING.md
 -->

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
1 year ago
..
amazon_kendra_retriever.ipynb mv module integrations docs (#8101) 1 year ago
arxiv.ipynb mv module integrations docs (#8101) 1 year ago
azure_cognitive_search.ipynb mv module integrations docs (#8101) 1 year ago
bm25.ipynb mv module integrations docs (#8101) 1 year ago
chaindesk.ipynb mv module integrations docs (#8101) 1 year ago
chatgpt-plugin.ipynb mv module integrations docs (#8101) 1 year ago
cohere-reranker.ipynb mv module integrations docs (#8101) 1 year ago
docarray_retriever.ipynb mv module integrations docs (#8101) 1 year ago
elastic_search_bm25.ipynb mv module integrations docs (#8101) 1 year ago
google_cloud_enterprise_search.ipynb mv module integrations docs (#8101) 1 year ago
index.mdx mv module integrations docs (#8101) 1 year ago
knn.ipynb mv module integrations docs (#8101) 1 year ago
merger_retriever.ipynb mv module integrations docs (#8101) 1 year ago
metal.ipynb mv module integrations docs (#8101) 1 year ago
pinecone_hybrid_search.ipynb mv module integrations docs (#8101) 1 year ago
pubmed.ipynb mv module integrations docs (#8101) 1 year ago
re_phrase.ipynb Retriever that can re-phase user inputs (#8026) 1 year ago
svm.ipynb mv module integrations docs (#8101) 1 year ago
tf_idf.ipynb add save and load tfidf vectorizer and docs for TFIDFRetriever (#8112) 1 year ago
vespa.ipynb mv module integrations docs (#8101) 1 year ago
weaviate-hybrid.ipynb mv module integrations docs (#8101) 1 year ago
wikipedia.ipynb mv module integrations docs (#8101) 1 year ago
zep_memorystore.ipynb mv module integrations docs (#8101) 1 year ago