Skip to content

🧠 Platform allowing users to engage in conversational interactions with PDF documents using LLM by Open AI.

Notifications You must be signed in to change notification settings

aviralj02/docu-inquire

Repository files navigation

docu-inquire

Docu-inquire is platform allowing users to engage in conversational interactions with PDF documents using LLM by Open AI.

LandingPage

Click here for live version

👨‍💻 Built With

UI Frameworks

Databases used

Local Setup & Installation

  • Clone the repo
$ git clone https://github.com/aviralj02/https://github.com/aviralj02/docu-inquire
  • Install packages
$ yarn install
  • Create a .env.local file and fill up the details like in .env.example

  • Run the following command to generate the Prisma client based on your schema

$ npx prisma generate
  • If you have made any changes to the schema, you need to run prisma migrations to sync your database with the schema
$ npx prisma migrate dev
  • Spin up the development server
$ yarn dev

Upload Status Information

  • PENDING - File not uploaded yet.
  • PROCESSING - File is uploaded on uploadthing but not indexed on vector db.
  • FAILED - Either not able to get indexed on vector db or not able to connect with OpenAI.
  • SUCCESS - Uploaded + Connected with OpenAI + Vectorized on Pinecone.

About

🧠 Platform allowing users to engage in conversational interactions with PDF documents using LLM by Open AI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published