You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A hybrid retrieval system for RAG that combines vector search and graph search, integrating unstructured and structured data. It retrieves context using embeddings and a knowledge graph, then passes it to an LLM for generating accurate responses.
Code from the ODSC Agentic Graph RAG workshop combining vector, FTS & graph retrieval for RAG. Includes observability and guardrails for evaluating outputs.
A multi-agent architecture for scalable marketing automation using Azure AI services, Semantic Kernel, and specialized AI agents to deliver compliant, data-driven marketing campaigns.
PromptWeaver: RAG Edition helps design effective prompts for Traditional, Hybrid, and Agentic RAG systems. It offers templates, system prompts, and best practices to improve accuracy, context use, and LLM reasoning.
A genral RAG Search chatbot, with SoTA RAG techniques such as HyDE, Hybrid retrieval with BM25 + RRF and Cross encoder reranking. Evaluated on the BEIR scifact dataset and compared all the different pipelines i tried along the way
A personal RAG based chatbot that uses llama-3.1-8B-instrcut-Q4_K_M.gguf model as its llm and ChromaDB to store and repond to the user on their day to day queries. Intelligent session management with smart information retention across sessions and better retrieval of summaries with hybrid retrieval
AI Travel Assistant — a conversational assistant that helps users plan trips, suggest itineraries, find attractions, and generate packing lists using LLMs and travel data.
UrduWhiz is an AI-powered web app that makes Urdu storybooks accessible and interactive. Users can upload scanned Urdu PDFs, which are processed with OCR and semantic search. The app summarizes, indexes, and stores the content for fast retrieval, allowing users to ask natural language questions in Urdu and receive intelligent context aware answers
Advanced AI Assistant with conversational memory, agent capabilities, MCP , knowledge bases, multi-user support, and RAG (knowledge graph + vector search). Includes prompt management and other AI services.
An AI-powered HR assistant that uses Retrieval-Augmented Generation (RAG) with FastAPI & Streamlit to answer employee queries, search profiles, and simplify HR resource management