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
Copy file name to clipboardExpand all lines: README.md
+13
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ This will display detailed usage information.
60
60
-`--skip_unprocessed`: Skip unprocessed files when retrying failed files.
61
61
-`--log_level`: Log level (default: `INFO`).
62
62
-`--print_report`: Print a detailed report of all processed files at the end.
63
+
-`--include_metadata`: Include metadata on tokens consumed and the context passed to LLMs for prompt studio exported tools in the result for each file.
63
64
64
65
## Usage Examples
65
66
@@ -129,3 +130,15 @@ The following statuses are tracked for each file during processing:
129
130
-**ERROR**: File processing encountered an error.
130
131
-**COMPLETED**: File was processed successfully and will not be processed again unless forced by rerun options.
131
132
133
+
For more about statuses : [API Docs](https://docs.unstract.com/unstract/unstract_platform/api_deployment/unstract_api_deployment_execution_api/#possible-execution-status)
134
+
135
+
136
+
## Questions and Feedback
137
+
138
+
On Slack, [join great conversations](https://join-slack.unstract.com/) around LLMs, their ecosystem and leveraging them to automate the previously unautomatable!
139
+
140
+
[Unstract client](https://github.com/Zipstack/unstract-python-client): Learn more about Unstract API clint.
141
+
142
+
[Unstract Cloud](https://unstract.com/): Signup and Try!.
143
+
144
+
[Unstract developer documentation](https://docs.unstract.com/): Learn more about Unstract and its API.
0 commit comments