English | 简体中文
A new generation of search engines, bringing together depth and speed to provide you with a one-touch information experience.
- SIMPLE mode: Fast and accurate, instantly searchable, to meet your daily information needs.
- Deep mode: Dig deep, comprehensive and detailed, to provide authoritative in-depth information for professional needs.
docker-compose up --build- install requirements.txt
pip3 install -r requirements.txt- basic configuration
- get AK from kOS
Visit kMind into kOS console, find the API settings, or direct access to the URL https://kmind.com/workbench/act_list, click your profile picture in the lower left corner to enter API Settings
- Configuring environment variables
cd server && vim .env- .env example
PORT = 8081
WORKERS = 1
API_URL = https://api.kmind.com/kmind/api/act
ACCESS_KEY =
ACCESS_SECRET_KEY = - start server
python3 kfind.py- start web
cd web && npm install && npm run devcd mimi-programThis project is maintained by the KMind team, you can contact us by:
- Email: developer@kmind.com


