Commit 553ecca
Release 1.0.4 (#59)
* Bug fix
* signup bug fix
* user invite
* docs: add local setup instructions, cleanup files (#10)
* Update README.md (#11)
* Update README.md
* Update README.md
* Update README.md
* Bugfix auth (#12)
* Update README.md
* Update favicon (#17)
* Release 1.0.3 (#8)
* Bug fix
* signup bug fix
* user invite
* favicon
* Adding pagination to traces (#16)
* Adding pagination to traces
* installing scroller
* query function bug
* fix
* Bug fix pagination
---------
Co-authored-by: Karthik Kalyanaraman <[email protected]>
* Dylan/s3en 2060 adding more frontend pagination (#18)
* Adding pagination to traces
* installing scroller
* bug fixes for trace pagination
* adding delete prompt api
* adding pagination to evaluate
* adding pagination to evals
* adding pagination to prompset, bug fixes
* adding .env
* fix
---------
Co-authored-by: Karthik Kalyanaraman <[email protected]>
* updating prompt dialog (#19)
* Show API key warning message (#20)
* Show API key warning message
* Update instructions
* Fix null dereference checks (#21)
* adding check for missing table (#22)
* adding check for missing table
* adding docs button
* Check empty table
---------
Co-authored-by: Karthik Kalyanaraman <[email protected]>
* Check length of data (#24)
* flicker issue (#26)
* Flicker issue (#27)
* flicker issue
* Fixes
* Fix (#30)
* Fix header (#32)
* updating gitignore
* Rohit/s3 en 2064 fix api key not showing (#29)
* fix api key bug
* final fixes
* fix scroll bar issue
* adjust readme
* Pagination bug
* Pagination bug (#37)
* removing form reset on edit (#39)
* removing form reset on edit
* bug fixes:
* fix
* fix page number bug
---------
Co-authored-by: Karthik Kalyanaraman <[email protected]>
* Dylan/s3en 2079 thumbs up duplication bug (#40)
* refetch/duplicate bug fix
* Prevent stale data in forms
* fix
* linting
* fixing duplication bug
* removing console
* Fix eval
* Fix pagination for promp eval
* Fix promptsets pagination
---------
Co-authored-by: Karthik Kalyanaraman <[email protected]>
* Bug fixes for Traces Pagination (#42)
* Pagination bug
* Fix pagination for traces
* Bug fix
* Fix invalid model (#43)
* Pagination bug
* Bug fix
* Bug fixes (#45)
* Pagination bug
* Bug fix
* fix pricing
* fix the pii function
* Bugfixes
* adding pagination to dataset
* Trace page improvements (#49)
* Pagination bug
* Bug fix
* Fix scrolling pagination
* Filters
* Add model
* utc - local time switch
* Bugfixes and Evaluation Dashboard (#50)
* Pagination bug
* Bug fix
* minor fix
* Evaluations dashboard refresh
* Move prompts as a tab
* UI improvements
* round values
* Add migration script
* Minor bug fixes (#51)
* Pagination bug
* Bug fix
* Bug fix
* Disable LLM view for framework and vector db requests
* Minor bug fixes (#52)
* Pagination bug
* Bug fix
* Bug fix
* Disable LLM view for framework and vector db requests
* adding projects page loading
* deleting
* fix
* adding perplexity cost calculator:
* Dylan/s3en 2127 loading states for all pages (#57)
* loading for data set
* adding loading page for promptset
* dataset loading
* prompts loading
* prompts loading
* metrics loading, chart loading
* evaluations loading
* refactor traces
* trace row loading
* more loading
* Rename loading to skeleton
* Minor fix
---------
Co-authored-by: Karthik Kalyanaraman <[email protected]>
* Bugfixes and cleanups (#58)
* Pagination bug
* Bug fix
* Make /projects endpoint response cleaner
* Better error handling for projects page
* Cleanup metrics page
* Cleanup metrics and better error handling
* better error handling for traces
* Error handling for evaluations page
* Error handle evaluations
* Error handling for datasets
* Minor fixes
* hover fixes
* Minor fix
* minor fix
---------
Co-authored-by: darshit-s3 <[email protected]>
Co-authored-by: Rohit Kadhe <[email protected]>
Co-authored-by: dylanzuber-scale3 <[email protected]>
Co-authored-by: dylan <[email protected]>
Co-authored-by: Ali Waleed <[email protected]>1 parent 56fc157 commit 553ecca
File tree
55 files changed
+2623
-1797
lines changed- app
- (protected)
- projects
- project/[project_id]
- datasets
- dataset/[dataset_id]
- promptset/[promptset_id]
- evaluations
- prompts
- traces
- settings/members
- api
- dataset
- evaluation
- metrics
- latency/trace
- tests
- usage
- span
- token
- trace
- projects
- project
- promptdata
- promptset
- prompt
- stats
- dataset
- project
- promptset
- test
- traces
- user
- components
- charts
- evaluations
- project
- dataset
- traces
- ui
- lib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+2623
-1797
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
Lines changed: 42 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
69 | 81 | | |
70 | 82 | | |
71 | 83 | | |
72 | | - | |
| 84 | + | |
73 | 85 | | |
74 | 86 | | |
75 | 87 | | |
| |||
130 | 142 | | |
131 | 143 | | |
132 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
Lines changed: 61 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
69 | 81 | | |
70 | 82 | | |
71 | 83 | | |
72 | | - | |
| 84 | + | |
73 | 85 | | |
74 | 86 | | |
75 | 87 | | |
| |||
121 | 133 | | |
122 | 134 | | |
123 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
0 commit comments