-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9b96c8
commit 7d6e95d
Showing
15 changed files
with
527 additions
and
236 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export const TABLE_SETTINGS_KEY = 'docetl_table_settings'; | ||
export const BOOKMARKS_STORAGE_KEY = 'docetl_bookmarks'; | ||
|
||
// Keys from PipelineContext.tsx | ||
export const OPERATIONS_KEY = 'docetl_operations'; | ||
export const CURRENT_FILE_KEY = 'docetl_currentFile'; | ||
export const OUTPUT_KEY = 'docetl_output'; | ||
export const TERMINAL_OUTPUT_KEY = 'docetl_terminalOutput'; | ||
export const IS_LOADING_OUTPUTS_KEY = 'docetl_isLoadingOutputs'; | ||
export const NUM_OP_RUN_KEY = 'docetl_numOpRun'; | ||
export const PIPELINE_NAME_KEY = 'docetl_pipelineName'; | ||
export const SAMPLE_SIZE_KEY = 'docetl_sampleSize'; | ||
export const FILES_KEY = 'docetl_files'; | ||
export const COST_KEY = 'docetl_cost'; | ||
export const DEFAULT_MODEL_KEY = 'docetl_defaultModel'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.