Contextual RAG over webinar videos using Pinecone, Claude and AWS.
-
Updated
Dec 3, 2024 - Python
Contextual RAG over webinar videos using Pinecone, Claude and AWS.
It is a case study of an intelligent agent for Ocean.
Enhance your RAG with Contextual Retrieval
Contextual Retrieval solves this problem by prepending chunk-specific explanatory context to each chunk before embedding (“Contextual Embeddings”) and creating the BM25 index (“Contextual BM25”).
ContextualRetriever enhances document retrieval accuracy by leveraging Voyage AI models for embedding & reranking models, and the GEMINI model for context and retrieval generation.
A powerful toolkit for text chunking and semantic search using OpenSearch. This toolkit provides various text chunking strategies and embedding capabilities for efficient document retrieval.
Add a description, image, and links to the contextual-retrieval topic page so that developers can more easily learn about it.
To associate your repository with the contextual-retrieval topic, visit your repo's landing page and select "manage topics."