Commit fa4e1a4
Custom prompt configuration feature and Pyright fixes (buerokratt#297)
* updated docker compose ec2
* integrate streaming endpoint with test prodction connection page
* formatted response with markdown
* fe logic for the encryption
* vault secret update after fixing issues
* fixed formatting issue
* integration with be
* update cron manager vault script
* tested integration of vault security update
* fix security issues
* creation success model changes
* clean vite config generated files
* fixed issue references are not sending with streming tokens
* complete buerokratt#192 and buerokratt#206 bug fixes
* production inference display logic change
* change production inference display logic
* fixed requested issue
* Refactor Docker Compose configuration for vault agents and update CSP settings
* Remove obsolete Vite configuration files and associated plugins
* prompt coniguration backend to be testing
* custom prompt configuration update and fixed Pyright issues
* fixed copilot reviews
* fixed review comments
---------
Co-authored-by: Thiru Dinesh <56014038+Thirunayan22@users.noreply.github.com>
Co-authored-by: Thiru Dinesh <thiru.dinesh@rootcodelabs.com>
Co-authored-by: erangi-ar <erangika.ariyasena@rootcode.io>
Co-authored-by: erangi-ar <111747955+erangi-ar@users.noreply.github.com>1 parent 45132f9 commit fa4e1a4
File tree
14 files changed
+1152
-61
lines changed- DSL
- Ruuter.private/rag-search/POST/prompt-configuration
- Ruuter.public/rag-search/POST/llm-connections/prompts
- docs
- src
- contextual_retrieval
- guardrails
- llm_orchestrator_config
- optimization/metrics
- response_generator
- utils
14 files changed
+1152
-61
lines changedLines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
50 | 69 | | |
51 | 70 | | |
52 | 71 | | |
| |||
55 | 74 | | |
56 | 75 | | |
57 | 76 | | |
58 | | - | |
| 77 | + | |
Lines changed: 34 additions & 0 deletions
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
0 commit comments