Skip to content

folathecoder/chat-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Chat-PDF: AI-Powered PDF Query System

Chat-PDF is a Python application for extracting, storing, and querying PDF content using OpenAI embeddings and MongoDB Atlas as a vector database. It allows you to parse PDF files, store content embeddings, and retrieve relevant information via similarity search.

How to Run

  1. Clone the Repository:

    git clone https://github.com/folathecoder/chat-pdf.git
    
  2. Install Dependencies::

     python -m venv venv
     source venv/bin/activate
     pip install -r requirements.txt
    
  3. Run the Scripts::

    First run the data ingestion pipeline:

     python data_ingestion_pipeline.py
    

Then run the data retrieval pipeline:

 python data_retrieval_pipeline.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages