pg_search, a high-performance full-text search extension, is now available on Neon, making it easier to build fast and full-text search experiences with Postgres. By using pg_search, developers can skip the complexity of generating and inserting embeddings, resulting in blazing-fast search performance up to 200x faster than the original AI-powered search implementation. The demo uses Vercel's Book Inventory template and replaces the AI-powered search with native PostgreSQL full-text search using pg_search. The results show significant performance gains, including optimized sorting, accelerated field search, and efficient AND search, making it an attractive option for developers looking to build fast and scalable search experiences with Postgres.