Skip to content

Commit

Permalink
[tentative] revert embedding nb's in docs (run-llama#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu authored Apr 16, 2023
1 parent 8d279d4 commit 6752044
Show file tree
Hide file tree
Showing 126 changed files with 8,630 additions and 9,103 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: cpina/github-action-push-to-another-repository@main
- uses: awalsh128/cache-apt-pkgs-action@latest
env:
API_TOKEN_GITHUB: ${{ secrets.PAT}}
with:
packages: pandoc
source-directory: './docs'
destination-github-username: 'avb-is-me'
destination-repository-name: 'gpt_index'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ target/

# Jupyter Notebook
.ipynb_checkpoints
notebooks/

# IPython
profile_default/
Expand Down
29 changes: 11 additions & 18 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
version: 2

formats:
- htmlzip
- epub

search:
ranking:
'*': 1
getting_started/*: 2
guides/*: 2
how_to/*: 2
use_cases/*: 2
gallery/*: 2
reference/*: 1
index.html*: 2

conda:
environment: docs/readthedocs-environment.yml
sphinx:
configuration: docs/conf.py
build:
image: testing
formats: all
python:
version: 3.9
install:
- requirements: docs/requirements.txt
- method: pip
path: .
27 changes: 0 additions & 27 deletions docs/build_notebooks.py

This file was deleted.

4 changes: 0 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
"sphinx_rtd_theme",
"sphinx.ext.mathjax",
"myst_parser",
"nbsphinx",
"nbsphinx_link",
]

myst_heading_anchors = 4
Expand All @@ -57,8 +55,6 @@
html_title = "LlamaIndex"
html_static_path = ["_static"]

# nbsphinx options
nbsphinx_execute = "never"
html_css_files = [
"css/custom.css",
]
Expand Down
171 changes: 1 addition & 170 deletions docs/guides/notebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,173 +3,4 @@ Notebooks

We offer a wide variety of example notebooks. They are referenced throughout the documentation.

All examples can be accessed using the menu links or can be found `directly in the repository`_.

.. _directly in the repository: https://github.com/jerryjliu/llama_index/tree/main/examples

.. toctree::
:glob:
:maxdepth: 1
:caption: Async

./notebooks/async/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Azure

notebooks/azure_demo/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Chatbot

notebooks/chatbot/*


.. toctree::
:glob:
:maxdepth: 1
:caption: ChatGPT Plugin

notebooks/chatgpt_plugin/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Composable Indices

notebooks/composable_indices/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Cost Analysis

notebooks/cost_analysis/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Data Connectors

notebooks/data_connectors/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Docstore

notebooks/docstore/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Evaluation

notebooks/evaluation/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Gastby

notebooks/gatsby/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Knowledge Graph

notebooks/knowledge_graph/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Langchain Integration

notebooks/langchain_demo/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Multimodal

notebooks/multimodal/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Node Post-Processor

notebooks/node_postprocessor/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Optimizer

notebooks/optimizer/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Paul Graham Essay

notebooks/paul_graham_essay/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Playground

notebooks/playground/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Query Transformations

notebooks/query_transformations/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Structured Indices

notebooks/struct_indices/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Wikipedia

notebooks/test_wiki/*


.. toctree::
:glob:
:maxdepth: 1
:caption: Vector Indices

notebooks/vector_indices/*
Example notebooks are found `here <https://github.com/jerryjliu/gpt_index/tree/main/examples>`_.

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/async/AsyncGPTTreeIndexDemo.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/async/AsyncLLMPredictorDemo.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/async/AsyncQueryDemo.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/azure_demo/AzureOpenAI.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/chatbot/Chatbot_SEC.nblink

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/cost_analysis/TokenPredictor.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/data_connectors/ChromaDemo.nblink

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/data_connectors/DiscordDemo.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/data_connectors/FaissDemo.nblink

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/data_connectors/MakeDemo.nblink

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/data_connectors/MongoDemo.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/data_connectors/NotionDemo.nblink

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/data_connectors/PineconeDemo.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/data_connectors/QdrantDemo.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/data_connectors/SlackDemo.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/data_connectors/TwitterDemo.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/data_connectors/WeaviateDemo.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/data_connectors/WebPageDemo.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/docstore/DocstoreDemo.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/evaluation/GuardrailsDemo.nblink

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/evaluation/TestNYC-Evaluation.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/gatsby/TestGatsby.nblink

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/langchain_demo/LangchainDemo.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/notebooks/multimodal/Multimodal.nblink

This file was deleted.

Loading

0 comments on commit 6752044

Please sign in to comment.