Skip to content

Commit

Permalink
merge conflicts fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrukh802 committed Jun 13, 2024
2 parents 419ffca + 954f5f3 commit 55464b5
Show file tree
Hide file tree
Showing 7 changed files with 3,237 additions and 54 deletions.
2 changes: 1 addition & 1 deletion client/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -773,4 +773,4 @@ body::-webkit-scrollbar-thumb {

.gridjs-head {
display: none;
}
}
3,231 changes: 3,231 additions & 0 deletions client/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The PandasAI platform provides a web-based interface for interacting with your d
<iframe
width="560"
height="315"
src="https://www.youtube.com/watch?v=kh61wEy9GYM"
src="https://www.youtube.com/embed/kh61wEy9GYM"
title="PandasAI UI"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
Expand Down
2 changes: 1 addition & 1 deletion docs/library.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Getting Started"
title: "Getting started with the Library"
description: "Get started with PandasAI by installing it and using the SmartDataframe class."
---

Expand Down
4 changes: 2 additions & 2 deletions docs/platform.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Getting started"
title: "Getting started with the Platform"
description: "A comprehensive guide on configuring, and using the PandasAI dockerized UI platform."
---

Expand All @@ -10,7 +10,7 @@ PandasAI provides a dockerized client-server architecture for easy deployment an
<iframe
width="560"
height="315"
src="https://www.youtube.com/watch?v=kh61wEy9GYM"
src="https://www.youtube.com/embed/kh61wEy9GYM"
title="PandasAI UI"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
Expand Down
48 changes: 0 additions & 48 deletions mkdocs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pandasai"
version = "2.1.1"
version = "2.2"
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"
Expand Down

0 comments on commit 55464b5

Please sign in to comment.