pgvector

There are 204 repositories under pgvector topic.

  • supabase

    supabase/supabase

    The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

    Language:TypeScript79.9k5524.2k8.1k
  • 1Panel-dev/MaxKB

    πŸ’¬ Ready-to-use & flexible RAG Chatbot, supporting mainstream large language models (LLMs) such as DeepSeek-R1, Llama 3.3, Qwen2, OpenAI and more.

    Language:Python15.2k981.2k2k
  • langchain4j/langchain4j

    Java version of LangChain

    Language:Java6.7k921.2k1.2k
  • aws-genai-llm-chatbot

    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

    Language:TypeScript1.2k26305367
  • gannonh/chatgpt-pgvector

    ChatGTP (gpt3.5-turbo) starter app

    Language:TypeScript938158130
  • 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.

    Language:Python9051915134
  • superlinear-ai/raglite

    πŸ₯€ RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with PostgreSQL or SQLite

    Language:Python87383173
  • Oneirocom/Magick

    Magick is a cutting-edge toolkit for a new kind of AI builder. Make Magick with us!

    Language:TypeScript78027508126
  • embedbase

    different-ai/embedbase

    A dead-simple API to build LLM-powered apps

    Language:TypeScript50685355
  • danny-avila/rag_api

    ID-based RAG FastAPI: Integration with Langchain and PostgreSQL/pgvector

    Language:Python445958174
  • rag-postgres-openai-python

    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.

    Language:Python33811040306
  • 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.

    Language:Python2451134
  • supabase/vecs

    Postgres/pgvector Python Client

    Language:Python245185435
  • 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.

    Language:TypeScript2204326
  • yc-idea-matcher

    neondatabase/yc-idea-matcher

    Submit your idea and get a list of similar ideas that YCombinator has invested in in the past.

    Language:TypeScript1549020
  • timescale/vector-cookbook

    Timescale Vector Cookbook. A collection of recipes to build applications with LLMs using PostgreSQL and Timescale Vector.

    Language:Jupyter Notebook11810446
  • deno-fresh-openai-doc-search

    supabase-community/deno-fresh-openai-doc-search

    Template for building your own custom ChatGPT style doc search powered by Fresh, Deno, OpenAI, and Supabase.

    Language:TypeScript991249
  • 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)

    Language:Python754216
  • daymade/tiktok-whisper

    Batch convert video to text using openai's whisper or the local coreML via whisper.cpp on your MacBook

    Language:Go68205
  • thinknimble/embeddings-search-demo

    Prototype app enabling job description search using natural language description of a job seeker.

    Language:Python682014
  • pgserver

    orm011/pgserver

    Pip-installable, embedded-like postgres server for your python app

    Language:Python59145
  • agoodway/vecto

    Hybrid Search with Postgres and Ecto

    Language:Elixir57403
  • aronweiler/assistant

    An intellligent AI assistant that can do anything!

    Language:Python53289
  • madarco/ragrabbit

    Open Source, Self-Hosted, AI Search and LLM.txt for your website

    Language:TypeScript486
  • mazzasaverio/fastapi-your-data

    Learning journey to develop a scalable and modular backend to manage your data and solve your problems

    Language:Python48107
  • team-openpm/cloudflare-vector-search

    A Cloudflare Page showing how to do semantic search

    Language:TypeScript48236
  • timescale/private-rag-example

    Private RAG app sample using Llama3, Ollama and PostgreSQL

    Language:Jupyter Notebook4511111
  • vdutts7/constitutionGPT

    AI chat over the US Constitution πŸ“œ πŸ’¬ πŸ‡ΊπŸ‡Έ

    Language:TypeScript45205
  • 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

    Language:TypeScript43204
  • ItzCrazyKns/Neon-Image-Search

    Search for similar images using NeonDB and Vertex AI.

    Language:TypeScript402111
  • 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

    Language:PHP39202
  • 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.

    Language:Python37122
  • YugabyteDB-Samples/openai-pgvector-lodging-service

    A lodging recommendation service for properties in San Francisco, powered by OpenAI and the PostgreSQL pgvector extension.

    Language:JavaScript371131
  • ivanlonel/postgis-with-extensions

    PostgreSQL Docker image based on postgis/postgis, with quite a few added extensions.

    Language:PLpgSQL36288
  • 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

    Language:Go33515
  • 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.

    Language:Java297113