Commit graph

  • 9703afb814 Rename search_types to search_type to standardize to singular naming Debanjum Singh Solanky 2021-08-16 16:04:45 -0700
  • 19d6678eb1 Allow importing org-to-jsonl as module for reuse Debanjum Singh Solanky 2021-08-16 15:59:13 -0700
  • 5f8221f77e Remove unused verbose argument to collate_results method Debanjum Singh Solanky 2021-08-16 13:54:41 -0700
  • 85bf15628d Use better cmdline argument names. Drop unneeded no-compress argument Debanjum Singh Solanky 2021-08-16 13:44:42 -0700
  • d9f60c00bf Warn if any input files to org-to-json are potentially non org-mode files Debanjum Singh Solanky 2021-08-16 13:26:49 -0700
  • 3aa0c30fee Use absolute file path to open files in org-to-jsonl.py, asymmetric.py Debanjum Singh Solanky 2021-08-16 13:22:46 -0700
  • e773611558 Remove unused jsonl_file argument from convert_org_entries_to_jsonl Debanjum Singh Solanky 2021-08-16 13:05:35 -0700
  • 8b29e272d3 Standardize interface, better default args for org-to-json.py script Debanjum Singh Solanky 2021-08-16 11:17:42 -0700
  • 7547e90745 Minor doc updates after merging emacs package with main repository Debanjum Singh Solanky 2021-08-16 01:42:50 -0700
  • ec157ea0ff Add Emacs interface to semantic-search directly to main repository Debanjum Singh Solanky 2021-08-16 01:27:46 -0700
  • dcf7b2d04f Remove requirements.txt for now as virtualenv setup doesn't work Debanjum Singh Solanky 2021-08-16 00:15:10 -0700
  • 3b81fafa3e Use updated path to MiniLM bi-encoder model on hugging-face Debanjum Singh Solanky 2021-08-15 23:57:22 -0700
  • 4839153086 Acknowledge ML models used for search. Simplify path used in commands Debanjum Singh Solanky 2021-08-15 23:56:18 -0700
  • c58c1d96aa Change default install directory to current, fix open file code Debanjum Singh Solanky 2021-08-15 23:01:55 -0700
  • ae15e429b5 Reduce indentation from 4 to 2 in Readme.md. Debanjum Singh Solanky 2021-08-15 22:56:36 -0700
  • 636b6195cc Add Readme, License. Update .gitignore Debanjum Singh Solanky 2021-08-15 22:52:37 -0700
  • 354c541b62 Add org processor to generate compressed jsonl from org-mode files Debanjum Singh Solanky 2021-08-15 22:49:09 -0700
  • b74cb9a104 Move install.py to new utils dir as it's for cmdline ease of use only Debanjum Singh Solanky 2021-08-15 19:10:30 -0700
  • ec92f3e146 Move different search types into search_types directory Debanjum Singh Solanky 2021-08-15 19:09:50 -0700
  • 4d681c86ec Update requirements.txt for users wanting to use pip install Debanjum Singh Solanky 2021-08-15 18:45:37 -0700
  • d75df54385 Create API interface for Semantic Search Debanjum Singh Solanky 2021-08-15 17:50:08 -0700
  • e3088c8cf8 Create environment.yml to install prerequisites for app via conda Debanjum Singh Solanky 2021-08-15 17:17:37 -0700
  • 660e6c3937 Add explicit filters to asymmetric search Debanjum Singh Solanky 2021-08-15 17:12:04 -0700
  • 91a2c598fe Resolve paths to absolute paths once. Use pathlib glob directly Debanjum Singh Solanky 2021-08-09 00:29:51 -0700
  • ca0a22f4dd Search for images similar to query image provided by the user Debanjum Singh Solanky 2021-08-08 23:11:15 -0700
  • 00d0065c5b Allow user to search images via text queries Debanjum Singh Solanky 2021-08-08 22:17:19 -0700
  • 181cab89d2 Ignore Title Notes i.e notes with just headings from compute Debanjum Singh Solanky 2021-08-04 18:29:22 -0700
  • d6d7b9d6a8 Make installed script executable. Minor clean-up of duplicate code Debanjum Singh Solanky 2021-08-02 00:41:52 -0700
  • 2eb029a7b0 Create script to install semantic-search as a program Debanjum Singh Solanky 2021-08-02 00:29:09 -0700
  • 13d5100ce6 Rename script similarity to symmetric Debanjum Singh Solanky 2021-07-31 20:37:07 -0700
  • ad7e90bec3 Modularize script, provide cmdline control, improve results rendering Debanjum Singh Solanky 2021-07-31 03:02:43 -0700
  • eb03f57917 Save, Load Embeddings to/from file to speed up script load time Debanjum Singh Solanky 2021-07-31 02:58:34 -0700
  • 0914f284bb Re-rank using cross encoder to get even more relevant results Debanjum Singh Solanky 2021-07-31 02:56:45 -0700
  • 9864a2b551 Retrieve most relevant entries for a query using MSMarco based bi-encoder Debanjum Singh Solanky 2021-07-31 00:20:37 -0700
  • 0ef5495701 Use Sentence Transformers to Encode, Query Schedule.org Headings debanjum 2021-04-04 04:53:03 -0700