fau-masters-collected-works-cgarbin / gpt-all-localLinks
A "chat with your data" example: using a large language models (LLM) to interact with our own (local) data. Everything is local: the embedding model, the LLM, the vector database. This is an example of retrieval-augmented generation (RAG): we find relevant sections from our documents and pass it to the LLM as part of the prompt (see pics).
☆28Updated 10 months ago
Alternatives and similar repositories for gpt-all-local
Users that are interested in gpt-all-local are comparing it to the libraries listed below
Sorting:
- DocumentGPT is a web application that allows you to chat over your research document using OpenAI's chat API and perform semantic search …☆120Updated 2 years ago
- An LLM GUI application; enables you to interact with your files, offering dynamic parameters that can modify response behavior during run…☆94Updated this week
- Python Streamlit web app utilizing OpenAI (GPT4) and LangChain LLM tools with access to Wikipedia, DuckDuckgo Search, and a ChromaDB with…☆74Updated 2 years ago
- ☆29Updated 2 years ago
- OpenAI functions + Chainlit + Streaming responses. Chain multiple functions in one query.☆32Updated 2 years ago
- 🤖 Sam-assistant is a personal assistant that is designed to understand your documents, search the internet, and in future versions, crea…☆50Updated 2 years ago
- This code implements a Local LLM Selector from the list of Local Installed Ollama LLMs for your specific user Query☆102Updated last year
- An LLM powered ChatCSV Streamlit app so you can chat with your CSV files.☆94Updated 2 years ago
- Simple Chainlit UI for running llms locally using Ollama and LangChain☆120Updated last year
- YouTube Video Summarization App built using open source LLM and Framework like Llama 2, Haystack, Whisper, and Streamlit. This app smooth…☆57Updated last year
- Open-source framework that gives you AI Agents that help you navigate decision-making, get personalized goals and execute them☆178Updated last year
- This repository demonstrates how a simple memory file can be incorporated into an Agents routine using the AutoGen framework.☆50Updated 2 years ago
- GPT-4 Vision Chatbot examples☆58Updated 2 years ago
- Haystack and Mistral 7B RAG Implementation. It is based on completely open-source stack.☆79Updated 2 years ago
- Agent with vision ability via llava & autogen☆73Updated 2 years ago
- Repo contains the code, data and supporting documents including presentations, playbooks and additional documents to support learning☆139Updated last year
- 🌟PolyGPT: An Overview of Agent-Based System Architecture for Autonomous Business Operations☆84Updated last year
- This is a Gorilla LLM Demo app developed using Streamlit.☆32Updated 2 years ago
- A simplified setup for users to explore the AutoGen library. Contains example scripts derived from AutoGen notebooks for a hassle-free ex…☆66Updated 2 years ago
- Simple Chainlit UI for running llms locally using Ollama and LangChain☆46Updated last year
- Langchain tools to search/extract/transcribe text transcripts of Youtube videos. Some of this has been integrated into LangChain main bra…☆74Updated 2 years ago
- ☆97Updated last year
- Example of calling OpenRouter from a Streamit app☆102Updated 2 years ago
- Automate web research way beyond the first page of search results; curate knowledge bases to chat with.☆44Updated 3 months ago
- This repository holds enhanced Agents, built for the Microsoft AutoGen Framework. Debuting with a MemoryEnabledAgent with improvements in…☆117Updated 2 years ago
- ☆68Updated 2 years ago
- Beginner-friendly repository for launching your first LLM API with Python, LangChain and FastAPI, using local models or the OpenAI API.☆102Updated 2 years ago
- 🔥 Your private task assistant with GPT 🔥 - Ask questions about your documents.☆160Updated last year
- ☆104Updated last year
- I have explained how to create superior RAG pipeline for complex pdfs using LlamaParse. We can extract text and tables from pdf and QA on…☆47Updated last year