pgvector
There are 207 repositories under pgvector topic.
supabase/supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
1Panel-dev/MaxKB
🔥 MaxKB is an open-source platform for building enterprise-grade agents. MaxKB 是强大易用的开源企业级智能体平台。
langchain4j/langchain4j
LangChain4j is an open-source Java library that simplifies the integration of LLMs into Java applications through a unified API, providing access to popular LLMs and vector databases. It makes implementing RAG, tool calling (including support for MCP), and agents easy. LangChain4j integrates seamlessly with various enterprise Java frameworks.
aws-samples/aws-genai-llm-chatbot
A modular and comprehensive solution to deploy a Multi-LLM and Multi-RAG powered chatbot (Amazon Bedrock, Anthropic, HuggingFace, OpenAI, Meta, AI21, Cohere, Mistral) using AWS CDK on AWS
superlinear-ai/raglite
🥤 RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with DuckDB or PostgreSQL
gannonh/chatgpt-pgvector
ChatGTP (gpt3.5-turbo) starter app
SkywalkerDarren/chatWeb
ChatWeb can crawl web pages, read PDF, DOCX, TXT, and extract the main content, then answer your questions based on the content, or summarize the key points.
Oneirocom/Magick
Magick is a cutting-edge toolkit for a new kind of AI builder. Make Magick with us!
danny-avila/rag_api
ID-based RAG FastAPI: Integration with Langchain and PostgreSQL/pgvector
different-ai/embedbase
A dead-simple API to build LLM-powered apps
Azure-Samples/rag-postgres-openai-python
A RAG app to ask questions about rows in a database table. Deployable on Azure Container Apps with PostgreSQL Flexible Server.
supabase/vecs
Postgres/pgvector Python Client
smalltong02/keras-llm-robot
A web UI Project In order to learn the large language model. This project includes features such as chat, quantization, fine-tuning, prompt engineering templates, and multimodality.
DiscovAI/DiscovAI-search
🔍 DiscovAI-Search: An AI-powered search engine for AI tools and custom data. Built with Next.js, OpenAI, Supabase, and more. Features vector-based search, Redis caching, and LLM-powered responses.
neondatabase/yc-idea-matcher
Submit your idea and get a list of similar ideas that YCombinator has invested in in the past.
timescale/vector-cookbook
Timescale Vector Cookbook. A collection of recipes to build applications with LLMs using PostgreSQL and Timescale Vector.
madarco/ragrabbit
Open Source, Self-Hosted, AI Search and LLM.txt for your website
supabase-community/deno-fresh-openai-doc-search
Template for building your own custom ChatGPT style doc search powered by Fresh, Deno, OpenAI, and Supabase.
aws-samples/rag-with-amazon-bedrock-and-pgvector
Opinionated sample on how to build/deploy a RAG web app on AWS powered by Amazon Bedrock and PGVector (on Amazon RDS)
daymade/tiktok-whisper
Batch convert video to text using openai's whisper or the local coreML via whisper.cpp on your MacBook
thinknimble/embeddings-search-demo
Prototype app enabling job description search using natural language description of a job seeker.
orm011/pgserver
Pip-installable, embedded-like postgres server for your python app
agoodway/vecto
Hybrid Search with Postgres and Ecto
mzarnecki/php-rag
This application uses LLMs like DeepSeek, GPT-4o, Claude, Gemini2 or Llama, Mixtral (locally) in order to generate text based on the user input. The user input is used to retrieve relevant information from the database and then the retrieved information is used to generate the text. This approach combines power of LLMs and access to source documen
mazzasaverio/fastapi-your-data
Learning journey to develop a scalable and modular backend to manage your data and solve your problems
aronweiler/assistant
An intellligent AI assistant that can do anything!
team-openpm/cloudflare-vector-search
A Cloudflare Page showing how to do semantic search
ItzCrazyKns/Neon-Image-Search
Search for similar images using NeonDB and Vertex AI.
timescale/private-rag-example
Private RAG app sample using Llama3, Ollama and PostgreSQL
neondatabase/db-per-tenant
Example chat-with-pdf app showing how to provision a dedicated database instance for each user. In this app, every database uses pgvector for similarity search. Powered by Neon
vdutts7/constitutionGPT
AI chat over the US Constitution 📜 💬 🇺🇸
ivanlonel/postgis-with-extensions
PostgreSQL Docker image based on postgis/postgis, with quite a few added extensions.
mazzasaverio/fastapi-langchain-rag
(Let's start with a) Scalable question-answering system utilizing FastAPI, LangChain (LCEL), and PGVector, featuring an ingestion pipeline. Deployed on GCP Cloud Run via Terraform.
YugabyteDB-Samples/openai-pgvector-lodging-service
A lodging recommendation service for properties in San Francisco, powered by OpenAI and the PostgreSQL pgvector extension.
build-on-aws/rag-golang-postgresql-langchain
Implement RAG (using LangChain and PostgreSQL) for Go applications to improve the accuracy and relevance of LLM outputs
Angular2Guy/AIDocumentLibraryChat
A project to show howto use SpringAI with OpenAI to chat with the documents in a library. Documents are stored in a normal/vector database. The AI is used to create embeddings from documents that are stored in the vector database. The vector database is used to query for the nearest document. That document is used by the AI to generate the answer.