Commit 9767baa
DB Request Optimisation (#49)
* Feature/frontend pdfchat (#47)
* backend implementation of the ai chat feature with (frontend) updated openapi generator, pinia store for chats and service to run chat
* fix provider: cast input messages
* rerun openapi generator and resolved lint error
* unify paper and chat domains and regenerate api client
* removed old files (chat dto, routes, services) and updated papers.ts
* lint
* feat(frontend): Add Chat with PDF side panel
- Add ChatMessage.vue atom for rendering user/AI messages
- Add ChatPanel.vue resizable side panel with chat interface
- Integrate chat panel into PdfViewerDialog with toggle button
- Fix import path in chat store (paperService -> papers)
* Improve chat UI: better contrast, maximize button, theme toggle
* Update OpenAI provider
---------
Co-authored-by: ge87pot <ge87pot@tum.de>
Co-authored-by: Wunderwaffel <37752072+Wunderwaffel@users.noreply.github.com>
* Feature/frontend pdfchat (#47)
* backend implementation of the ai chat feature with (frontend) updated openapi generator, pinia store for chats and service to run chat
* fix provider: cast input messages
* rerun openapi generator and resolved lint error
* unify paper and chat domains and regenerate api client
* removed old files (chat dto, routes, services) and updated papers.ts
* lint
* feat(frontend): Add Chat with PDF side panel
- Add ChatMessage.vue atom for rendering user/AI messages
- Add ChatPanel.vue resizable side panel with chat interface
- Integrate chat panel into PdfViewerDialog with toggle button
- Fix import path in chat store (paperService -> papers)
* Improve chat UI: better contrast, maximize button, theme toggle
* Update OpenAI provider
---------
Co-authored-by: ge87pot <ge87pot@tum.de>
Co-authored-by: Wunderwaffel <37752072+Wunderwaffel@users.noreply.github.com>
* Fixed numpy version
---------
Co-authored-by: h0842398z423g <hannes321gerl@gmail.com>
Co-authored-by: ge87pot <ge87pot@tum.de>1 parent e798add commit 9767baa
3 files changed
Lines changed: 35 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
37 | 55 | | |
38 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
39 | 60 | | |
40 | | - | |
41 | | - | |
| 61 | + | |
42 | 62 | | |
43 | 63 | | |
44 | 64 | | |
45 | | - | |
| 65 | + | |
46 | 66 | | |
47 | 67 | | |
48 | 68 | | |
49 | 69 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 70 | + | |
54 | 71 | | |
55 | | - | |
56 | | - | |
57 | 72 | | |
58 | 73 | | |
59 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
0 commit comments