Commit 095d35a
* implemented new structure for preparing to use streamlit
* file's removing regarding new structure
* file's removing regarding new structure and fixing imports
* changed imports
* add upload annotations and requirements pages
* added entry point to main.py
* added main page and pages with uploading
* updated Readme
* rename file link_reqs_to_annos.py
* add uploading annotations from files
* small changes
* added upload requirements
* a few UI changes
* some small changes in structure of pages
* add showing report on inspect page
* update uv dependencies
* added disabling Streamlit's file watcher
* updated navigation
* added start a trace
* added logging and writing to csv file
* rebase to master
* fixed RETURING
* Revert "fixed RETURING"
This reverts commit fccec8b.
* rebase to master
* rebase to master
* rebase master
* fixed RETURING
* Revert "fixed RETURING"
This reverts commit fccec8b.
* fixed RETURING
* Revert "fixed RETURING"
This reverts commit fccec8b.
* fixed rebase
* Update convert_trace_annos.py
Co-authored-by: Nikolai Dorofeev <[email protected]>
* improved reading of trace files
* couple of improvements
* fixed logging
* added streamlit to dependencies
* added changes from master
* small fixes
* update uv lock
* changes in project structure
* fixed imports in tests
* deleted unused code in report.py
* updated UI
* fixed batch
* rewrite visualize vectors by using streamlit
* added cache distances to the app
* add cache distances to app
* small changes
* Fixed plotting
* Fixed plotting
* Fixed reporting
* Fixed closing db connection
* updated dependencies
* speeded up page loading
Co-authored-by: Nikolai Dorofeev <[email protected]>
* speeded up page loading
Co-authored-by: Nikolai Dorofeev <[email protected]>
* speeded up page loading
Co-authored-by: Nikolai Dorofeev <[email protected]>
* updated Readme
* Speeded up pages loading regarding best practices
---------
Co-authored-by: anna.yamkovaya <[email protected]>
Co-authored-by: Nikolai Dorofeev <[email protected]>
1 parent 8dbbe15 commit 095d35a
File tree
41 files changed
+1257
-418
lines changed- .streamlit
- test2text
- pages
- upload
- services
- db
- tables
- embeddings
- loaders
- utils
- visualisation
- tests
- test_db
- test_tables
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+1257
-418
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 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 | + | |
| 55 | + | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
This file was deleted.
0 commit comments