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.
- Host: GitHub
- URL: https://github.com/oss-apps/docs-ai
- Owner: oss-apps
- Created: 2023-04-23T13:04:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T14:33:09.000Z (over 1 year ago)
- Last Synced: 2024-12-28T15:22:43.646Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://docsai.app/
- Size: 9.1 MB
- Stars: 85
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.