iDocIt

Goal

To design and implement a chatbot based on the Retrieval-Augmented Generation (RAG) approach that can effectively generate accurate, contextually relevant, and reliable answers by leveraging pre-loaded documentation. The chatbot will be capable of understanding user queries, retrieving information from the provided documentation, and synthesizing responses in real-time.

Features:

  • Single Entry Point: Access information from various sources through one intuitive chat interface. No need to navigate multiple platforms—everything is centralized for ease of use.
  • Instant Information Access: iDocIt swiftly retrieves the required information, even from extensive document repositories. Say goodbye to endless scrolling and manual document searches—get answers instantly.
  • Natural Conversations: Interact with the chatbot just like you would with a human assistant. Ask questions naturally and receive well-structured, conversational responses tailored to your needs.
  • Transparency: Each answer is backed by clear links to the relevant documents, ensuring users can verify and explore the source of the provided information for full transparency.
  • Multilingual Support: Communicate effortlessly in multiple languages. Even if your corporate knowledge base is in just one language, iDocIt can bridge the gap and provide responses in the language of your choice.
  • Support for Multiple Document Types and Data Sources: The system is designed to handle a variety of document formats, including PDF, HTML, TXT, and DOCX, while integrating seamlessly with diverse data sources such as SharePoint, websites, and Confluence. This adaptability ensures all your documentation is accessible and usable.

More information at https://idocit.eu/

Demo Stands

Nigeria Taxes

This stand is equipped with information sourced from the official tax office website. The assistant is designed to answer questions related to both company and personal taxes in Nigeria.

Examples of possible questions include:

  • What are personal tax rates?
  • When is the personal tax filing deadline?
  • What documents and records do I need to keep for tax purposes?
  • What is the Rate of Withholding Tax for Companies?

EasyRPA Assistant

The EasyRPA Assistant is built to provide answers about the EasyRPA platform. It can assist with questions related to platform usage, key concepts, or even generating sample code.

Examples of possible questions include:

  • How to create a new Automation Process?
  • What is the Data Store file format? Could you generate a Data Store file for import with the columns "company name," "year," and "value"?
  • Create the DTO classes QuizInfo and QuizQuestion with next string fields: QuizInfo: number, name, list of QuizQuestion. QuizQuestion: number, text, answer. use lombok annotations : @Data @NoArgsConstructor @AllArgsConstructor @ToString