2323 Commits

Author SHA1 Message Date
Kishore Nallan
fde28a5df3 Move analytics params into sub-object. 2023-05-26 19:17:07 +05:30
Kishore Nallan
c074ef1300 Handle changes in req routes. 2023-05-26 09:46:58 +05:30
Kishore Nallan
5abec3f6e0 Refactor analytics paths. 2023-05-25 22:40:24 +05:30
Kishore Nallan
459f1255ed Fix bazel cache path. 2023-05-25 15:25:03 +05:30
Kishore Nallan
38c5c0b035 Allow text match bucket of 1. 2023-05-25 12:10:45 +05:30
ozanarmagan
13ca8c5957 Fix for POST request with updated Http client in analytics manager 2023-05-24 23:38:39 +03:00
Kishore Nallan
0419a40e6f Upgrade lock for cache erase. 2023-05-24 17:30:46 +05:30
ozanarmagan
24073c8f97 Merge branch 'v0.25-join' of https://github.com/ozanarmagan/typesense into v0.25-join 2023-05-24 14:17:20 +03:00
ozanarmagan
616c13f098 Add more detailed error message for remote embedding query with prefix 2023-05-24 14:17:00 +03:00
Ozan Armağan
24e309e50d
Merge branch 'v0.25-join' into v0.25-join 2023-05-24 14:15:02 +03:00
ozanarmagan
c49ca4f7e4 Fix for bug when creating collections with using embedding with OpenAI API 2023-05-24 13:27:21 +03:00
Kishore Nallan
c349148e2d Refactor query aggregation. 2023-05-23 14:26:46 +05:30
Kishore Nallan
b7f29aeed1 Evented query aggregation skeleton. 2023-05-22 17:52:52 +05:30
ozanarmagan
229d536107 Use std::lock_guard to lock the mutex in text embedder 2023-05-20 03:46:59 +03:00
ozanarmagan
16aa353745 Remove lock for text embedder 2023-05-20 03:23:06 +03:00
ozanarmagan
fa9eea89b3 Fix bug for pushing docs to be embedded 2023-05-20 02:26:47 +03:00
Ozan Armağan
0f5abfc5fa
Merge branch 'v0.25-join' into v0.25-join 2023-05-20 02:24:45 +03:00
ozanarmagan
ebf4beaa85 Use clearer names for gcp api parts 2023-05-20 02:05:15 +03:00
Kishore Nallan
32336e4d93 Do coercion by default for collection loading / schema alter. 2023-05-19 21:27:35 +05:30
Kishore Nallan
a9da41dd0e Handle increment for creation. 2023-05-18 18:53:58 +05:30
ozanarmagan
a9cb44388d Review Changes V 2023-05-18 12:31:07 +03:00
Kishore Nallan
4395e3d81e Fix test. 2023-05-15 18:15:15 +05:30
Kishore Nallan
3e1af0ed24 Some skeleton doc operations like incrementing. 2023-05-15 17:59:45 +05:30
Kishore Nallan
7c158e6828 Parameterize cache size. 2023-05-15 14:50:50 +05:30
Kishore Nallan
72c5595780 Move asan opts earlier. 2023-05-14 20:31:50 +05:30
Kishore Nallan
397727fdbc Handle concurrency of ja tokenizer. 2023-05-14 20:27:05 +05:30
Kishore Nallan
10ba8f72bf Fix conflicting declaration of C function in brpc. 2023-05-14 20:16:42 +05:30
Kishore Nallan
d3f9f64ef2 Patch brpc for ARM mac. 2023-05-13 19:59:13 +05:30
Kishore Nallan
27d2f7880f Bump hnsw dep. 2023-05-13 18:53:11 +05:30
Kishore Nallan
f17c7d3d5f Fix update of nested fields. 2023-05-13 17:48:02 +05:30
Kishore Nallan
706a14bf3f Fix test name. 2023-05-12 12:19:36 +05:30
Kishore Nallan
fb1c1a5f6c Add default select for build 2023-05-11 18:47:54 +05:30
ozanarmagan
9cbb98c1b9 Adding Google remote emedding platform 2023-05-11 13:40:12 +03:00
Kishore Nallan
8f24a3a3f1 Restore HighlightArrayOfObjects test. 2023-05-10 21:51:05 +05:30
ozanarmagan
0ca0198f1d Fixed ambiguity in logs 2023-05-10 18:17:16 +03:00
Kishore Nallan
edf2d658ca Improve error message for nested array object numerical field. 2023-05-10 20:34:52 +05:30
ozanarmagan
09926b0d69 Review changes IV 2023-05-10 17:35:31 +03:00
ozanarmagan
b713a12be1 Fix bug for sentencepiece build 2023-05-09 11:29:58 +03:00
Kishore Nallan
d9f3bbb96e Move the sort index lookup outside loop. 2023-05-09 09:02:28 +05:30
ozanarmagan
b486ee8cd3 Fix for sentencepiece build with Bazel 2023-05-09 00:58:40 +03:00
Kishore Nallan
6096a96385 Verify status of ext snapshot dir copy. 2023-05-08 22:06:30 +05:30
Kishore Nallan
2819c1d0a6 Query token highlight threshold should consider unicode points. 2023-05-07 20:11:40 +05:30
ozanarmagan
fb8c507e18 Review Changes III 2023-05-07 15:14:10 +03:00
ozanarmagan
992cbc9080 Review changes II 2023-05-07 01:47:12 +03:00
Kishore Nallan
7162ca542e Bump hnsw dep: fix for prefetching. 2023-05-06 22:06:07 +05:30
Kishore Nallan
cf9cfa68d1 Log at the beginning of alter. 2023-05-06 21:59:00 +05:30
Kishore Nallan
c27c20f4f3 Fix brpc + glog logging issues. 2023-05-06 21:57:22 +05:30
Kishore Nallan
ad6a037bbe
Merge pull request #998 from krunal1313/float_support_range_facet
adding float values support for range facet
2023-05-04 19:11:23 +05:30
krunal1313
02c6620223 adding float values support for range facet 2023-05-04 18:12:12 +05:30
ozanarmagan
85ed9090b2 Fix to check model type for custom models 2023-05-04 13:04:10 +03:00