Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 811 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 811 Bytes

RAG Contextual Bot Web Application

Overview

This web application provides an interactive platform for creating and querying contextual embeddings about organizations. Users can submit information about an organization and then ask questions related to that information. The application will process the data and respond to queries using a contextual bot.

Features

  1. Submit Organization Information:

    • Input HTML URL, organization name, organization info, and contact info.
    • Process the data to create embeddings for contextual queries.
  2. Ask Questions:

    • After processing, ask contextual questions related to the organization.
    • Receive answers based on the provided organization data.
  3. Chat History:

    • View the history of questions asked and answers received.