Debanjum Singh Solanky
ffbf15eff8
Add helper function to identify when app running as pyinstaller app
...
Useful for when want the app to behave differently in pyinstaller app
scenario with frozen python. And in development scenarios
2022-08-19 19:17:54 +03:00
Debanjum Singh Solanky
3abf3e5ee0
Update merge_dicts to recursively merge the dictionaries
...
Previously it was only merging dictionary at the first/top level
2022-08-04 22:46:20 +03:00
Debanjum Singh Solanky
b83021a723
Improve code readability of merge_dicts helper method
2022-07-31 22:07:56 +03:00
Debanjum Singh Solanky
0917f1574d
Consolidate jsonl helper methods in a single file under utils module
2022-07-21 03:30:13 +04:00
Debanjum Singh Solanky
5aad297286
Reuse logic to extract entries across symmetric, asymmetric search
...
Now that the logic to compile entries is in the processor layer, the
extract_entries method is standard across (text) search_types
Extract the load_jsonl method as a utility helper method.
Use it in (a)symmetric search types
2022-07-21 02:53:18 +04:00
Debanjum Singh Solanky
f5d6d1e752
Tiny style fix to separate functions by 2 newlines
2022-06-29 23:47:17 +04:00
Debanjum Singh Solanky
c64e0c2965
Load model from HuggingFace if model_directory unset in config YAML
...
- Do not save/load the model to/from disk when model_directory unset
in config.yml
- Add symmetric search default config to cli.py
2022-01-14 17:36:59 -05:00
Debanjum Singh Solanky
b63026d97c
Save Asymmetric Search Model to Disk
...
- Improve application load time
- Remove dependence on internet to startup application and perform semantic search
2022-01-14 17:36:27 -05:00
Saba
66183cc298
Working API request body parsing to /post config!
2021-11-28 11:12:26 -05:00
Debanjum Singh Solanky
4daeddbbda
Enable Semantic Search on Images
2021-08-22 21:42:37 -07:00
Debanjum Singh Solanky
bafc86d583
Add helpers to merge dictionaries and get keys deep inside a dictionary
2021-08-21 18:27:50 -07:00
Debanjum Singh Solanky
af9660f28e
Move application files under src directory. Update Readmes
...
- Remove callign asymmetric search script directly command.
It doesn't work anymore on calling directly due to internal package
import issues
2021-08-17 04:11:03 -07:00