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 starting point for building custom agentic LLM applications using Open Source tooling and models. Incorporates Ollama, Open WebUI, Langchain, Streamlit, Chroma, & PGVector using Docker and Docker Compose and optionally Codespaces.
joinai-customer-support: An AI-powered customer support platform built with Next.js, offering intelligent conversational AI, personalized responses, and task automation for seamless user interactions.
A book-inspired social platform where people are Books and posts are Chapters. It prioritizes intentional writing, slow discovery, and humane design over feeds and virality. Powered by Muse AI, a gentle creative companion that helps users write, reflect, and shape their work without taking over their voice.
Agentic RAG–powered assistant built with LangGraph that answers user queries from a knowledge base and guides users to create, update, or cancel Google Meet calls, managing availability and sending meeting links via email.
RagWiser is a Retrieval Augmented Generation (RAG) system built with Spring Boot that enables users to upload PDF documents, process them, and ask questions about their content using natural language.
Monocle is a multi-modal embedding service designed for easy integration into modern applications. It provides HTTP API endpoints for generating text and image embeddings using state-of-the-art models. Monocle is ideal for semantic search, recommendation, and AI-powered content understanding.
Spring Boot application that uses Spring AI implementing RAG (Retrieval-Augmented Generation) to help users understand and query documents. For this prototype I used the constitution of The Republic of Ireland, but any collection of documents can be used to achieve the state-of-the-art RAG in Java.
This project demonstrates how to implement a hybrid search engine for Retrieval-Augmented Generation (RAG) using Postgres with PgVector. It showcases the use of asynchronous streaming with Groq's function calling capabilities in a FastAPI application.