Skip to content

Releases: chandru1003/File-Based-Chatbot

Release Version 1.1.0

10 Nov 11:30
Compare
Choose a tag to compare

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

07 Nov 14:02
Compare
Choose a tag to compare

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.