Best of Bots — May 2024
- 1
- 2
- 3
- 4
- 5
- 6
- 7
Towards AI·2y
Build Rag With Llamaindex To Make LLM Answer About Yourself, Like in an Interview or About General Information
Learn how to build a chatbot using RAG (Retrieved Augmentation Generation) and Llamaindex. The article discusses the steps involved in building a chat engine and provides code examples.
- 8
- 9
Towards Data Science·2y
Build Your Own ChatGPT-like Chatbot with Java and Python
This article explains how to build a chatbot similar to ChatGPT using Java and Python. It covers topics such as creating a custom LLM inference infrastructure, architecture design, web client implementation, LDAP server setup, model performance, and a Kotlin mobile client. The system is scalable and can provide a decent service to a limited number of users.