Fix a typo in the se_lib/csv example#2
Conversation
Fix a typo in the `se_lib/csv` example.
|
Actually, it should be title_csv but its definition is missing. If you look at the code I used as based (imdb demo) then it should contain both files: So instead of changing |
|
Oh I see, that makes sense! Do we have the code of the IMDB demo somewhere, apart for the notebook? (I'm not sure I have an easy way to open the notebook, as those are deprecated). |
|
No, the whole demo is in notebook, the project is here: https://github.com/RelationalAI/sales-engineering/tree/main/demos/imdb |

The current example doesn't work as the
name_csvrelation is not defined - it should betitle_csv.