This project is a simple GUI application built with Python that allows users to insert new text data into a file and query an index created from this data. It leverages the Langchain library for text processing and indexing, and integrates OpenAI ChatGPT model for querying
- Insert new text data into a file.
- Query an index created from the inserted text data.
- User-friendly GUI interface.
Before you begin, ensure you have met the following requirements:
- Python 3.x installed.
- PIL (Python Imaging Library) installed for image handling.
- Langchain library installed.
- An OpenAI API key (for ChatGPT querying).
Clone the repository to your local machine:

