Skip to content

Commit

Permalink
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.19.1

* fix url column option bug

## 2.19.0

* add url column option
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clip-retrieval-front",
"version": "2.19.0",
"version": "2.19.1",
"description": "Easily compute clip embeddings and build a clip retrieval system with them. 100M text+image embeddings can be processed in 20h using a 3080.",
"main": "server.js",
"dependencies": {
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ def package_files(directory):
packages=find_packages(),
package_data={"": extra_files},
include_package_data=True,
version="2.19.0",
version="2.19.1",
license="MIT",
description="Easily computing clip embeddings and building a clip retrieval system with them",
long_description=long_description,

0 comments on commit 598c15e

Please sign in to comment.