We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f248a34 commit 2761fffCopy full SHA for 2761fff
docs/conf.py
@@ -76,7 +76,7 @@
76
'main.css',
77
'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css',
78
]
79
-html_js_files = ['https://cdn.jsdelivr.net/npm/vue@2/dist/vue.min.js', 'docbot.js']
+html_js_files = ['https://cdn.jsdelivr.net/npm/vue@2/dist/vue.min.js']
80
htmlhelp_basename = slug
81
html_show_sourcelink = False
82
html_favicon = '_static/favicon.png'
docs/get-started/docarray-vs-banner.gif
3.64 MB
docs/get-started/what-is.md
@@ -1,5 +1,9 @@
1
# What is DocArray?
2
3
+```{figure} docarray-vs-banner.gif
4
+:scale: 0 %
5
+```
6
+
7
- It is like JSON, but for intensive computation.
8
- It is like `numpy.ndarray`, but for unstructured data.
9
- It is like `pandas.DataFrame`, but for nested and mixed media data with embeddings.
0 commit comments