https://github.com/docspedia/docspedia
Chat with your pdf using your local LLM, OLLAMA client.
https://github.com/docspedia/docspedia
chatbot chatwithdocs chatwithpdf docspedia document documents llm localllm ollama ollama-chat ollama-client pdf privategpt
Last synced: about 2 months ago
JSON representation
Chat with your pdf using your local LLM, OLLAMA client.
- Host: GitHub
- URL: https://github.com/docspedia/docspedia
- Owner: docspedia
- License: mit
- Created: 2024-10-07T15:51:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T14:40:32.000Z (8 months ago)
- Last Synced: 2024-10-19T21:14:29.259Z (8 months ago)
- Topics: chatbot, chatwithdocs, chatwithpdf, docspedia, document, documents, llm, localllm, ollama, ollama-chat, ollama-client, pdf, privategpt
- Language: TypeScript
- Homepage:
- Size: 3.12 MB
- Stars: 35
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docspedia
## OLLAMA based R.A.G mac app, Building.....





## Project Setup
### Install
```bash
$ pnpm install
```### Development
```bash
$ pnpm dev
```### Build
```bash
# For windows
$ pnpm build:win# For macOS
$ pnpm build:mac# For Linux
$ pnpm build:linux
```