Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Couchbase Vector Search RAG
Learn to build a production‑grade RAG pipeline using Couchbase vector search and Amazon Bedrock, covering embedding creation, retrieval, and LLM integration with LangChain or LlamaIndex.
This demo showcases how to build a Retrieval-Augmented Generation (RAG) application using a vector database and Amazon Bedrock. The process begins with creating a vector index in the vector database to store, index, and retrieve embeddings efficiently. Amazon Bedrock is then integrated to access foundation models like Anthropic Claude for embeddings and large language model (LLM) responses. The demo also highlights the development of a production-grade RAG pipeline using orchestration frameworks such as LangChain or LlamaIndex. By combining vector search capabilities with foundation models, this approach enables highly granular and contextually accurate applications across industries, supporting use cases like content creation, question answering, summarization, and report generation.
Jupyter Notebook demonstrates RAG utilizing Amazon Bedrock and Couchbase vector search.
Related projects
Agents using Advanced RAG Capabilities
Dubai
Demonstrates a proof‑of‑concept using modern retrieval methods—late interaction, OCR‑free pipelines, reasoning retrievers, and hypothetical embeddings—to improve agentic systems…
RAGistotle - a multi modal RAG
Dubai
This talk demonstrates a multi-modal RAG system handling text, audio, video, images, data files, and YouTube links, integrating…
AI SQL Agent
Dubai
This talk demonstrates an AI-driven system that converts simple English questions into optimized SQL queries using AWS Athena,…
From Crawl to Chat: Building AI Assistants with Web Crawlers, RAG, and LLMs
Dubai
Learn to build domain-specific AI assistants using web crawling, pgvector storage, and RAG with OpenAI, covering deployment and…
Semantic Recipe Search Using Couchbase and Embeddings
Dubai
Demonstrating a recipe recommendation system that transforms ingredient lists into embeddings, stores them in Couchbase, and uses vector…
Open source data ingestion for RAGs
Berlin
This talk demonstrates using dlt to ingest data from REST APIs and load it into LanceDB, enabling efficient,…