Skip to content

Commit

Permalink
docs: rename custom opt. dep-s docfile (#581) (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
nautics889 authored Sep 20, 2023
1 parent 7738feb commit 58a18cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Custom optional dependencies
# Custom whitelisted dependencies

By default, PandasAI only allows to run code that uses some whitelisted modules. This is to prevent malicious code from being executed on the server or locally. However, it is possible to add custom modules to the whitelist. This can be done by passing a list of modules to the `custom_whitelisted_dependencies` parameter when instantiating the `SmartDataframe` or `SmartDatalake` class.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ nav:
- middlewares.md
- callbacks.md
- custom-prompts.md
- custom-optional-dependencies.md
- custom-whitelisted-dependencies.md
- Examples:
- examples.md
- Command Line Tool:
Expand Down

0 comments on commit 58a18cb

Please sign in to comment.