Skip to content

Commit

Permalink
docs: trigger doc update again
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Apr 16, 2020
1 parent 2fd17c4 commit 534a8da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,16 @@

**Jina** is *the* cloud-native neural search solution powered by the state-of-the-art AI and deep learning technology.

Jina is an open-source project, actively maintained by a full-time, [venture-backed team](https://jina.ai). We are hiring AI engineers, full-stack developers, evangelists, PMs to build *the* next neural search eco-system in open-source.

**🌌 The Universal Search Solution** - Jina enables large-scale index and query of any kind on multiple platforms and architectures. Whether you are searching for images, video clips, audio snippets, long legal documents, short tweets, Jina can handle them all.

**🚀 High Preformat & State-of-the-Art** - Jina aims at AI-in-production. You can easily scale out your VideoBERT, Xception, your word tokenizer, image segmenter and database to handle billion-level data.

**🐣 System Engineering made Easy** - Jina offers an one-stop solution that frees you from handcrafting and gluing packages, libraries and database. With the most intuitive API and dashboard UI, building a cloud-native search system is just a minute thing.

**🧩 Powerful Extensions, Simple Integration** - New AI model into Jina? Simply write a Python script or build a Docker image. Plugging in new algorithms has never been that easy, as it should be. Checkout Jina Hub (beta) and find more extensions on different use-cases made by the community.

Jina is an open-source project, actively maintained by a full-time, [venture-backed team](https://jina.ai). We are hiring AI engineers, full-stack developers, evangelists to make Jina *the* next neural search eco-system.

## Contents

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

project = 'Jina Documentation'
slug = re.sub(r'\W+', '-', project.lower())
author = 'Jina AI and its lovely contributors'
author = 'Jina AI Limited'
copyright = author
source_suffix = ['.rst', '.md']
master_doc = 'index'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_extra_requires(path, add_all=True):
version=__version__,
include_package_data=True,
description='Jina is the cloud-native neural search solution '
'powered by AI and deep learning technology.'
'powered by AI and deep learning. '
'It provides a universal solution of large-scale index and query '
'for media contents.',
author='Jina Team and All Contributors',
Expand Down

0 comments on commit 534a8da

Please sign in to comment.