Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poad/graphrag-local-example
https://github.com/poad/graphrag-local-example
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/poad/graphrag-local-example
- Owner: poad
- Created: 2024-12-01T07:26:05.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T11:17:40.000Z (about 1 month ago)
- Last Synced: 2024-12-01T12:24:48.645Z (about 1 month ago)
- Language: TypeScript
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphrag-local-example (not working)
## Usage
```shell
docker compose down; docker compose up -d
cd batch
curl -sSL 'https://huggingface.co/mmnga/RakutenAI-7B-chat-gguf/resolve/main/RakutenAI-7B-chat-q2_K.gguf?download=true' -o RakutenAI-7B-chat-q2_K.gguf
# curl -sSL 'https://huggingface.co/mmnga/RakutenAI-7B-chat-gguf/resolve/main/RakutenAI-7B-chat-q8_0.gguf?download=true' -o models/RakutenAI-7B-chat-q8_0.gguf
pnpm install -r
pnpm build
pnpm start
cd ../app
pnpm dev
```