Commit graph

1806 commits

Author SHA1 Message Date
Neeraj Gupta f7358bb89e Remove redundant pop 2024-02-15 22:16:08 +05:30
Neeraj Gupta f662d01f58 Fixed comment 2024-02-15 19:22:35 +05:30
Neeraj Gupta 4cf56a2fa2 Start Add location flow when clicked on locationSuggestion 2024-02-15 19:12:12 +05:30
Neeraj Gupta 3080dcf9f1 Show cities search in location section 2024-02-15 18:41:40 +05:30
Neeraj Gupta c396347e21 Restrict search to single match 2024-02-15 13:50:18 +05:30
Neeraj Gupta e70aef0a68 Show all cities result for __city query 2024-02-15 12:03:32 +05:30
Neeraj Gupta 73eb76c30f Log time taken for cities search 2024-02-15 11:54:53 +05:30
vishnukvmd 4d220bf7c6 Merge branch 'main' into graphene 2024-02-14 18:59:48 +05:30
vishnukvmd afc6b4c352 Use GGML on Graphene 2024-02-14 18:58:55 +05:30
ashilkn c15db39240 use better fn name 2024-02-13 18:12:03 +05:30
ashilkn f465e616c4 refactor and reuse code for both system notification and dialog notification for app updates 2024-02-12 18:11:43 +05:30
vishnukvmd 75ae880602 Remove unused enum states 2024-02-10 23:16:36 +05:30
vishnukvmd 268f5b29f2 Reuse code from RemoteAssetsService to load the models 2024-02-10 23:15:27 +05:30
vishnukvmd bce30d7729 Store remote data in ApplicationSupportDirectory 2024-02-10 23:09:20 +05:30
vishnukvmd fca5b7004d Don't return early when there are no location tags 2024-02-08 12:09:48 +05:30
ashilkn c74409d3a4 update change logs 2024-02-07 11:31:52 +05:30
vishnukvmd f0b4e71a51 Switch to GGML 2024-02-06 10:46:49 +05:30
vishnukvmd bacf17e1d0 Log device info 2024-02-06 10:31:53 +05:30
Neeraj Gupta c14e571e55
Merge branch 'main' into cast 2024-02-02 14:49:50 +05:30
Neeraj Gupta 307419703e Add support for playing album on TV 2024-02-02 13:57:54 +05:30
vishnukvmd b94c590f17 Remove unused import 2024-02-01 22:58:54 +05:30
vishnukvmd 35631ea43b Load cities for everyone 2024-02-01 22:58:38 +05:30
vishnukvmd 177464c203 Pause image embedding computation when user is interacting with the app 2024-01-25 23:59:28 +05:30
ashilkn 5d1379c314 call methods resumeIndexing() and pauseIndexing() in SemanticSearchService when user is not interacting and when is interacting 2024-01-25 21:59:20 +05:30
vishnukvmd 33bb3e9b5e Read data asynchronously 2024-01-24 22:18:21 +05:30
vishnukvmd 557b16f55c Update path for cities 2024-01-23 21:08:52 +05:30
vishnukvmd a3cb07e3bc Prioritize location tags 2024-01-22 15:29:02 +05:30
vishnukvmd d7ae4effb9 Reduce number of embeddings fetched from 500 to 200 2024-01-22 12:52:16 +05:30
vishnukvmd 6f9600690b Use method via FFI to compute memories 2024-01-18 01:42:54 +05:30
ashilkn 138274b0f1 resolve merge conflicts and merge 2024-01-17 10:36:38 +05:30
vishnukvmd 0b2b5689db Ensure framework is initialized before fetching the state 2024-01-15 15:19:07 +05:30
ashilkn a7e6c34b13 log time taken to fetch memories 2024-01-15 12:40:05 +05:30
Vishnu Mohandas 15905a99f1
Merge branch 'main' into search_improvements 2024-01-11 21:42:52 +05:30
vishnukvmd 9d28270768 Address review comment 2024-01-11 21:42:38 +05:30
vishnukvmd e0d50ba55e Surface framework initialization state on UI 2024-01-11 19:19:58 +05:30
vishnukvmd d79ad9f02d Download models on mobile data only if enabled 2024-01-11 19:06:24 +05:30
vishnukvmd 386cdcf3c0 Fix response param 2024-01-11 18:53:44 +05:30
vishnukvmd b701b1665e Ignore embeddings for files that don't exist 2024-01-11 18:40:03 +05:30
vishnukvmd 860b5d74d8 Parallelize model initialization 2024-01-11 13:59:17 +05:30
vishnukvmd 0b1bb7acc5 Add states for ML Framework 2024-01-11 13:55:42 +05:30
0nullpointer 8186b38bb6 Avoid multiple sqrt computation for text encoder 2024-01-09 16:22:28 +05:30
0nullpointer ff0eaefd9b Revert "avoid sqrt computation for text encoder"
This reverts commit d40d28cfa2.
2024-01-09 16:19:30 +05:30
0nullpointer d40d28cfa2 avoid sqrt computation for text encoder 2024-01-09 16:18:00 +05:30
Neeraj Gupta e21b862f53 MinorPerf: Avoid repeated sqrt computation 2024-01-09 15:32:43 +05:30
vishnukvmd 6876e0e85e Execute a single query to fetch files for fetched embeddings 2024-01-09 00:07:06 +05:30
vishnukvmd 0645ff89f5 Move city search to a separate isolate 2024-01-08 21:29:21 +05:30
vishnukvmd 63cb04d4c1 Load cities in a separate isolate 2024-01-08 21:10:34 +05:30
vishnukvmd 5ffa05aec5 Hide hidden items from magic search results 2024-01-08 20:53:45 +05:30
vishnukvmd f3bd80d6f0 Provide a way for internal users to clear indexes 2024-01-06 20:27:42 +05:30
vishnukvmd 99575825c0 Rely on Isar's index to remove duplicates 2024-01-06 20:22:03 +05:30