Search for:

Information about PG Vector

  • Why this server?

    This service monitors Supabase database changes, generates OpenAI embeddings, and maintains synchronized vector search capabilities, essential for pgvector functionality.

    -
    security
    F
    license
    -
    quality
    A multi-tenant service that automatically monitors Supabase database changes, generates OpenAI embeddings, and maintains synchronized vector search capabilities for each tenant's projects.
    TypeScript
  • Why this server?

    This server provides RAG capabilities for semantic document search using Qdrant vector database and Ollama/OpenAI embeddings, making it relevant for pgvector-based applications.

    -
    security
    A
    license
    -
    quality
    Provides RAG capabilities for semantic document search using Qdrant vector database and Ollama/OpenAI embeddings, allowing users to add, search, list, and delete documentation with metadata support.
    5
    4
    TypeScript
    Apache 2.0
  • Why this server?

    This template allows for creating MCP servers with direct access to PostgreSQL databases, which is where pgvector would be implemented.

    -
    security
    A
    license
    -
    quality
    A template project for building custom MCP servers that enables direct access to PostgreSQL databases, allowing SQL query execution and schema information retrieval through the Model Context Protocol.
    3
    Python
    MIT License
    • Apple
    • Linux
  • Why this server?

    An MCP server to enable database queries and operations on Postgres databases via PostgREST, where pgvector can be incorporated.

    -
    security
    A
    license
    -
    quality
    This is an MCP server for PostgREST. It allows LLMs perform database queries and operations on Postgres databases via PostgREST. This server works with both Supabase projects (which use PostgREST) and standalone PostgREST servers.
    561
    1,086
    TypeScript
    Apache 2.0
    • Apple
  • Why this server?

    This server is focused on PostgreSQL database operations, a foundation for integrating vector embeddings.

    -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that enables performing PostgreSQL database operations (create, read, update, delete) on User and Post entities through MCP tools.
    TypeScript
  • Why this server?

    This server enables interactions with PostgreSQL databases, allowing schema exploration and query execution, a foundation for pgvector implementation.

    -
    security
    A
    license
    -
    quality
    Enables AI agents to interact with PostgreSQL databases through the Model Context Protocol, providing database schema exploration, table structure inspection, and SQL query execution capabilities.
    4
    Python
    MIT License
    • Linux
    • Apple
  • Why this server?

    While it's a MySQL server, the description highlights its role as a universal interface for database interactions, which is analogous to how pgvector is used with postgres.

    -
    security
    A
    license
    -
    quality
    A universal interface that enables AI Agents to seamlessly communicate with Adb MySQL databases, allowing them to retrieve database metadata and execute SQL operations.
    1
    Python
    Apache 2.0
  • Why this server?

    Provides retrieval-augmented generation using a vector database, enabling AI responses with relevant documentation context, which is relevant to pgvector's purpose.

    -
    security
    A
    license
    -
    quality
    A Model Context Protocol (MCP) server that enables semantic search and retrieval of documentation using a vector database (Qdrant). This server allows you to add documentation from URLs or local files and then search through them using natural language queries.
    14
    74
    JavaScript
    Apache 2.0
    • Apple
  • Why this server?

    Allows AI assistants to augment their responses with relevant documentation context via vector search.

    A
    security
    A
    license
    A
    quality
    An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context
    7
    62
    81
    TypeScript
    MIT License
  • Why this server?

    While focused on text-to-speech functionality, the server illustrates the use of Model Context Protocol which pgvector would use.