Skip to content

Commit

Permalink
chore: update docs to contact us
Browse files Browse the repository at this point in the history
  • Loading branch information
gventuri committed Jun 24, 2024
1 parent 780976c commit deae37e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PandasAI is a Python platform that makes it easy to ask questions to your data i

PandasAI can be used in a variety of ways. You can easily use it in your Jupyter notebooks or streamlit apps, or you can deploy it as a REST API such as with FastAPI or Flask.

If you are interested in the managed PandasAI Cloud or our self-hosted Enterprise Offering, take a look at [our website](https://pandas-ai.com).
If you are interested in the managed PandasAI Cloud or our self-hosted Enterprise Offering, [contact us](https://forms.gle/JEUqkwuTqFZjhP7h8).

# 🔧 Getting started

Expand Down Expand Up @@ -170,7 +170,7 @@ If you want to enforce further your privacy you can instantiate PandasAI with `e

PandasAI is available under the MIT expat license, except for the `pandasai/ee` directory (which has it's [license here](https://github.com/Sinaptik-AI/pandas-ai/blob/master/pandasai/ee/LICENSE) if applicable.

If you are interested in managed PandasAI Cloud or self-hosted Enterprise Offering, take a look at [our website](https://pandas-ai.com).
If you are interested in managed PandasAI Cloud or self-hosted Enterprise Offering, [contact us](https://forms.gle/JEUqkwuTqFZjhP7h8).

## Resources

Expand Down
2 changes: 1 addition & 1 deletion client/components/LayoutComponents/LeftBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const LeftBar = ({ isMobileView = false }: IProps) => {
🚀 Public Roadmap
</Link>
<Link
href="https://pandas-ai.com/contact-us"
href="https://forms.gle/JEUqkwuTqFZjhP7h8"
className="hover:underline py-1 text-[18px]"
>
💬 Need help? Talk to us
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ If you have any questions or need help, please join our **[discord server](https

PandasAI is available under the MIT expat license, except for the `pandasai/ee` directory (which has it's [license here](https://github.com/Sinaptik-AI/pandas-ai/blob/master/pandasai/ee/LICENSE) if applicable.

If you are interested in managed PandasAI Cloud or self-hosted Enterprise Offering, take a look at [our website](https://pandas-ai.com).
If you are interested in managed PandasAI Cloud or self-hosted Enterprise Offering, [contact us](https://forms.gle/JEUqkwuTqFZjhP7h8).
2 changes: 1 addition & 1 deletion docs/llms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ file, in the `llm_options` param, as it follows:

BambooLLM is the state-of-the-art language model developed by [PandasAI](https://pandas-ai.com) with data analysis in
mind. It is designed to understand and execute natural language queries related to data analysis, data manipulation, and
data visualization. You can get your free API key signing up at [https://pandabi.ai ](https://pandas-ai.com)
data visualization. You can get your free API key signing up at [https://pandabi.ai](https://pandabi.ai)

```python
from pandasai import SmartDataframe
Expand Down

0 comments on commit deae37e

Please sign in to comment.