Commit 290bd0e
Fixes for errors when running the AzureML pipeline (#741)
Background: I was trying to run the Azure ML pipeline following the docs
and ran into a couple of errors that required fixes.
- When using `parallel_run_function`, "run() method should return a
Pandas DataFrame or an array."
- I was getting errors in [this
line](https://github.com/microsoft/rag-experiment-accelerator/blob/721a50dde5c41c07587d8ab8562888be6c74cb37/rag_experiment_accelerator/utils/logging.py#L34):
where the log level was an empty string. Not sure what is the root
cause.
---------
Co-authored-by: Julia Meshcheryakova <[email protected]>1 parent e7e2f88 commit 290bd0e
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | | - | |
| 59 | + | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | | - | |
| 68 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments