3695 Commits

Author SHA1 Message Date
Kishore Nallan
ec95099b49 Handle float facet value floating point precision. 2023-12-14 18:30:28 +05:30
Kishore Nallan
6d40aa29e1 Log model init status. 2023-12-14 18:28:35 +05:30
Kishore Nallan
030d8d2352
Merge pull request #1429 from ozanarmagan/v0.26-facets
Refactor ```get_public_model_config``` method to check cache only if network fails
2023-12-13 17:58:36 +05:30
ozanarmagan
a41bad34ca Merge branch 'v0.26-facets' of https://github.com/ozanarmagan/typesense into v0.26-facets 2023-12-13 12:51:15 +03:00
ozanarmagan
bdd35ea642 Refactor ``get_public_model_config`` method to check cache only if network fails 2023-12-13 12:50:44 +03:00
Kishore Nallan
6bc60adbae Support overriding wildcard query. 2023-12-13 12:12:33 +05:30
Kishore Nallan
d0018a1746
Merge pull request #1425 from krunal1313/event_anaylytics
adding popularity score
2023-12-13 09:35:52 +05:30
Kishore Nallan
e98e1d76bd
Merge pull request #1428 from ozanarmagan/v0.26-facets
Use new CLIPTokenizer
2023-12-13 09:35:12 +05:30
Jason Bosco
fe25926601 Use per-branch bazel cache 2023-12-12 21:28:47 -06:00
Jason Bosco
c2fcbd0d94 Pull build cache from main 2023-12-12 21:21:09 -06:00
Ozan Armağan
43a45be251
Merge branch 'v0.26-facets' into v0.26-facets 2023-12-12 18:37:53 +03:00
ozanarmagan
b0e677e221 Remove -g copt 2023-12-12 17:46:30 +03:00
ozanarmagan
bfc799c5c0 Use new CLIPTokenizer 2023-12-12 17:32:55 +03:00
Kishore Nallan
e961c53d7c Support wildcard tag rule. 2023-12-12 17:55:33 +05:30
krunal
35ac3b2980 fixing bug 2023-12-12 17:50:16 +05:30
krunal
54ac166ee1 add collection check and test 2023-12-12 15:58:04 +05:30
Kishore Nallan
37f56468dd Tagged overrides must not be picked when no tags are provided. 2023-12-12 15:49:30 +05:30
krunal
2ecd42795e adding popularity score 2023-12-12 14:29:16 +05:30
Kishore Nallan
9802ac1d5e Allow override rule to have only tags w/o query or filter by. 2023-12-12 13:42:19 +05:30
Kishore Nallan
16f7813e02 Return override metadata in response. 2023-12-12 10:53:12 +05:30
Kishore Nallan
c21c855703 Add response metadata via override. 2023-12-11 18:33:48 +05:30
Kishore Nallan
8021b90553
Merge pull request #1424 from happy-san/infix_search_fix
Fix infix search + filtering regression
2023-12-11 18:06:28 +05:30
Harpreet Sangar
bfd251d1d9 Return error when trying to do infix search without enabling first. 2023-12-11 17:09:41 +05:30
Harpreet Sangar
b7cdae6835 Fix test. 2023-12-11 16:07:13 +05:30
Kishore Nallan
dfe3cdadb6 Set rocksdb periodic compaction interval to 7 days.
This was defaulting to 30 days earlier.
2023-12-11 13:46:38 +05:30
Kishore Nallan
50c07917f5 Update doc API should return 200 status code, and not 201. 2023-12-11 13:46:33 +05:30
Harpreet Sangar
cdcec4e08d Reset filter_result_iterator in Index::do_infix_search. 2023-12-11 13:23:44 +05:30
Kishore Nallan
763b523a8b Set rocksdb periodic compaction interval to 7 days.
This was defaulting to 30 days earlier.
2023-12-10 08:54:24 +05:30
Kishore Nallan
5d64d7d090 Update doc API should return 200 status code, and not 201. 2023-12-10 08:52:56 +05:30
Kishore Nallan
8e9af67806 Propagate dynamic field properties for nested field. 2023-12-08 16:05:48 +05:30
Kishore Nallan
f87404de37 Propagate dynamic field properties for nested field. 2023-12-08 15:37:40 +05:30
Kishore Nallan
64ef0013d0 Fix locking for conversation manager cleanup thread. 2023-12-07 10:54:51 +05:30
Kishore Nallan
403f6a8fc2 Fix image embedding requirement regression. 2023-12-07 10:21:44 +05:30
Kishore Nallan
c1ea41cab7
Merge pull request #1408 from krunal1313/event_anaylytics
Events expiry
2023-12-07 07:27:46 +05:30
krunal
406775c1c3 adding test for partial events expiring 2023-12-06 20:31:28 +05:30
krunal
4fc0482875 remove sleep from tests 2023-12-06 14:42:02 +05:30
Kishore Nallan
8b50d9b688
Merge pull request #1413 from happy-san/patch-1
Fix memory leak.
2023-12-06 13:24:48 +05:30
Harpreet Sangar
9d7633b436
Fix memory leak. 2023-12-06 12:58:02 +05:30
Kishore Nallan
614f3c290c Restore concurrent facet processing. 2023-12-06 09:33:08 +05:30
Kishore Nallan
94e84d2c90 Minor cleanup of faceting code. 2023-12-05 20:03:54 +05:30
Kishore Nallan
b3f8954229
Merge pull request #1394 from happy-san/filtering_cutoff
Filtering cutoff
2023-12-05 19:05:23 +05:30
Harpreet Sangar
d67ba2ec08 Remove test. 2023-12-05 17:02:09 +05:30
krunal
4c1e487398 reduce wait time in test 2023-12-05 15:38:18 +05:30
krunal
cc83b6697e adding test for events expiry 2023-12-05 14:34:28 +05:30
Kishore Nallan
a7b3e6c523
Merge pull request #1409 from krunal1313/stopword_get_reponse_fix
GET response with locale and validation for empty stopwword list
2023-12-04 20:34:10 +05:30
Harpreet Sangar
9d73461ec7 Add filter_result_iterator_t::is_timed_out. 2023-12-04 16:58:30 +05:30
krunal
4790cbbb3b correct error code while deleting stopwords 2023-12-04 12:01:56 +05:30
Kishore Nallan
bd50ffe747
Merge pull request #1410 from ozanarmagan/v0.26-facets
Make ```ConversationManager``` singleton & update conversation garbag…
2023-12-03 14:37:36 +05:30
Kishore Nallan
e231fc2002 Optimize get distinct id for non-array fields. 2023-12-02 18:15:02 +05:30
ozanarmagan
f742417443 Make ``ConversationManager`` singleton & update conversation garbage collector thread 2023-12-01 23:44:36 +03:00