From f895e5feb3a4a657ca866905748d323fe03d1adb Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Mon, 1 Jul 2024 17:06:11 +0200 Subject: [PATCH] Release v2.2.8 --- docs/intro.mdx | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/intro.mdx b/docs/intro.mdx index 57c6e8c50..95b5cdf93 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -81,3 +81,7 @@ 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, [contact us](https://forms.gle/JEUqkwuTqFZjhP7h8). + +## Analytics + +We’ve partnered with [Scarf](https://scarf.sh) to collect anonymized user statistics to understand which features our community is using and how to prioritize product decision-making in the future. To opt out of this data collection, you can set the environment variable `SCARF_NO_ANALYTICS=true`. diff --git a/pyproject.toml b/pyproject.toml index 1371d579d..edc6d473a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "2.2.7" +version = "2.2.8" description = "Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG." authors = ["Gabriele Venturi"] license = "MIT"