An open API service indexing awesome lists of open source software.

https://github.com/oss-apps/docs-ai

Create AI support agents with your documents.
https://github.com/oss-apps/docs-ai

Last synced: 5 months ago
JSON representation

Create AI support agents with your documents.

Awesome Lists containing this project

README

          


DocsAI Logo

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.