* Create docs (#323) * Create .readthedocs.yaml * Update mkdocs.yml * update * revise * syntax * syntax * syntax * syntax * revise * revise * spacing * Docs (#327) * add stuff * patch homepage * more docs * updated * updated * refresh * refresh * refresh * update * refresh * refresh * refresh * refresh * missing file * refresh * refresh * refresh * refresh * fix black * refresh * refresh * refresh * refresh * add readme for just the docs * Update README.md * add more data loading docs * cleanup data sources * refresh * revised * add search * make prettier * revised * updated * refresh * favi * updated --------- Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
site_name: MemGPT
|
|
site_url: https://memgpt.ai/
|
|
repo_url: https://github.com/cpacker/MemGPT
|
|
site_description: MemGPT documentation
|
|
nav:
|
|
- Home: index.md
|
|
- 'User Guide':
|
|
- 'Quickstart': quickstart.md
|
|
- 'Example - perpetual chatbot': example_chat.md
|
|
- 'Example - chat with your data': example_data.md
|
|
- 'Configuration': config.md
|
|
- 'External data sources': data_sources.md
|
|
- 'Changing the LLM backend': endpoints.md
|
|
- 'FAQ': cli_faq.md
|
|
- 'Discord Bot':
|
|
- 'Chatting with MemGPT Bot': discord_bot.md
|
|
- 'Local LLM':
|
|
- 'Overview': local_llm.md
|
|
- 'oobabooga web UI': webui.md
|
|
- 'oobabooga web UI (on RunPod)': webui_runpod.md
|
|
- 'LM Studio': lmstudio.md
|
|
- 'llama.cpp': llamacpp.md
|
|
- 'koboldcpp': koboldcpp.md
|
|
- 'Troubleshooting': local_llm_faq.md
|
|
- 'Advanced':
|
|
- 'Configuring storage backends': storage.md
|
|
- 'Adding support for new LLMs': adding_wrappers.md
|
|
- 'Contributing to the codebase': contributing.md
|
|
theme: readthedocs
|
|
markdown_extensions:
|
|
- admonition
|
|
plugins:
|
|
- search
|