·pgvector-semantic-search
</>

pgvector-semantic-search

إعداد pgvector وأفضل الممارسات للبحث الدلالي باستخدام تضمينات النص في PostgreSQL

95التثبيتات·7الرائج·@timescale

التثبيت

$npx skills add https://github.com/timescale/pg-aiguide --skill pgvector-semantic-search

كيفية تثبيت pgvector-semantic-search

ثبّت مهارة الذكاء الاصطناعي pgvector-semantic-search بسرعة في بيئة التطوير لديك عبر سطر الأوامر

  1. افتح الطرفية: افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal
  2. نفّذ أمر التثبيت: انسخ ونفّذ هذا الأمر: npx skills add https://github.com/timescale/pg-aiguide --skill pgvector-semantic-search
  3. تحقق من التثبيت: بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw

المصدر: timescale/pg-aiguide.

Semantic search finds content by meaning rather than exact keywords. An embedding model converts text into high-dimensional vectors, where similar meanings map to nearby points. pgvector stores these vectors in PostgreSQL and uses approximate nearest neighbor (ANN) indexes to find the closest matches quickly—scaling to millions of rows without leaving the database. Store your text alongside its embedding, then que...

This guide covers pgvector setup and tuning—not embedding model selection or text chunking, which significantly affect search quality. Requires pgvector 0.8.0+ for all features (halfvec, binaryquantize, iterative scan).

Use this configuration unless you have a specific reason not to.

إعداد pgvector وأفضل الممارسات للبحث الدلالي باستخدام تضمينات النص في PostgreSQL المصدر: timescale/pg-aiguide.

حقائق جاهزة للاقتباس

حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.

أمر التثبيت
npx skills add https://github.com/timescale/pg-aiguide --skill pgvector-semantic-search
الفئة
</>أدوات التطوير
موثق
أول ظهور
2026-02-01
آخر تحديث
2026-03-10

Browse more skills from timescale/pg-aiguide

إجابات سريعة

ما هي pgvector-semantic-search؟

إعداد pgvector وأفضل الممارسات للبحث الدلالي باستخدام تضمينات النص في PostgreSQL المصدر: timescale/pg-aiguide.

كيف أثبّت pgvector-semantic-search؟

افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/timescale/pg-aiguide --skill pgvector-semantic-search بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw

أين مستودع المصدر؟

https://github.com/timescale/pg-aiguide