langchain/libs/community/langchain_community/retrievers
Pavlo Paliychuk 342df7cf83
community[minor]: Add Zep Cloud components + docs + examples (#21671)
Thank you for contributing to LangChain!

- [x] **PR title**: community: Add Zep Cloud components + docs +
examples

- [x] **PR message**: 
We have recently released our new zep-cloud sdks that are compatible
with Zep Cloud (not Zep Open Source). We have also maintained our Cloud
version of langchain components (ChatMessageHistory, VectorStore) as
part of our sdks. This PRs goal is to port these components to langchain
community repo, and close the gap with the existing Zep Open Source
components already present in community repo (added
ZepCloudMemory,ZepCloudVectorStore,ZepCloudRetriever).
Also added a ZepCloudChatMessageHistory components together with an
expression language example ported from our repo. We have left the
original open source components intact on purpose as to not introduce
any breaking changes.
    - **Issue:** -
- **Dependencies:** Added optional dependency of our new cloud sdk
`zep-cloud`
    - **Twitter handle:** @paulpaliychuk51


- [x] **Add tests and docs**


- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, hwchase17.
2024-05-27 12:50:13 -07:00
..
__init__.py community[minor]: Add Zep Cloud components + docs + examples (#21671) 2024-05-27 12:50:13 -07:00
arcee.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
arxiv.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
asknews.py community[minor]: add AskNews retriever and AskNews tool (#21581) 2024-05-20 18:23:06 -07:00
azure_ai_search.py Community: Updating Azure Retriever and Docs to be Azure AI Search instead of Azure Cognitive Search (#19925) 2024-04-08 11:12:41 -04:00
bedrock.py Add source metadata to bedrock retriever response (#21349) 2024-05-09 11:06:22 -04:00
bm25.py Community[Patch] Remove docs form bm25 repr (#16110) 2024-01-17 00:00:55 -08:00
breebs.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
chaindesk.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
chatgpt_plugin_retriever.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
cohere_rag_retriever.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 2024-05-03 14:29:36 -04:00
databerry.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
docarray.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
dria_index.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
elastic_search_bm25.py community[minor]: import fix (#20995) 2024-04-29 10:32:50 -04:00
embedchain.py community[patch]: Fixing embedchain document mapping (#18255) 2024-02-29 14:54:37 -08:00
google_cloud_documentai_warehouse.py docs: fix some spelling mistakes caught by newest version of code spell (#22090) 2024-05-23 16:59:11 -04:00
google_vertex_ai_search.py infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
kay.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
kendra.py community: add Kendra DocumentRelevanceOverrideConfigurations request parameter (#20695) 2024-05-06 14:26:36 -07:00
knn.py community[patch]: Added missing from_documents method to KNNRetriever. (#18411) 2024-03-28 23:18:50 +00:00
llama_index.py community[patch]: removing "response_mode" parameter in llama_index retriever (#18180) 2024-03-01 12:05:09 -08:00
metal.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
milvus.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
outline.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
pinecone_hybrid_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
pubmed.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
pupmed.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
qdrant_sparse_vector_retriever.py community[patch]: Correct the calling to collection_name in qdrant (#16920) 2024-02-04 10:45:35 -08:00
rememberizer.py community[minor]: Rememberizer retriever (#20052) 2024-05-01 10:41:44 -04:00
remote_retriever.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
svm.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
tavily_search_api.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
tfidf.py docs: remove repetitive words (#21058) 2024-05-01 01:10:42 +00:00
thirdai_neuraldb.py community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
vespa_retriever.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
weaviate_hybrid_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
web_research.py community[minor]: allow enabling proxy in aiohttp session in AsyncHTML (#19499) 2024-05-22 18:25:06 +00:00
wikipedia.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
you.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
zep_cloud.py community[minor]: Add Zep Cloud components + docs + examples (#21671) 2024-05-27 12:50:13 -07:00
zep.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
zilliz.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00