community[minor]: Breebs docs retriever (#16578)

- **Description:** Implementation of breeb retriever with integration
tests ->
libs/community/tests/integration_tests/retrievers/test_breebs.py and
documentation (notebook) ->
docs/docs/integrations/retrievers/breebs.ipynb.
  - **Dependencies:** None
This commit is contained in:
Alex Boury
2024-02-06 00:51:08 +01:00
committed by GitHub
parent eb7b05885f
commit 334b6ebdf3
6 changed files with 192 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ EXPECTED_ALL = [
"ArceeRetriever",
"ArxivRetriever",
"AzureCognitiveSearchRetriever",
"BreebsRetriever",
"ChatGPTPluginRetriever",
"ChaindeskRetriever",
"CohereRagRetriever",