Skip to content

Commit 7e9fc1b

Browse files
authored
LlamaIndex Integration (#1024)
2 parents baf4f75 + 1fbe857 commit 7e9fc1b

File tree

3 files changed

+370
-4
lines changed

3 files changed

+370
-4
lines changed

docs/source/conf.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"sphinx.ext.autodoc",
3232
"sphinx.ext.todo",
3333
"sphinx.ext.extlinks",
34-
"sphinx.ext.intersphinx",
34+
"sphinx.ext.intersphinx",
3535
"sphinx.ext.graphviz",
3636
"nbsphinx",
3737
"sphinx_code_tabs",
@@ -80,12 +80,12 @@
8080
html_use_index = False
8181

8282
# html_css_files = [
83-
# 'pied-piper-admonition.css',
83+
# 'pied-piper-admonition.css',
8484
# ]
8585

8686
html_theme_options = {
8787
"light_logo": "logo-light-mode.png",
88-
"dark_logo": "logo-dark-mode.png",
88+
"dark_logo": "logo-dark-mode.png",
8989
}
9090

9191

@@ -165,7 +165,10 @@
165165
# -- Options for intersphinx extension ---------------------------------------
166166

167167
# Example configuration for intersphinx: refer to the Python standard library.
168-
intersphinx_mapping = {"https://docs.python.org/": None}
168+
intersphinx_mapping = {
169+
"python": ("https://docs.python.org/3/", None),
170+
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
171+
}
169172

170173
# -- Options for todo extension ----------------------------------------------
171174

docs/source/user_guide/large_language_model/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ADS is designed to work with LangChain, enabling developers to incorporate vario
4040
training_llm
4141
langchain_models
4242
autogen_integration
43+
llamaindex_integration
4344
deploy_langchain_application
4445
retrieval
4546
guardrails

0 commit comments

Comments
 (0)