Commit graph

1789 commits

Author SHA1 Message Date
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
vishnukvmd 41ae10b454 Sync when initialized from the UI 2024-01-06 19:31:49 +05:30
vishnukvmd d00ae5742a Prevent duplicate insertions 2024-01-06 19:12:15 +05:30
vishnukvmd 529ad88a70 Render model loading status 2024-01-05 18:08:23 +05:30
vishnukvmd add4ad2700 Reduce debounce duration 2024-01-05 16:55:03 +05:30
vishnukvmd 637f3c0f66 Remove reliance on Isar's watcher 2024-01-05 16:51:54 +05:30
vishnukvmd e50e6dc013 Add log line 2024-01-05 16:18:46 +05:30
vishnukvmd 1d7e609bbe Remove unused variable 2024-01-05 16:05:22 +05:30
vishnukvmd 87fd781304 Reassign variable instead of iterating over the list 2024-01-05 16:05:03 +05:30
vishnukvmd 39affa0852 Add retrials for model downloads 2024-01-05 15:59:58 +05:30
vishnukvmd f24faa0404 Subscribe to DB updates only when app is in foreground 2024-01-05 15:19:49 +05:30
vishnukvmd bbed1c052a Inject model from upstream 2024-01-05 15:16:27 +05:30
vishnukvmd 09d274778f Fetch only ONNX embeddings 2024-01-05 15:14:50 +05:30
vishnukvmd 51af506f14 Handle cases where we could not fetch the thumbnail 2024-01-05 11:00:50 +05:30
vishnukvmd 3554dc3827 Remove debug code 2024-01-05 10:59:25 +05:30
vishnukvmd c083a751a9 Merge branch 'await_warnings' into isar 2024-01-04 20:45:33 +05:30
vishnukvmd 22fd204e11 Replace ObjectBox with Isar 2024-01-04 20:25:16 +05:30
vishnukvmd 3f9feb5b50 Merge branch 'image_encoder' into await_warnings 2024-01-04 14:59:28 +05:30