2024-07-01 17:00:14 +00:00
|
|
|
site_name: GPT4All
|
2023-05-10 17:38:32 +00:00
|
|
|
repo_url: https://github.com/nomic-ai/gpt4all
|
|
|
|
repo_name: nomic-ai/gpt4all
|
2023-05-16 19:29:27 +00:00
|
|
|
site_url: https://docs.gpt4all.io
|
2023-05-10 17:38:32 +00:00
|
|
|
edit_uri: edit/main/docs/
|
2024-07-01 18:34:07 +00:00
|
|
|
site_description: GPT4All Docs - run LLMs efficiently on your hardware
|
|
|
|
copyright: Copyright © 2024 Nomic, Inc
|
2023-05-10 17:38:32 +00:00
|
|
|
use_directory_urls: false
|
|
|
|
|
|
|
|
nav:
|
2024-07-01 17:00:14 +00:00
|
|
|
- 'index.md'
|
|
|
|
- 'Quickstart' : 'gpt4all_desktop/quickstart.md'
|
|
|
|
- 'Chats' : 'gpt4all_desktop/chats.md'
|
|
|
|
- 'Models' : 'gpt4all_desktop/models.md'
|
|
|
|
- 'LocalDocs' : 'gpt4all_desktop/localdocs.md'
|
|
|
|
- 'Settings' : 'gpt4all_desktop/settings.md'
|
2024-07-10 02:47:23 +00:00
|
|
|
- 'Cookbook':
|
|
|
|
- 'Local AI Chat with your Google Drive': 'gpt4all_desktop/cookbook/use-local-ai-models-to-privately-chat-with-google-drive.md'
|
2024-07-22 19:31:43 +00:00
|
|
|
- 'Local AI Chat with your Obsidian Vault': 'gpt4all_desktop/cookbook/use-local-ai-models-to-privately-chat-with-Obsidian.md'
|
2024-07-11 15:03:05 +00:00
|
|
|
- 'Local AI Chat with your OneDrive': 'gpt4all_desktop/cookbook/use-local-ai-models-to-privately-chat-with-One-Drive.md'
|
2024-07-01 17:00:14 +00:00
|
|
|
- 'Python SDK':
|
|
|
|
- 'gpt4all_python/home.md'
|
|
|
|
- 'Monitoring': 'gpt4all_python/monitoring.md'
|
|
|
|
- 'SDK Reference': 'gpt4all_python/ref.md'
|
|
|
|
- 'Help':
|
|
|
|
- 'FAQ': 'gpt4all_help/faq.md'
|
|
|
|
- 'Troubleshooting': 'gpt4all_help/troubleshooting.md'
|
|
|
|
|
2023-05-10 17:38:32 +00:00
|
|
|
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
palette:
|
|
|
|
primary: white
|
|
|
|
logo: assets/nomic.png
|
|
|
|
favicon: assets/favicon.ico
|
|
|
|
features:
|
2024-07-01 17:00:14 +00:00
|
|
|
- content.code.copy
|
2023-05-10 17:38:32 +00:00
|
|
|
- navigation.instant
|
|
|
|
- navigation.tracking
|
|
|
|
- navigation.sections
|
|
|
|
# - navigation.tabs
|
|
|
|
# - navigation.tabs.sticky
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- pymdownx.highlight:
|
|
|
|
anchor_linenums: true
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.snippets
|
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
|
|
|
- pymdownx.emoji:
|
2024-03-19 21:25:22 +00:00
|
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
2023-05-10 17:38:32 +00:00
|
|
|
options:
|
|
|
|
custom_icons:
|
|
|
|
- docs/overrides/.icons
|
|
|
|
- tables
|
|
|
|
- admonition
|
|
|
|
- codehilite:
|
|
|
|
css_class: highlight
|
2024-07-01 17:00:14 +00:00
|
|
|
- markdown_captions
|
2023-05-10 17:38:32 +00:00
|
|
|
|
|
|
|
extra_css:
|
|
|
|
- css/custom.css
|
|
|
|
|
2024-07-10 22:50:16 +00:00
|
|
|
|
|
|
|
|
2023-05-10 17:38:32 +00:00
|
|
|
plugins:
|
2024-07-01 17:00:14 +00:00
|
|
|
- search
|
2023-05-10 17:38:32 +00:00
|
|
|
- mkdocstrings:
|
|
|
|
handlers:
|
|
|
|
python:
|
|
|
|
options:
|
|
|
|
show_root_heading: True
|
|
|
|
heading_level: 4
|
|
|
|
show_root_full_path: false
|
|
|
|
docstring_section_style: list
|
2024-07-01 17:00:14 +00:00
|
|
|
- material/social:
|
|
|
|
cards_layout_options:
|
|
|
|
font_family: Roboto
|
|
|
|
description: GPT4All runs LLMs efficiently on your hardware
|
|
|
|
|
2024-07-10 22:50:16 +00:00
|
|
|
extra:
|
|
|
|
generator: false
|
|
|
|
analytics:
|
|
|
|
provider: google
|
|
|
|
property: G-NPXC8BYHJV
|