Our GenAI articles
Whisper to your keyboard: Setting up a speech-to-text button
November 07, 2023Jérémie Chauvel3 min read

Long story short: I broke my arm while riding my bike and I can't type. Quite the problem as typing is a key part of my daily life as a software engineer. So I decided to add a speech to text button to my keyboard. Here's how I did it...
Continue reading →Mastering OpenAI's GPT Model Function Calling for E-commerce
October 06, 2023Timothée Rouquette6 min read

Function calling allows your conversational agent to connect to external tools. The key lies in correctly defining the functions to GPT's model, which can be a bit tricky. As a software engineer at Theodo, I have been working with the OpenAI API for quite some time now. Mastering the art of…
Continue reading →Leverage Generative AI in your PHP E-Commerce website with Qdrant and LLPhant
August 28, 2023Maxime Thoonsen4 min read

There are many use cases of Generative AI: e-commerce search, customer support and sales optimization, law case search... To help e-commerce and other use cases written in PHP, I'm happy..I'm happy to announce the addition of Qdrant as a vectorStore in LLPhant to open up the possibility of making…
Continue reading →Teaching Custom Knowledge to AI Chatbots
May 23, 2023Will Alexander7 min read

This article explains how to build a chatbot that's an expert on your custom knowledge base - by augmenting ChatGPT using embedding similarity search in Supabase. We also discuss prompt engineering, suggest hyperparameter values, evaluate performance, and propose further work. Background You’ve…
Continue reading →Teaching Custom Knowledge to AI Chatbots
May 23, 2023Will Alexander7 min read

This article explains how to build a chatbot that's an expert on your custom knowledge base - by augmenting ChatGPT using embedding similarity search in Supabase. We also discuss prompt engineering, suggest hyperparameter values, evaluate performance, and propose further work. Background You’ve…
Continue reading →How DUOLAB uses artificial intelligence to improve your skin
April 03, 2020Sarah Hamilton3 min read

For a long time people (including myself) have used the same skin care routine everyday. Only occasionally do we switch up our products for a different brand. The creams are opened and resealed multiple times a week, resulting in the products containing preservatives and other unnatural ingredients…
Continue reading →