Skip to main content
Back to registry

grepai-storage-postgres

yoanbernabeu/grepai-skills

This skill covers using PostgreSQL with the pgvector extension as the storage backend for GrepAI.

Installs151
Install command
npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-storage-postgres
About this skill
This skill covers using PostgreSQL with the pgvector extension as the storage backend for GrepAI. Then enable the extension: Set the environment variable: DSN components: GrepAI automatically creates these tables: For better vector search performance: For large indices, tune the IVFFlat index: Rule of thumb: lists = sqrt(rows) PostgreSQL handles concurrent access automatically: All team members point to the same database: For isolated projects, use separate databases: ❌ Problem: FATAL: password authentication failed ✅ Solution: Check DSN credentials and pg_hba.conf ❌ Problem: ERROR: extension "vector" is not available ✅ Solution: Install pgvector: ❌ Problem: ERROR: type "vector" does not exist ✅ Solution: Enable extension in the database: ❌ Problem: Connection refused ✅ Solution: ❌ Problem: Slow searches ✅ Solution: PostgreSQL storage status: - Team environments with shared index - Large codebases (10K+ files) - Need concurrent access - Integration with existing PostgreSQL infrastructure - PostgreSQL 14+ with pgvector extension - Database user with create table permissions - Network access to PostgreSQL server - Supabase: pgvector included by default - Neon: pgvector available - AWS RDS: Install pgvector extension - Azure Database: pgvector available - user : Database username - password : Database password - host : Server hostname or IP - 5432 : Port (default: 5432) -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does grepai-storage-postgres do?

This skill covers using PostgreSQL with the pgvector extension as the storage backend for GrepAI.

Is grepai-storage-postgres good?

grepai-storage-postgres does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does grepai-storage-postgres work with?

grepai-storage-postgres currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to grepai-storage-postgres?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install grepai-storage-postgres?

npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-storage-postgres

Related skills

More from yoanbernabeu/grepai-skills

Related skills

Alternatives in Software Engineering