Neeraj Gupta
3e7b16288f
Add support for configuring diff bucket for embeddings
2024-05-14 14:03:35 +05:30
Neeraj Gupta
94d0378e18
[server] Clean up old cast sessions
2024-04-25 14:43:25 +05:30
Neeraj Gupta
5afc2de7bc
[server] Add admin endpoint for updating feature flag
2024-04-22 17:43:14 +05:30
Neeraj Gupta
648806baa7
[server] Add endpoint to get user feature flags
2024-04-22 17:30:54 +05:30
Neeraj Gupta
816fa330de
[server] Implement support for copying object
2024-04-19 11:26:14 +05:30
Neeraj Gupta
c124cde471
[server] Add basic scaffold for copying files
2024-04-17 15:43:48 +05:30
Neeraj Gupta
8ed2c7cff9
[server] Pick base publicHost url from config ( #1443 )
...
## Description
## Tests
Ran locally with the config in local.yaml and verified that it's
modified as well when I had put localhost:3002 in the museum.yaml config
2024-04-15 09:56:21 +05:30
Neeraj Gupta
459c4515a0
[server] Drop locationTag table and related code
2024-03-29 16:08:28 +05:30
Neeraj Gupta
449284a6a1
[server] API to fetch ML embeddings for given fileIDs ( #1144 )
...
## Description
- Also started storing the embedding size and version in the table. This
will come handy while comparing overall size when different compression
and serialization formats are used..
- Also, it can be used to smartly auto-download the embeddings or inform
the user about approximate size when they decide to enable indexing or
search on a particular client.
## Tests
✅ Verified that embedding fetch and store is working fine.
✅ Verified that embeddings/diff API is working fine.
2024-03-19 12:23:24 +05:30
Neeraj Gupta
c564e50d59
[server] change method type to post
2024-03-18 14:38:11 +05:30
Manav Rathi
a341f81932
[museum] Support running behind Nginx ( #1130 )
...
- Move deployment related stuff into a separate folder
- Document the overall approach better
- Add an Nginx specific environment and service definition
- Remove the restart limiter
2024-03-18 13:56:01 +05:30
Neeraj Gupta
b9ec72bbb4
Merge branch 'main' into file_embedding
2024-03-18 13:12:14 +05:30
Manav Rathi
7ded8ad4fe
Fix key name
2024-03-18 13:07:36 +05:30
Manav Rathi
d8347c3976
Remove extra environment
2024-03-18 12:36:29 +05:30
Manav Rathi
303b26b95f
Tweak the nginx setup
2024-03-18 11:04:31 +05:30
Neeraj Gupta
47747f1d56
Update config
2024-03-18 10:12:02 +05:30
Neeraj Gupta
12b9ac4db6
[server] Rate limit ( #1121 )
...
## Description
## Tests
2024-03-17 09:59:59 +05:30
Neeraj Gupta
e927064476
[server] Add endpoint to get embedding for givenFilesIds
2024-03-17 09:37:02 +05:30
vishnukvmd
77276d8d6c
[server] Add admin API to change email address
2024-03-13 17:31:38 +05:30
Neeraj Gupta
28335700e3
[server] Remove deprecated API
2024-03-11 15:41:18 +05:30
Neeraj Gupta
d7292dc670
[server] Release locks before initiating any other controller
2024-03-11 12:34:03 +05:30
Neeraj Gupta
6930aaf220
[server]Update freq for metadatacron
2024-03-11 12:34:03 +05:30
Neeraj Gupta
c32f0a28f1
[server] Release previous locks taken by host on statup
2024-03-11 11:43:02 +05:30
Neeraj Gupta
e667eef951
Tweak speed for crons
2024-03-11 10:39:46 +05:30
Neeraj Gupta
1f7d9dbb86
Rename passKey to passkey
2024-03-08 15:15:00 +05:30
Neeraj Gupta
7f66714d96
Refactor + bug fixes
2024-03-08 15:15:00 +05:30
Neeraj Gupta
980ab6c49c
Refactor: extend totp recovery API to recover passkey
2024-03-08 15:15:00 +05:30
Neeraj Gupta
fe181fecbe
Rename
2024-03-08 15:15:00 +05:30
Neeraj Gupta
50c3a7a8e5
Store resetSecret in encrypted form
2024-03-08 15:15:00 +05:30
Neeraj Gupta
f766484b2e
Rename account_recovery -> two_factor_recovery
2024-03-08 15:15:00 +05:30
Neeraj Gupta
42e4364fda
Add APIs to allow user to skip passkey based two-fa
2024-03-08 15:15:00 +05:30
Neeraj Gupta
09a7d557d2
Add API to get account two recovery status
2024-03-08 15:15:00 +05:30
Neeraj Gupta
8186246690
[server] Update freq for removing compliance hold ( #731 )
...
## Description
- Taking lock at host level to avoid redundant downstream request when
multiple host pick same items.
## Tests
Tested locally.
2024-03-07 13:08:04 +05:30
Neeraj Gupta
34743171f9
[server] Add API to re-queue item for processing ( #679 )
...
## Description
## Tests
2024-03-05 15:15:23 +05:30
Neeraj Gupta
f796a7f63a
[server] Remove custom metrics for collection diff ( #520 )
2024-03-02 17:14:35 +05:30
Neeraj Gupta
531bb344fe
Import museum
2024-03-01 13:37:01 +05:30