Closed XavierJordaMurria closed 1 year ago
To test this pr mainly test the extract and ingest functionality browse around the cli options "cognigy knowledge-ai -h" "cognigy knowledge-ai extract -h" "cognigy knowledge-ai ingest -h"
to see more details about the commands.
also you will need to have the config.json file up to date with a valid key
Was the command knowledge-ai
part of the spec? I would change it to knowledge
if not.
./cognigy.js knowledge-ai create store --projectId 64b7f2e0416b00692704b90b --name "TestCLI" --language en-US
results in
error: unknown option '--name'
./cognigy.js knowledge-ai create store --projectId 64b7f2e0416b00692704b90b --name "TestCLI" --language en-US
results inerror: unknown option '--name'
--name parameter is used in help example, we should fix the example usage
Was the command
knowledge-ai
part of the spec? I would change it toknowledge
if not.
no it was not,
./cognigy.js knowledge-ai create store --projectId 64b7f2e0416b00692704b90b --name "TestCLI" --language en-US
results inerror: unknown option '--name'
yes, I've updated the help documentation already. Please use the following for creating stores: cognigy knowledge-ai create store "General Information" "General information about my business" --projectId 64a3d2aca915f8ce429c13ce --language en-US
In this CLI, we have agent
config parameter, which is also compulsory. Shouldn't we use it instead of --projectId parameter for knowledge commands?
why is it still not approved?... /me hate microsoft for breaking github
:tada: This PR is included in version 1.5.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
To test this pr mainly test the extract and ingest functionality browse around the cli options "cognigy knowledge-ai -h" "cognigy knowledge-ai extract -h" "cognigy knowledge-ai ingest -h"
to see more details about the commands.
also you will need to have the config.json file up to date with a valid key