AISViz / AISdb

AISdb Python package for smart AIS data storage and interaction.
https://aisviz.cs.dal.ca
GNU Affero General Public License v3.0
15 stars 0 forks source link

Documentation Tutor Chatbot for AISdb #7

Closed gabrielspadon closed 1 month ago

gabrielspadon commented 11 months ago

I suggest the development and integration of a chatbot that is trained with LangChain and an open-source Language Model (LLM). This chatbot will be created to act as a tutor for the AISdb documentation. Its purpose is to make it easier for new users to onboard and provide ongoing support to help them navigate the various functionalities of AISdb. The chatbot will be designed to provide code examples, assist in debugging, and offer guidance based on the user's needs. The effectiveness of this tool will depend on the quality and completeness of the existing documentation. However, given the wealth of open-source tools and pre-existing code available, the potential benefits of this initiative are substantial. To develop the chatbot, I suggest exploring models available on Hugging Face's Model Hub. These models have been trained on various data and could provide a solid foundation for our chatbot.

Jinnkunn commented 7 months ago

I will add the following topic to our documentation first:

  1. Querying data with
  1. Export Data to

I will add code examples to the documentation. In the absence of good examples, the chatbot output is not good

gabrielspadon commented 1 month ago

We have developed a Gemini-based RAG solution that interacts with the LLM. However, this will be included as part of the tutorials, allowing anyone to deploy their own model and run it locally. As a result, I am closing this issue.