This directory contains a WeChat Mini Program plugin for WeKnora. It gives mobile users a lightweight entry point to:
- configure a WeKnora API endpoint and tenant API key;
- list available knowledge bases;
- import a URL into a selected knowledge base;
- ask a selected knowledge base through WeKnora knowledge chat.
- Open
miniprogram/in WeChat DevTools. - Copy
project.private.config.json.exampletoproject.private.config.jsonand set your real Mini Program AppID. The sharedproject.config.jsonintentionally does not include an AppID to avoid forcing maintainers into a placeholder project. - Open the Settings tab and fill in:
- API Base URL, for example
https://weknora.example.com; - API Key from the WeKnora tenant settings page.
- API Base URL, for example
- Open the Knowledge tab, refresh knowledge bases, and select the target knowledge base.
- Import a URL or switch to Chat to ask questions.
- WeChat DevTools may block
localhostrequests when URL validation is enabled. For local testing, either disable domain validation in DevTools or expose WeKnora through a HTTPS development domain. - In production Mini Programs, add the WeKnora API domain to the Mini Program request domain allowlist.
- The chat endpoint returns Server-Sent Events. The Mini Program client parses completed SSE text responses and displays accumulated
answerchunks.
cd miniprogram
npm test