#semantic-search
Read more stories on Hashnode
Articles with this tag
For the previous article, we use Postgres with pgvector extension to store the vector data of our article. Today let's try to change the Postgres with...
This project is about implementing semantic search using OpenAI embedding and Postgres vector database in NodeJS. Semantic search is a search...