2494 Commits

Author SHA1 Message Date
Kishore Nallan
c5d2efa36d Fix preset usage regression on multi search endpoint. 2023-08-28 12:00:21 +05:30
Kishore Nallan
80879ff582
Merge pull request #1184 from ozanarmagan/v0.25-join
Check partial response from OpenAI API
2023-08-26 20:18:12 +05:30
ozanarmagan
05c9623b17 Fix parsing errors 2023-08-26 17:45:10 +03:00
ozanarmagan
8f3684f8d5 Fix parsing errors 2023-08-26 17:43:13 +03:00
ozanarmagan
57d083785d Fix error log 2023-08-26 17:34:08 +03:00
ozanarmagan
ae5a90582a Check partial response from OpenAI API 2023-08-26 17:24:38 +03:00
Kishore Nallan
6cbd4306e0 Fix group by not happening on vector search. 2023-08-26 17:44:27 +05:30
Kishore Nallan
6087ff30d4 Fix bug in multi collection autosuggest aggregation. 2023-08-23 19:10:26 +05:30
Kishore Nallan
4b6ec97417 Use fields index directly during looping. 2023-08-23 12:52:36 +05:30
Kishore Nallan
f1cd6038ea Trim query suggesitons before aggregation. 2023-08-21 16:46:06 +05:30
Kishore Nallan
f8e6468a7b Better guards for top_k truncation. 2023-08-21 16:46:06 +05:30
Kishore Nallan
32a85a472f
Merge pull request #1168 from ozanarmagan/v0.25-join
Fix model key for remote embedders
2023-08-20 21:33:19 +05:30
ozanarmagan
1d45fcf00c Update model_key 2023-08-20 15:52:53 +03:00
ozanarmagan
2d855a9f0a Use ternary operator for model key 2023-08-20 15:36:36 +03:00
Kishore Nallan
ef6e921924 Remove stray log. 2023-08-19 18:19:19 +05:30
Kishore Nallan
8ebabe9cdb Fix charset in content type header. 2023-08-19 17:00:55 +05:30
Kishore Nallan
5120148b53 Dropped field should be removed properly from embed_from. 2023-08-19 16:46:21 +05:30
ozanarmagan
c3ec46cfba Remove unnecessary test function 2023-08-19 11:02:09 +03:00
ozanarmagan
24a67140f2 Fix model key for remote embedders 2023-08-19 10:59:50 +03:00
Kishore Nallan
6f4e4bc77a Check for vector dimensions explicitly. 2023-08-19 12:14:05 +05:30
ozanarmagan
c2c3c26ebf Added test for hybrid sorting 2023-08-15 12:01:31 +03:00
Kishore Nallan
e1e890279c Refactor credential hiding logic. v0.25.0 2023-08-15 09:54:36 +05:30
Kishore Nallan
d782ee9c83
Merge pull request #1153 from ozanarmagan/v0.25-join
Fix KV constructor parameters
2023-08-15 07:16:35 +05:30
ozanarmagan
dafde32ce0 Fix KV constructor parameters 2023-08-14 23:25:18 +03:00
Kishore Nallan
bbf67e1979 Fix counter increment for query aggregation. 2023-08-11 09:25:57 +05:30
Kishore Nallan
c7e5285618 Add additional test. 2023-08-10 20:50:57 +05:30
Kishore Nallan
f33163ff16 Fix regression in partial update of record with embedding. 2023-08-10 20:30:40 +05:30
Kishore Nallan
671b422ac6
Merge pull request #1148 from ozanarmagan/v0.25-join
Fix search results of semantic search
2023-08-10 20:29:55 +05:30
Kishore Nallan
722cd3446d Parsing vector float values in try. 2023-08-10 18:38:12 +05:30
Ozan Armağan
3cc59ecce4
Merge branch 'v0.25-join' into v0.25-join 2023-08-10 14:35:49 +03:00
ozanarmagan
093442857a Move tests 2023-08-10 14:31:58 +03:00
ozanarmagan
7096ad0c25 Remove log 2023-08-10 14:29:27 +03:00
ozanarmagan
278c29b3ea Add tests 2023-08-10 14:22:25 +03:00
ozanarmagan
d1692501fa Fix text embedding field detection 2023-08-10 14:22:14 +03:00
ozanarmagan
c4919bb358 Remove logs 2023-08-10 09:53:26 +03:00
ozanarmagan
64ec0fea41 Fix search results of semantic search 2023-08-10 09:52:34 +03:00
Kishore Nallan
a99929f05f Address change in streaming behavior of h2o on http/2.
_req->proceed_req is not 1 when http2 is used for chunks that follow the first chunk.
2023-08-09 19:02:36 +05:30
Kishore Nallan
b0376e5acf
Merge pull request #1145 from ozanarmagan/v0.25-join
Fix wrong hybrid search text match score
2023-08-09 19:01:13 +05:30
ozanarmagan
379604cad1 Fix wrong hybrid search text match score 2023-08-08 18:34:07 +03:00
Kishore Nallan
b3f248bd93 Handle emplace + null values. 2023-08-08 20:24:15 +05:30
Kishore Nallan
10c1f4c5c1 Fix schema validation of non-optional, null nested values. 2023-08-08 13:06:12 +05:30
Kishore Nallan
6c9a000bd8 Build protobuf first before building Typesense. 2023-08-05 16:58:02 +05:30
Kishore Nallan
406cafe4c7 Disable CI again. 2023-08-05 16:33:32 +05:30
Kishore Nallan
d327074c54 CI: Use artifacts for bazel cache 2023-08-05 16:25:03 +05:30
Kishore Nallan
cf592caf3c Sentencepiece: use build tmp dir instead of install dir. 2023-08-05 15:14:30 +05:30
Kishore Nallan
d2cf4b0201 Fix nested field with regex name in schema. 2023-08-05 12:10:03 +05:30
Kishore Nallan
ef23f45429 Disable tests for now. 2023-08-04 15:09:18 +05:30
Kishore Nallan
3ba9b48eff Use embedding in auto embedding field if already present. 2023-08-04 14:43:26 +05:30
Kishore Nallan
bfb81173b9 Fix float assertion. 2023-08-04 08:39:52 +05:30
Kishore Nallan
cb25df1389 CI: enable verbose test output. 2023-08-04 07:24:32 +05:30