knext project create --config_path ./example_config.yaml 'openie_llm: &openie_llm\n'
Search before asking
- [X] I had searched in the issues and found no similar issues.
Operating system information
Linux
What happened
升级到最新版本以后,在 Kag/examples中,期望通过 knext 创建新项目
knext project create --config_path ./example_config.yaml
报错 configparser.MissingSectionHeaderError: File contains no section headers. file: './example_config.yaml', line: 2 'openie_llm: &openie_llm\n'
我的 knext 版本是 openspg-knext 0.5.2b2
How to reproduce
knext 无法创建新项目
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Search before asking
- [x] I had searched in the issues and found no similar issues.
Operating system information
Linux
What happened
升级到最新版本以后,在 Kag/examples中,期望通过 knext 创建新项目
knext project create --config_path ./example_config.yaml
报错 configparser.MissingSectionHeaderError: File contains no section headers. file: './example_config.yaml', line: 2 'openie_llm: &openie_llm\n'
我的 knext 版本是 openspg-knext 0.5.2b2
How to reproduce
knext 无法创建新项目
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Knext has been incorporated into KAG in v0.6, you can using conda to create a new virtual env to experience latest version, or just uninstall old version of knext.
我已经卸载了,然后的确看到kag 项目中有 knext,应该怎么使用呢
Please refer to the quick start documentation: https://openspg.yuque.com/ndx6g9/docs_en/tx0gd5759hg4xi56
If you need further assistance or additional context, feel free to ask!
I guess the official guide is not updated so it still use the v0.5 knext tutorial to create a new project. The problem was solved by installation with venv rather than Conda in my case. Conda can't update the OpenSpg-knext from v0.5 to v0.7. I hope the authors can review and update the quick start.
I guess the official guide is not updated so it still use the v0.5 knext tutorial to create a new project. The problem was solved by installation with venv rather than Conda in my case. Conda can't update the OpenSpg-knext from v0.5 to v0.7. I hope the authors can review and update the quick start.
You can find latest OpenSpg QuickStart here.