ποΈ Knowledge Bases for Amazon Bedrock
Overview
ποΈ Chaindesk Retriever
This example shows how to use the Chaindesk Retriever in a retrieval chain to retrieve documents from a Chaindesk.ai datastore.
ποΈ ChatGPT Plugin Retriever
This module has been deprecated and is no longer supported. The documentation below will not work in versions 0.2.0 or later.
ποΈ Dria Retriever
The Dria retriever allows an agent to perform a text-based search across a comprehensive knowledge hub.
ποΈ Exa
Overview
ποΈ HyDE Retriever
This example shows how to use the HyDE Retriever, which implements Hypothetical Document Embeddings (HyDE) as described in this paper.
ποΈ Amazon Kendra Retriever
Overview
ποΈ Metal Retriever
This example shows how to use the Metal Retriever in a retrieval chain to retrieve documents from a Metal index.
ποΈ Self-querying retrievers
8 items
ποΈ Supabase Hybrid Search
Langchain supports hybrid search with a Supabase Postgres database. The hybrid search combines the postgres pgvector extension (similarity search) and Full-Text Search (keyword search) to retrieve documents. You can add documents via SupabaseVectorStore addDocuments function. SupabaseHybridKeyWordSearch accepts embedding, supabase client, number of results for similarity search, and number of results for keyword search as parameters. The getRelevantDocuments function produces a list of documents that has duplicates removed and is sorted by relevance score.
ποΈ Tavily Search API
Tavilyβs Search API is a search engine built
ποΈ Time-Weighted Retriever
A Time-Weighted Retriever is a retriever that takes into account recency in addition to similarity. The scoring algorithm is:
ποΈ Vespa Retriever
This shows how to use Vespa.ai as a LangChain retriever.
ποΈ Zep Cloud Retriever
Zep is a long-term memory service for AI Assistant apps.
ποΈ Zep Open Source Retriever
Zep is a long-term memory service for AI Assistant apps.