约 768,000 个结果
在新选项卡中打开链接
  1. PostgreSQL as a Vector Database: A Complete Guide

    The pgvector extension (a Postgres vector database extension) introduces a VECTOR data type along with index types and operators for similarity search. In essence, pgvector transforms PostgreSQL …

  2. PostgreSQL as a Vector Database: A Complete Guide - Airbyte

    2025年9月4日 · Learn how to generate and store Postgres vector embeddings by enabling pgvector extension to build efficient ML and AI-driven applications.

  3. How to use PostgreSQL to store and query vector embeddings

    2023年9月26日 · Vector embeddings are powerful representations of data points in a high-dimensional space, and they are widely used in Natural Language Processing (NLP) and Machine Learning. …

  4. pgvectorを使ってPostgreSQLをベクトルデータベースとして使ってみ …

    vector型のカラムを持つテーブルに、OpenAI が提供しているAPIでベクトルデータ型に変換 (Embedding)した文章を保存し、検索操作を実行していきます。 pgvector 拡張機能をも …

  5. Postgresql Vector Database: Pgvector Tutorial - DEV Community

    2025年1月22日 · "Postgresql Vector Database: Pgvector" is an open-source extension for PostgreSQL that enables vector similarity searches, supporting exact and approximate nearest neighbor search. …

  6. How to use PostgreSQL to store and query vector embeddings

    In this article, we explore the synergy of PostgreSQL and vector embeddings, highlighting how the latter can be stored and queried effectively within the database. The guide walks you through the entire …

  7. Supabase Vector | The Postgres Vector database and AI Toolkit

    The Postgres Vector database and AI Toolkit An open source Vector database for developing AI applications. Use pgvector to store, index, and access embeddings, and our AI toolkit to build AI …

  8. Vector Databases :: Spring AI Reference

    A vector database is a specialized type of database that plays an essential role in AI applications. In vector databases, queries differ from traditional relational databases. Instead of exact matches, they …

  9. Automating vector embedding generation in Amazon Aurora …

    2025年9月5日 · In this post, we explore several approaches for automating the generation of vector embedding in Amazon Aurora PostgreSQL-Compatible Edition when data is inserted or modified in …

  10. PostgreSQLで始める高度な類似検索: pgvectorの導入と活用 - Qiita

    2024年7月17日 · PostgreSQLで高度な類似検索を実現するpgvectorの導入と活用方法について解説します。 pgvectorは、PostgreSQLの拡張機能として開発された強力なツールで、ベクトルデータの格 …