Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mintplex-labs/anythingllm-docs
Documentation of AnythingLLM by Mintplex Labs Inc.
https://github.com/mintplex-labs/anythingllm-docs
ai ai-agents anythingllm desktop-app documentation llm nextjs rag vercel
Last synced: 4 days ago
JSON representation
Documentation of AnythingLLM by Mintplex Labs Inc.
- Host: GitHub
- URL: https://github.com/mintplex-labs/anythingllm-docs
- Owner: Mintplex-Labs
- License: mit
- Created: 2024-04-24T16:02:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T23:42:35.000Z (15 days ago)
- Last Synced: 2024-10-30T00:41:17.806Z (15 days ago)
- Topics: ai, ai-agents, anythingllm, desktop-app, documentation, llm, nextjs, rag, vercel
- Language: MDX
- Homepage: https://docs.anythingllm.com
- Size: 196 MB
- Stars: 117
- Watchers: 5
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
## Project Structure
```
├── public/
│ ├── images/
│ │ ├── anythingllm-setup/
│ │ ├── cloud/
│ │ ├── faq/
│ │ ├── features/
│ │ ├── getting-started/
│ │ ├── guides/
│ │ ├── home/
│ │ ├── legal/
│ │ ├── product/
│ │ └── thumbnails/
│ ├── favicon.png
│ ├── licence.txt
│ └── robots.txt
├── pages/
│ ├── agent/
│ ├── api/
│ ├── changelog/
│ ├── cloud/
│ ├── features/
│ ├── installation/
│ ├── setup/
│ ├── _meta.json
│ └── index.mdx
├── components/
│ └── icons/
├── next-env.d.ts
├── next.config.js
├── package.json
├── pull-request-template.md
├── README.md
├── theme.config.tsx
└── tsconfig.json
```## Setup for Local Development
1. Clone this Repository to your local machine using git clone:
```sh
git clone https://github.com/Mintplex-Labs/anythingllm-docs.git
```2. Install dependencies using yarn:
```sh
yarn
```3. Start the development server:
```sh
yarn dev
```## Contributing
- Create issue
- Create PR with branch name format of `-`
- yee haw let's merge## License
This project is licensed under the MIT License.
_special thanks to [@ShadowArcanist](https://github.com/ShadowArcanist) for the migration to NextJS_