There are 0 repository under huggingface-embeddings topic.
Multimodal Document Processing RAG with LangChain
In this end to end project I have built a RAG app using ObjectBox Vector Databse and LangChain. With Objectbox you can do OnDevice AI, without the data ever needing to leave the device.
Chat With Documents is a Streamlit application designed to facilitate interactive, context-aware conversations with large language models (LLMs) by leveraging Retrieval-Augmented Generation (RAG). Users can upload documents or provide URLs, and the app indexes the content using a vector store called Chroma to supply relevant context during chats.
ChatPDF leverages Retrieval Augmented Generation (RAG) to let users chat with their PDF documents using natural language. Simply upload a PDF, and interactively query its content with ease. Perfect for extracting information, summarizing text, and enhancing document accessibility.
基于LangGraph的智能保险合同 PDF 分析与问答助手,支持要点提取、检索、风险高亮、公式解析与可视化。AI-powered insurance contract PDF assistant: summarization, semantic/keyword search, risk highlighting, formula extraction, and visualization.
Click below to visit my website
Repo for DermAssist: Your AI Assitant for Skin Problems. Powered by a vision model and a reliable RAG system.
In this project I have built an end to end advanced RAG project using open source llm model, Mistral using groq inferencing engine.
SDLC AI Agent is an AI-powered tool that streamlines the entire Software Development Lifecycle from requirements gathering to code generation and testing.
Agentic Chatbot: for Navigating Red Hat Internal resources from THE SOURCE
Implement RAG using LangChain and HuggingFace embedding models
A ChatBot designed to assist WhatsAgenda customers in configuring their calendar. This tool streamlines the setup of scheduling, managing appointments, and customizing service hours, ensuring an efficient and user-friendly experience.
This project implements a classic Retrieval-Augmented Generation (RAG) system using HuggingFace models with quantization techniques. The system processes PDF documents, extracts their content, and enables interactive question-answering through a Streamlit web application.
his is my own custom-built offline AI bot that lets you chat with PDFs and web pages using **local embeddings** and **local LLMs** like LLaMA 3. I built it step by step using LangChain, FAISS, HuggingFace, and Ollama — without relying on OpenAI or DeepSeek APIs anymore (they just kept failing or costing too much)
Memomind is a sleek note-taking app built with React 18, Next.js 14, and TypeScript. It features a chat-based RAG workflow, AI-powered insights with Langchain and Llama3, and secure authentication via Clerk. It uses Tailwind CSS for styling and Shadcn-UI for components.
This project demonstrates a routing agent setup using LlamaIndex, Groq's LLaMA3-70B model, and HuggingFace Embeddings for answering queries from multiple domain-specific documents.
A Fast API server that provides local text and multi-modal embedding using LlamaIndex Hugging Face Embedding
Ask questions, get answers from your PDFs
Talk to YouTube videos
Langgraph Agentic RAG WebSearch Chatbot
A RAG Model ChatBot for jamia Millia Islamia
Conversational RAG with PDF and chat history
Analysis Agent on Llamaindex Typescript with a simple caching mechanism
Retrieval-Augmented Generation on YouTube transcripts and PDFs to deliver accurate and contextual answers.
In this project I have built an advanced RAG Q&A chatbot with chain and retrievers using Langchain
Conversational Retrieval-Augmented Generation (RAG) system built with LangChain and Streamlit, enabling PDF uploads and natural chat with document content. Supports chat history for contextual conversations, Groq API for fast inference, and HuggingFace embeddings for document understanding
AI‑powered tools to help job seekers automate applications, parse resumes, and apply smarter, faster
Compact Python tools for working with free text and multimodal AI models using OpenRouter and Hugging Face.
RAG-powered AI assistant for HR (Gradio, FAISS, Hugging Face, OpenAI)
Secure Document-based Q&A System
The project involves developing a chatbot to enhance learning by answering common FAQs and providing hints within the scope of each sprint. Below is the deployed link demonstrating frontend and node backend. Flask app is not deployed due to size issue, please run locally and use google api key to check the functionality of our RAG based chatbot
This repository is for retrieval augmentation generation, with knowledege based on DED.
Conversational support agent for e-commerce orders. Built with LangChain/LangGraph, ORM, SQLAlchemy, and Chroma for vector-based FAQ search. Includes CLI and Gradio chat interfaces and is easily extended with Python tools for order status, refunds, reviews, and detailed order queries.
This repository contains a simple RAG (Retrieval-Augmented Generation) application using LlamaIndex and Llama2 and Hugging Face. It demonstrates how to set up a RAG system that can answer questions based on a set of documents.
A practical, end‑to‑end book recommender that combines data cleaning, sentiment analysis, text classification, and vector similarity search with a simple Gradio UI.