community[minor]: Add Dria retriever (#17098)

[Dria](https://dria.co/) is a hub of public RAG models for developers to
both contribute and utilize a shared embedding lake. This PR adds a
retriever that can retrieve documents from Dria.
This commit is contained in:
Anıl Berk Altuner
2024-04-01 22:04:19 +03:00
committed by GitHub
parent 0b0a55192f
commit 4384fa8e49
8 changed files with 418 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ EXPECTED_ALL = [
"ChatGPTPluginRetriever",
"ChaindeskRetriever",
"CohereRagRetriever",
"DriaRetriever",
"ElasticSearchBM25Retriever",
"EmbedchainRetriever",
"GoogleDocumentAIWarehouseRetriever",

View File

@@ -9,6 +9,7 @@ EXPECTED_ALL = [
"BingSearchAPIWrapper",
"BraveSearchWrapper",
"DuckDuckGoSearchAPIWrapper",
"DriaAPIWrapper",
"GoldenQueryAPIWrapper",
"GoogleFinanceAPIWrapper",
"GoogleJobsAPIWrapper",