This is a demo of a Hong Kong Tour Guide Application leveraging the Gaianet platform. This app will enable users to interact with a GPT-powered chatbot that provides information and recommendations about Hong Kong. The chatbot's knowledge base will primarily be sourced from Hong Kong's Wikipedia page and a Timeout article and structured as a RAG (Retrieval-Augmented Generation) model.
You can try it out here
For detailed installation instructions, refer to the GaiaNet Node Installation Guide.
- Compile information from Wikipedia's Hong Kong page to create a comprehensive knowledge base.
- Implement a RAG model to manage and retrieve data efficiently based on user requests.
- Develop the chatbot interface using Gaia’s UI template and integrate it with the RAG model to respond to user queries about Hong Kong.
- Conduct tests to ensure the chatbot can accurately provide information and recommendations.
- Prepare a demonstration showcasing the chatbot's capabilities in real-time.
This project is open-sourced under the GPL-3.0 license.