Skip to content

Commit

Permalink
refactor(types): use mixin to refactor document class (#3919)
Browse files Browse the repository at this point in the history
* docs: minor improve on docs

* refactor(types): use mixin to refactor document class

* refactor(types): use mixin to refactor document class

* style: fix overload and cli autocomplete

* refactor(types): use mixin to refactor document class

* refactor(types): use mixin to refactor document class

Co-authored-by: Jina Dev Bot <dev-bot@jina.ai>
  • Loading branch information
hanxiao and jina-bot committed Nov 11, 2021
1 parent 920dfe0 commit 440e3c7
Show file tree
Hide file tree
Showing 48 changed files with 2,549 additions and 2,124 deletions.
1 change: 1 addition & 0 deletions docs/datatype/audio/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(audio-type)=
# {octicon}`unmute` Audio

Sound, or audio signals are signals that vibrate in the audible frequency range. When someone talks, it generates air
Expand Down
1 change: 1 addition & 0 deletions docs/datatype/image/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(image-type)=
# {octicon}`image` Image

````{tip}
Expand Down
1 change: 1 addition & 0 deletions docs/datatype/mesh/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(mesh-type)=
# {octicon}`package` 3D Mesh

````{tip}
Expand Down
1 change: 1 addition & 0 deletions docs/datatype/tabular/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(table-type)=
# {octicon}`table` Table


Expand Down
1 change: 1 addition & 0 deletions docs/datatype/text/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(text-type)=
# {octicon}`typography` Text

Text is everywhere and it is easily accessible. Neural search with text is probably the first application one can think of. From fuzzy string matching to question-answering, you can leverage Jina to build all kinds of text-based neural search solution in just minutes. By leveraging the state-of-the-art natural language processing and pretrained models, you can easily use Jina to bring the text intelligence of your app to the next level.
Expand Down
1 change: 1 addition & 0 deletions docs/datatype/video/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(video-type)=
# {octicon}`device-camera-video` Video


Expand Down

0 comments on commit 440e3c7

Please sign in to comment.