Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
neonwatty committed Nov 8, 2024
1 parent a3fac15 commit 9468e1a
Showing 1 changed file with 38 additions and 4 deletions.
42 changes: 38 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,48 @@
# Change Log

All notable changes to this project will be documented in this file.

## 2024-11-08

New Pro Version 1.0 Release!

The Pro version of Meme Search introduces the following new features:

1. **Auto-Generate Meme Descriptions**

Target specific memes for auto-description generation (instead of applying to your entire directory).

2. **Manual Meme Description Editing**

Edit or add descriptions manually for better search results, no need to wait for auto-generation if you don't want to.

3. **Tags**

Create, edit, and assign tags to memes for better organization and search filtering.

4. **Faster Vector Search**

Powered by Postgres and pgvector, enjoy faster keyword and vector searches with streamlined database transactions.

5. **Keyword Search**

Pro adds traditional keyword search in addition to semantic/vector search.

6. **Directory Paths**

Organize your memes across multiple subdirectories—no need to store everything in one folder.

7. **New Organizational Tools**

Filter by tags, directory paths, and description embeddings, plus toggle between keyword and vector search for more control.

## 2024-07-24

Version 1.1.3 released with a range of great updates to docker version of app

- Ability to use Nvidia GPU inside Docker Container added to compose file + other helpful cleanup from @thijsvanloef
- new action for docker build / docker-compose now pulls image from ghcr repo by default thanks to @jasonyang-ee
- docker build size roughly cut in half thanks to staged build commit by @StroescuTheo
- Ability to use Nvidia GPU inside Docker Container added to compose file + other helpful cleanup from @thijsvanloef
- new action for docker build / docker-compose now pulls image from ghcr repo by default thanks to @jasonyang-ee
- docker build size roughly cut in half thanks to staged build commit by @StroescuTheo

## 2024-07-17

Expand All @@ -17,7 +52,6 @@ Version 1.1.3 released with a range of great updates to docker version of app

- A new "refresh index" button has been introduced to update the index when images are added or removed from the data/input image directory, affecting only the newly added or removed images.


<p align="center">
<img align="center" src="https://github.com/jermwatt/readme_gifs/blob/main/meme_search_refresh_button.gif" height="200">
</p>

0 comments on commit 9468e1a

Please sign in to comment.