Built by eGovernments Foundation, leveraging the Hugging Face Chat UI framework.
Special thanks to Hugging Face for providing the open-source Chat UI foundation, available at hf.co/docs/chat-ui.
DIGIT 3.0 is a conversational interface designed to enable efficient public service delivery by integrating open-source AI models. It is built as a SvelteKit application, extending the capabilities of the Hugging Face Chat UI to support eGovernments Foundation’s mission of enhancing government service accessibility and efficiency.
- Quickstart
- No Setup Deploy
- Setup
- Launch
- Web Search
- Text Embedding Models
- Extra Parameters
- Common Issues
- Deploying to a HF Space
- Building
keycloak must be running on http://localhost:8080 quay.io/keycloak/keycloak:latest
mongo must be running on http://localhost:27017 mongo:latest
To connect to Mongo - use '''bash mongosh "mongodb://localhost:27017"
Also ensure you are running the LLMs. (both can run on 16GB Apple Mac) Option 1 llama-server --hf-repo Qwen/Qwen2-7B-Instruct-GGUF --hf-file qwen2-7b-instruct-q5_k_m.gguf -c 4096 --port 8082 --n-gpu-layers 20
Option 2 llama-server --hf-repo microsoft/Phi-3-mini-4k-instruct-gguf --hf-file Phi-3-mini-4k-instruct-q4.gguf -c 4096
Ensure DIGIT30 Server has started.
To start DIGIT-UI in dev mode. '''bash npm run dev