forked from Sinaptik-AI/pandas-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
48 lines (46 loc) · 1.21 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
site_name: PandasAI
site_url: https://pandasai.readthedocs.io/en/latest/
repo_url: https://github.com/gventuri/pandas-ai
edit_uri: https://github.com/gventuri/pandas-ai/blob/main/docs/
site_description: PandasAI is a Python library that integrates generative artificial intelligence capabilities into pandas, making dataframes conversational
site_author: Gabriele Venturi
theme:
name: readthedocs
highlightjs: true
nav:
- Introduction: index.md
- Getting Started: getting-started.md
- Connectors:
- connectors.md
- LLMs:
- LLMs/llms.md
- Pipelines:
- pipelines/pipelines.md
- Advanced usage:
- cache.md
- custom-head.md
- fields-description.md
- train.md
- custom-response.md
- custom-whitelisted-dependencies.md
- skills.md
- determinism.md
- Examples:
- examples.md
- About:
- Contributing: CONTRIBUTING.md
- License: license.md
extra:
version: "2.0.12"
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: google
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition