amscotti / local-LLM-with-RAG
Running local Language Language Models (LLM) to perform Retrieval-Augmented Generation (RAG)
☆225Updated 3 months ago
Alternatives and similar repositories for local-LLM-with-RAG
Users that are interested in local-LLM-with-RAG are comparing it to the libraries listed below
Sorting:
- Chat with multiple PDFs locally☆528Updated 7 months ago
- Build your own ChatPDF and run it locally☆376Updated 6 months ago
- Local llamaindex RAG to assist researchers quickly navigate research papers☆101Updated last week
- ☆287Updated last week
- RAG enabled Chatbots using LangChain and Databutton☆152Updated last year
- Ingest files for retrieval augmented generation (RAG) with open-source Large Language Models (LLMs), all without 3rd parties or sensitive…☆644Updated 9 months ago
- ☆181Updated last week
- Retrieval-Augmented Generation Chat Bot using Ollama, Langchain and Gradio.☆34Updated last year
- Completely local RAG. Chat with your PDF documents (with open LLM) and UI to that uses LangChain, Streamlit, Ollama (Llama 3.1), Qdrant a…☆99Updated 9 months ago
- Build a chatbot powered by LlamaIndex that augments GPT 3.5 with the contents of the Streamlit docs (or your own data).☆204Updated 9 months ago
- Human-AI collaboration to produce a newstory about a meeting from minutes or transcript☆192Updated 5 months ago
- Teach LangChain using LangChain!☆258Updated last year
- Custom Websearch Agent Built with Local Models, vLLM, and OpenAI☆135Updated 11 months ago
- Simple Chainlit UI for running llms locally using Ollama and LangChain☆116Updated 9 months ago
- ☆948Updated 8 months ago
- SuperEasy 100% Local RAG with Ollama + Email RAG☆1,051Updated 11 months ago
- LLM Chatbot w/ Retrieval Augmented Generation using Llamaindex. It demonstrates how to impl. chunking, indexing, and source citation.☆44Updated last year
- Repo of skills for autogen studio using model context protocol (mcp)☆299Updated 3 months ago
- Prototype app enabling job description search using natural language description of a job seeker.☆68Updated 10 months ago
- An LLM GUI application; enables you to interact with your files, offering dynamic parameters that can modify response behavior during run…☆92Updated last year
- A tool for querying and interacting with PDF documents using AI. This application uses natural language processing to provide contextuall…☆113Updated 2 months ago
- Build your own RAG and run it locally on your laptop: ColBERT + DSPy + Streamlit☆56Updated last year
- ☆101Updated last year
- Local PDF Chat Application with Mistral 7B LLM, Langchain, Ollama, and Streamlit☆148Updated 10 months ago
- Simple Chat UI as well as chat with documents using LLMs with Ollama (mistral model) locally, LangChaiin and Chainlit☆80Updated last year
- A demo of Cache-Augmented Generation (CAG) in an LLM☆63Updated 3 weeks ago
- A simple project for enabling LLM agents to use tools.☆100Updated 10 months ago
- Question Answer Generation App using Mistral 7B, Langchain, and FastAPI.