Articles in this series
This project is about implementing semantic search using OpenAI embedding and Postgres vector database in NodeJS. Semantic search is a search...
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...
Langchain is basically an interface and wrapper of LLM. The goal is to simplify, and also make it easier to do pre and post-processing of the LLM...
After some time of researching Open AI, Vector databases, and semantic search. For today, I tried to combine all of the knowledge I get and create Q&A...