Tag: Rag

Deep Chat JS, semantic search, and OpenAI integration

This is part 2 of a series of articles: From zero to chatbot: Building a website answer engine

Building on the foundation laid in the previous article, this post dives into integrating Deep Chat JS component for real-time, context-aware conversations. By leveraging semantic search on your vector database, you can retrieve the most relevant information faster than ever.

Transforming text into vectors: The key to building RAG solutions

This is part 1 of a series of articles: From zero to chatbot: Building a website answer engine

This is the first article in a series where I describe how I'm building a chatbot for this blog. My goal is to create a system that can quickly provide relevant answers to site visitors. After refining this approach, I plan to implement it on my wife's ecommerce site as well. Stay tuned for more details in subsequent posts.

AI Assistant