https://github.com/hansbug/search_engine
https://github.com/hansbug/search_engine
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hansbug/search_engine
- Owner: HansBug
- License: apache-2.0
- Created: 2024-11-20T08:37:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T14:36:39.000Z (over 1 year ago)
- Last Synced: 2025-03-10T15:03:01.180Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# search_engine
## Installation
```shell
git clone https://github.com/HansBug/search_engine.git
cd search_engine
pip install -r requirements.txt
```
## Set envs
```shell
export SERPER_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
export JINA_API_KEY=jina_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
export LLM_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
export LLM_API_URL=https://api2.aigcbest.top/v1/
```