I wanted to develop and host my own chatbot. Using Node.js for the server, a simple React app and OpenAI API’s.
I’ve setup a working chatbot here!

This is a basic chatbot but the functionality I’m interested in is in training a custom AI application to RAG (Retrieval Augmented Generation).

AI resources I’ve found as very helpful for understanding and developing AI applications:
- Deep Dive into LLMs like ChatGPT – Andrej Karpathy https://www.youtube.com/watch?v=7xTGNNLPyMI&t=7381s
- Vector search, RAG, and Azure AI search – Pamela Fox https://www.youtube.com/watch?v=vuOA13Y_Qzk
- NotebookLM Will Change How You Learn – Here’s Why! – Tiago Forte https://www.youtube.com/watch?v=-Nl6hz2nYFA&t=300s
I’m posting more on AI to my Medium site.