Debanjum Singh Solanky
ca0a22f4dd
Search for images similar to query image provided by the user
...
Example user passes path to an image in query. e.g ~/Pictures/photo.jpg
The script should return images in images_embedding most similar to
the query image
2021-08-09 00:21:02 -07:00
Debanjum Singh Solanky
00d0065c5b
Allow user to search images via text queries
2021-08-08 23:02:30 -07:00
Debanjum Singh Solanky
181cab89d2
Ignore Title Notes i.e notes with just headings from compute
2021-08-04 21:30:09 -07:00
Debanjum Singh Solanky
d6d7b9d6a8
Make installed script executable. Minor clean-up of duplicate code
2021-08-04 18:29:20 -07:00
Debanjum Singh Solanky
2eb029a7b0
Create script to install semantic-search as a program
2021-08-02 00:29:09 -07:00
Debanjum Singh Solanky
13d5100ce6
Rename script similarity to symmetric
2021-07-31 20:37:07 -07:00
Debanjum Singh Solanky
ad7e90bec3
Modularize script, provide cmdline control, improve results rendering
2021-07-31 17:13:39 -07:00
Debanjum Singh Solanky
eb03f57917
Save, Load Embeddings to/from file to speed up script load time
2021-07-31 10:13:41 -07:00
Debanjum Singh Solanky
0914f284bb
Re-rank using cross encoder to get even more relevant results
...
The cross encoder re-ranked results are much better for more distant queries.
It does take more time with the cross-encoder re-ranking but it seems
worth it to get more relevant results
2021-07-31 03:10:44 -07:00
Debanjum Singh Solanky
9864a2b551
Retrieve most relevant entries for a query using MSMarco based bi-encoder
...
Returns best 3 results ranked by MSMarco based biencoder score of
query match to entries from org-mode notes
2021-07-31 00:20:37 -07:00
debanjum
0ef5495701
Use Sentence Transformers to Encode, Query Schedule.org Headings
2021-04-04 04:53:03 -07:00