Skip to content

Commit

Permalink
chore: fix setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Mar 24, 2022
1 parent ae4d0ba commit dece9dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
packages=find_packages(),
version=__version__,
include_package_data=True,
description='Embedding image and sentence into fixed-length vectors via CLIP',
description='Embed images and sentences into fixed-length vectors via CLIP',
author='Jina AI',
author_email='hello@jina.ai',
license='Apache 2.0',
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
'<meta name="twitter:card" content="summary_large_image">',
'<meta name="twitter:site" content="@JinaAI_">',
'<meta name="twitter:creator" content="@JinaAI_">',
'<meta name="description" content="Embedding image and sentence into fixed-length vectors via CLIP.">',
'<meta name="description" content="Embed images and sentences into fixed-length vectors via CLIP.">',
'<meta property="og:description" content="CLIP-as-service is a low-latency high-scalability embedding service for images and texts. It can be easily integrated as a microservice into neural search solutions.">',
'''
Expand Down
2 changes: 1 addition & 1 deletion server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
packages=find_packages(),
version=__version__,
include_package_data=True,
description='Embedding image and sentence into fixed-length vectors via CLIP',
description='Embed images and sentences into fixed-length vectors via CLIP',
author='Jina AI',
author_email='hello@jina.ai',
license='Apache 2.0',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
packages=find_packages(),
version=__version__,
include_package_data=True,
description='Embedding image and sentence into fixed-length vectors via CLIP',
description='Embed images and sentences into fixed-length vectors via CLIP',
author='Jina AI',
author_email='hello@jina.ai',
license='Apache 2.0',
Expand Down

0 comments on commit dece9dd

Please sign in to comment.