Skip to content

Commit

Permalink
chore: remove pandasai cli (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
mspronesti authored Oct 3, 2023
1 parent d511037 commit 5583778
Show file tree
Hide file tree
Showing 10 changed files with 596 additions and 809 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,6 @@ In order to generate the Python code to run, we take the dataframe head, we rand

Also, if you want to enforce further your privacy you can instantiate PandasAI with `enforce_privacy = True` which will not send the head (but just column names) to the LLM.

## ⚙️ Command-Line Tool

Pai is the command line tool designed to provide a convenient way to interact with PandasAI through a command line interface (CLI). In order to access the CLI tool, make sure to create a virtualenv for testing purpose and to install project dependencies in your local virtual environment using `pip` by running the following command:

Read more about how to use the CLI [here](https://pandas-ai.readthedocs.io/en/latest/pai_cli/).

## 🤝 Contributing

Contributions are welcome! Please check out the todos below, and feel free to open a pull request.
Expand Down
9 changes: 0 additions & 9 deletions docs/API/pai.md

This file was deleted.

47 changes: 0 additions & 47 deletions docs/pai_cli.md

This file was deleted.

6 changes: 0 additions & 6 deletions examples/pai_version.py

This file was deleted.

3 changes: 0 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@ nav:
- custom-whitelisted-dependencies.md
- Examples:
- examples.md
- Command Line Tool:
- pai_cli.md
- API:
- API/pandasai.md
- API/prompts.md
- API/llms.md
- API/helpers.md
- API/pai.md
- About:
- Release Notes: release-notes.md
- Contributing: CONTRIBUTING.md
Expand Down
Empty file removed pai/__init__.py
Empty file.
127 changes: 0 additions & 127 deletions pai/__main__.py

This file was deleted.

Loading

0 comments on commit 5583778

Please sign in to comment.