Abtion is a digital agency. We combine the advertising agency’s knack for connecting with people with the software company’s deep, profound understanding of technology.
We want to be known as the place with the brightest minds. Additionally, we aspire to be recognized for our business acumen and the quality of the design and code we deliver.
We adhere to a method called Extreme Programming (or simply XP). In short, it’s a methodology within the agile framework that emphasizes communication, testing, shared standards, pair programming, and simplicity.
We build a chatbot on our internal site inside.abtion.com – where the bot is feeded all of Abtions documentation, procedures and guidelines. These guidelines are the vectorised using Open AI API, and saved in a Qdrant database. When user performs a search on the website, the search text is also being vectorised and compared to the vectorised documents in the database – the search returns a result.
Main challenge in this project was to be an early adopters of Open AI API and implement it in a Nextjs and tailwind project.
Then the project is shown on inside.abtion.com as an iframe.
I have built various similar AI chatbot projects. Using the main nextjs project, but feeding and vectorising different data types.