Skip to content

initial Release v1.0.0

Compare
Choose a tag to compare
@chandru1003 chandru1003 released this 07 Nov 14:02
· 33 commits to main since this release

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.