Docs AI
Train your documents, chat with your documents, and create chatbots that solves queries for you and your users.
## Tech Stack
- [NextJS](https://nextjs.org/)
- [Tailwind](https://tailwindcss.com/)
- [tRPC](https://trpc.io/)
- [ShadcnUI](https://ui.shadcn.com/)
- [Prisma](https://www.prisma.io/)
- [Postgres](https://www.postgresql.org/)
- [NextAuth](https://next-auth.js.org/)
- [Pinecone](https://www.pinecone.io/)
- [Cloudflare R2](https://developers.cloudflare.com/r2/)
## Getting started.
### Prerequisites
- Node.js (Version: >=18.x)
- PostgreSQL
- Redis
### Developer setup
### Docker
`docker-compose.yml` is available `/app`. Please note that you will need to provide environment variables for connecting to the `postgres` and `redis`.
For detailed instructions on how to configure and run the Docker container, please refer to the Docker [Docker README](./docker/README.md) in the docker directory.