Articles

I've been working on an AI search product lately, and one thing I needed was proper product manuals. At first, I was creating all the PDFs manually which got repetitive fast. So, to save time (and honestly out of curiosity), I built a small program that generates manuals automatically using AI.
This is a simple project Ive wanted to build for a long time. The idea is to create a backend API service that stores products with information such as name, price, and manual in a structured database. Beyond basic CRUD operations, the API will support searching for specific information using vector search and leverage AI capabilities to generate proper, human-like responses.