KAG icon indicating copy to clipboard operation
KAG copied to clipboard

Running Docker - Missing Configuration

Open bigjunkbox opened this issue 2 months ago • 1 comments

Search before asking

  • [x] I had searched in the issues and found no similar issues.

Operating system information

MacOS(M1, M2...)

What happened

I followed the instructions in the getting started doc , and launched using the Docker Image. I am unable to create a knowledge base as the screen requires a "Vector configuration" that has not been configured or is missing in the instructions.

Image

How to reproduce

Step 1: curl -sSL https://raw.githubusercontent.com/OpenSPG/openspg/refs/heads/master/dev/release/docker-compose-west.yml -o docker-compose-west.yml

Step 2: docker compose -f docker-compose-west.yml up -d

Step 3: Browse to http://127.0.0.1:8887/#/knowledge/create

Are you willing to submit PR?

  • [x] Yes I am willing to submit a PR!

bigjunkbox avatar Oct 26 '25 13:10 bigjunkbox

To address the issue you mentioned, you first need to add a model for vectorization here,

Image

Select a type that supports embedding, then click "Add Model"

Image

After filling in the valid model configuration information, click “OK” to add the vectorized model.

Image

Next, you can proceed to add knowledge bases normally without being blocked by the vectorization model.

dms0324 avatar Oct 27 '25 02:10 dms0324