An ebpf knowledge base, based on llama_index and bpf-developer-tutorial
First, you need to clone this repo:
git clone --recursive https://github.com/eunomia-bpf/ebpf-knowledge-base
Then, there are two ways to use thie it:
- Run
docker build -t ebpf-knowledge-base .
to build the docker image, and usedocker run -e OPENAPI_API_KEY=<YOU KEY HERE> -p 4100:4100 ebpf-knowledge-base
to run it. It will serve a web pages on port4100
. - Run
pip install -r requirements.txt
, and runentry.py