In this article, I share how I built a semantic similarity search API using FastAPI, Sentence-BERT (SBERT), and PostgreSQL with pgvector.The idea was to test whether we can achieve context-aware text search directly inside Postgres, without adding a ...
No responses yet.