Running Docker - Missing Configuration
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.
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!
To address the issue you mentioned, you first need to add a model for vectorization here,
Select a type that supports embedding, then click "Add Model"
After filling in the valid model configuration information, click “OK” to add the vectorized model.
Next, you can proceed to add knowledge bases normally without being blocked by the vectorization model.