You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need some changes in PSL-VMI feature and I was wondering if you could help me with that to change implementation accordingly and apply the feature in the main repo to be released in the next version.
I am not using PSL-CLI but PSL-Java in my project. I have a standalone application which has its lifecycle beyond the PSL run and is using PSL to infer a result from some input received as a request! Consider it as a backend service which uses PSL (runs a PSL job per each request and waits for it to calculate the response). I need to track why my rules resulting this specific response (which is what PSL-VMI is doing) and log the JSON output of PSL-VMI in a searchable log container with my PSL job id like Graylog. So thats why I don't need PSL-VMI to output the debug data as a file after inference process. I need it to be like a callback after inference in java code and I use that data for my logging purposes. The callback could also handles the JSON debug file generation in the CLI.
The text was updated successfully, but these errors were encountered:
Yeah, I think I need pretty much everything for the inference debugging, but hasn't all this been implemented once in the PSL-Viz fork? Should I start from scratch?
I need some changes in PSL-VMI feature and I was wondering if you could help me with that to change implementation accordingly and apply the feature in the main repo to be released in the next version.
I am not using PSL-CLI but PSL-Java in my project. I have a standalone application which has its lifecycle beyond the PSL run and is using PSL to infer a result from some input received as a request! Consider it as a backend service which uses PSL (runs a PSL job per each request and waits for it to calculate the response). I need to track why my rules resulting this specific response (which is what PSL-VMI is doing) and log the
JSON
output of PSL-VMI in a searchable log container with my PSL job id like Graylog. So thats why I don't need PSL-VMI to output the debug data as a file after inference process. I need it to be like a callback after inference in java code and I use that data for my logging purposes. The callback could also handles the JSON debug file generation in the CLI.The text was updated successfully, but these errors were encountered: