Commit 0dd349a
authored
SQL retriever enhancements for Dell AIDp (#357)
* Initial set of changes
Signed-off-by: Vineeth Kalluru <vikalluru@nvidia.com>
# Conflicts:
# industries/asset_lifecycle_management_agent/INSTALLATION.md
# industries/asset_lifecycle_management_agent/config_examples.yaml
# industries/asset_lifecycle_management_agent/configs/README.md
# industries/asset_lifecycle_management_agent/example_eval_output/multimodal_eval_output.json
# industries/asset_lifecycle_management_agent/example_eval_output/workflow_output.json
# industries/asset_lifecycle_management_agent/frontend/README.md
# industries/asset_lifecycle_management_agent/frontend/app.js
# industries/asset_lifecycle_management_agent/frontend/package-lock.json
# industries/asset_lifecycle_management_agent/frontend/package.json
# industries/asset_lifecycle_management_agent/frontend/server.js
# industries/asset_lifecycle_management_agent/frontend/styles.css
# industries/asset_lifecycle_management_agent/prompts.md
* Adding version file
Signed-off-by: Vineeth Kalluru <vikalluru@nvidia.com>
* Trying to rebase with main and commit the files again
Signed-off-by: Vineeth Kalluru <vikalluru@nvidia.com>
# Conflicts:
# industries/asset_lifecycle_management_agent/README.md
# industries/asset_lifecycle_management_agent/configs/config-reasoning.yml
* Remove frontend, example outputs, and config examples from PR
* Fix unresolved merge conflicts in config-reasoning.yml
Signed-off-by: Vineeth Kalluru <vikalluru@nvidia.com>
* Fix code generation sandbox errors and add workspace utils template
- Fix database path in code_generation_assistant.py to use '/workspace/database/nasa_turbo.db'
- Make utils import conditional and only for RUL transformations
- Fix sys.path.append to use '/workspace' instead of '.'
- Add utils_template folder with pre-built RUL transformation utilities
- Update README with clear setup instructions for workspace utilities
- Addresses customer issues: ModuleNotFoundError for utils and mysql modules
Signed-off-by: Vineeth Kalluru <vikalluru@nvidia.com>
* Tested SQL retriever
Signed-off-by: Vineeth Kalluru <vikalluru@nvidia.com>
---------
Signed-off-by: Vineeth Kalluru <vikalluru@nvidia.com>1 parent 9bbcadb commit 0dd349a
File tree
18 files changed
+2332
-425
lines changed- industries/asset_lifecycle_management_agent
- configs
- example_eval_output
- src/asset_lifecycle_management_agent
- plotting
- retrievers
- utils_template
18 files changed
+2332
-425
lines changedLines changed: 114 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
545 | 659 | | |
546 | 660 | | |
547 | 661 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
2 | 20 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 21 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
14 | 46 | | |
15 | | - | |
| 47 | + | |
16 | 48 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
22 | 54 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
26 | 61 | | |
27 | | - | |
28 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
29 | 67 | | |
30 | | - | |
| 68 | + | |
31 | 69 | | |
32 | | - | |
33 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
34 | 79 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
38 | 105 | | |
39 | 106 | | |
40 | 107 | | |
41 | 108 | | |
42 | | - | |
43 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
44 | 119 | | |
45 | | - | |
46 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
0 commit comments