Releases: chandru1003/File-Based-Chatbot
Releases · chandru1003/File-Based-Chatbot
Release Version 1.1.0
In this new release the GPT model has been removed, and a more streamlined approach using the transformers
library's pipeline
function has been implemented. This change enhances the performance and simplicity of the chatbot.
initial Release v1.0.0
Initial Release of Filebased Chatbot
This initial version comes with basic functionality to read PDF files, extract their content into a text file, and perform simple searches within the extracted text.
Features:
- PDF Reading: Ability to read and parse PDF files within a specified directory.
- Text Extraction: Automatically extract text content from PDFs and save it as a .txt file for further processing.
- Search Functionality: Users can search for specific terms or phrases, and the chatbot will return relevant results from the extracted text.