From deae37e29c823d4412a03ef2a1aa69fdfa40186b Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Mon, 24 Jun 2024 14:55:52 +0200 Subject: [PATCH] chore: update docs to contact us --- README.md | 4 ++-- client/components/LayoutComponents/LeftBar.tsx | 2 +- docs/intro.mdx | 2 +- docs/llms.mdx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f72a134e1..7318d38a2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/client/components/LayoutComponents/LeftBar.tsx b/client/components/LayoutComponents/LeftBar.tsx index ba04a12ed..0713cfd48 100644 --- a/client/components/LayoutComponents/LeftBar.tsx +++ b/client/components/LayoutComponents/LeftBar.tsx @@ -139,7 +139,7 @@ const LeftBar = ({ isMobileView = false }: IProps) => { 🚀 Public Roadmap 💬 Need help? Talk to us diff --git a/docs/intro.mdx b/docs/intro.mdx index 107b5f427..57c6e8c50 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -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). diff --git a/docs/llms.mdx b/docs/llms.mdx index 0d2247ebc..5441778e5 100644 --- a/docs/llms.mdx +++ b/docs/llms.mdx @@ -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