You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure to populate the environment variables in the .env file before running the project
a copy is provided .env.exmaple
To run the project
run yarn run dev or npm run dev
libraries used:
pinecone - (Vector Database)
prisma - (Database ORM)
openai - (GPT-4 API)
langchain - (PDF LOADING / OCR Type functionality)
uploadthing - (File Upload TO S3)
shadcn-ui - (UI Library)
kindeauth - (Authentication)
Assumptions:
Pdf's uploaded will be only w2-forms
Since ai models is trained to answer only the tax related queries.
For answering any other queries that context will need to be updated.
About
An ai based pdf drop box. That allows users to upload their pdf's and save them. Then the can chat with the pdf and are answered any queries regarding information in the pdf.