itsharex / k-Find

基于kOS的新一代搜索引擎,汇聚深度和速度的搜索引擎,为您提供一触即达的信息体验。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kFind

English | 简体中文

Features

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.

Setup

Manual

  1. install requirements.txt
pip3 install -r requirements.txt
  1. 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

ak

  • 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 = 
  1. start server
python3 kfind.py
  1. start web
cd web && npm install && npm run dev

Contacts

This project is maintained by the KMind team, you can contact us by:

About

基于kOS的新一代搜索引擎,汇聚深度和速度的搜索引擎,为您提供一触即达的信息体验。


Languages

Language:TypeScript 63.0%Language:HTML 32.2%Language:Python 3.8%Language:CSS 0.7%Language:JavaScript 0.3%