pgvector vs Speech To Markdown: Features, Pricing & Which Is Better (2026)
A side-by-side comparison of pgvector and Speech To Markdown — features, pricing, and ideal use cases — to help you decide which AI tool fits your workflow.
pgvector
pgvector
Open-source Postgres extension that adds a vector column type and vector similarity search for embeddings storage and nearest-neighbor queries.
Key features
- Postgres Extension: Installs as a PostgreSQL extension (CREATE EXTENSION IF NOT EXISTS vector) to add a first-class 'vector' column type directly in the database.
- Vector Column Support: Allows schema-level vector columns (e.g., vector(3)) enabling storage of fixed-dimension embeddings alongside relational data.
- Nearest-Neighbor Queries: Provides SQL-accessible operations to insert vectors and query nearest neighbors for similarity search use cases from within Postgres.
- Multi-language Client Libraries: Maintained official and community client libraries and bindings (Go, Python, Node.js, Rust, .NET, Elixir, C++, etc.) to simplify integration with application code and ORMs.
- CI & Installer Support: Provides GitHub Actions setup and package installation instructions (e.g., package installs for Ubuntu/Postgres runner images) for automated CI or dev environment provisioning.
- Open Source & MIT License: Source code and bindings are available under MIT, enabling self-hosting, modification, and community contributions.
- Postgres extension installable via SQL: CREATE EXTENSION IF NOT EXISTS vector
- Native vector column type (e.g., vector(n)) for storing embeddings
- Nearest-neighbor / similarity query support using Postgres queries
- Language client libraries for Go, Node.js/Deno/Bun/TypeScript, Python, Rust, C++, .NET, Elixir, Nim, and more
- ORM/driver integrations (Go: pgx, pg, Bun, Ent, GORM, sqlx; Node examples include Prisma/Bun integrations)
- Client APIs to create and manipulate vectors (constructors, toArray/values/to_vec helpers)
- Packaging and CI helpers, including GitHub Actions setup and OS packages (example: postgresql-16-pgvector)
- Examples and test workflows (create DB, run migrations, run language-specific tests/examples)
- MIT open-source license and public GitHub repositories for source and examples
Best for
- Semantic Search: Store text or image embeddings in Postgres and run nearest-neighbor queries to implement semantic document search within existing application databases.
- Recommendation Engines: Keep item and user embeddings in the same Postgres instance to compute similarity-based recommendations with SQL queries.
- Augmenting Relational Apps: Add embedding columns to existing relational schemas to combine vector search with relational filters and transactions.
- CI/Dev Automation: Use provided GitHub Actions setup to install pgvector on CI runners or test databases during automated workflows.
- Language-Specific Integration: Use official bindings (e.g., pgvector-go, pgvector-node, pgvector-python) to insert, index, and query vectors from application code and ORMs.
- Prototyping Without New DB: Prototype embedding-driven features without deploying a separate vector database by leveraging existing Postgres infrastructure.
- Semantic search over text/documents by storing and querying embedding vectors inside Postgres
- Recommendation systems that compute nearest neighbors of item embeddings
- Similarity matching for images, audio, or other embedded data types within an existing Postgres-backed app
- Augmenting application databases for retrieval workflows without a separate vector DB
- Integration into CI/CD workflows (GitHub Actions) and language-specific application stacks using provided client libraries
Speech To Markdown
xajik
Free, 100% local macOS menu-bar app that turns speech into structured markdown using whisper.cpp and any local LLM.
Key features
- 100% Local Pipeline: Runs whisper.cpp for speech-to-text and any local LLM server for structuring — no cloud calls and no API keys required.
- Global Dictation Hotkey: Press ⌘⌥] in any app to have the transcript typed straight at your cursor, works in Terminal, browser, Slack, and more.
- Agent Mode Live Structuring: A floating capsule streams your voice through the LLM into a real-time Markdown, plain text, or HTML document.
- One-Line Install: A single curl-piped script installs xcodegen, whisper-cpp, and ffmpeg via Homebrew, then builds the app from source into /Applications.
- iOS Companion: A fully offline iPhone/iPad app that uses Apple Intelligence on iOS 26+ (iPhone 15 Pro and up).
- Multiple Output Formats: Format, edit, or append the LLM output as Markdown, plain text, or HTML from a single control panel.
- Send-Now Flush: The Send (⏎) control flushes the current buffer to the LLM immediately instead of waiting for the pause/word-count threshold.
- Model Picker: Download and swap Whisper models from Settings — Base (~150 MB) is a good starting point.
Best for
- Private Meeting Notes: Dictate meeting recaps on a Mac with sensitive content that must never leave the device.
- Voice-Driven Coding Comments: Speak function docstrings or PR descriptions into your editor at the cursor via Global Dictation.
- Structured Journaling: Use Agent Mode to ramble freely and get a clean, headed Markdown document out in real time.
- Offline Field Notes on iOS: Capture voice notes on an iPhone with no signal, structured into markdown using on-device Apple Intelligence.
- Slack / Email Long-Form: Dictate long replies straight into Slack or Mail without opening a separate transcription tool.
