https://github.com/xeokit/chatbot
https://github.com/xeokit/chatbot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xeokit/chatbot
- Owner: xeokit
- Created: 2024-09-11T08:42:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T05:39:31.000Z (almost 2 years ago)
- Last Synced: 2025-06-02T14:20:04.434Z (about 1 year ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xeokit-sdk chatbot
# Requirements
- Download [ollama](https://ollama.com/)
- Get llama3.1 model `ollama pull llama3.1`
- Get nomic-embed-text model for better embedding generation `ollama pull nomic-embed-text`
- Download and run quadrant vector database
- Run `./docker.sh`
# Test
- Run `npm i`
- Run `npx ts-node chatbot.ts`