2505 Commits

Author SHA1 Message Date
Kishore Nallan
0db3dd0d00 Don't remove vector during update: use update api directly. 2023-09-14 19:16:33 +05:30
Kishore Nallan
2af676916a Use drop token iters directly for text match scoring. v0.25.1 2023-09-09 14:17:44 +05:30
Kishore Nallan
dc780c0f58 Add more test for partial vector update 2023-09-03 17:28:05 +05:30
Kishore Nallan
004dfa6a0f
Merge pull request #1201 from ozanarmagan/v0.25-join
Fix tokenizing XLM-RoBERTa models with 3 inputs and altering embeddin…
2023-09-02 21:27:33 +05:30
ozanarmagan
781c5348d8 Use f instead of diff_fields.back() 2023-09-02 17:26:24 +03:00
ozanarmagan
dedb8e213d Remove validate_and_init_embed_fields 2023-09-02 17:21:07 +03:00
ozanarmagan
16a553dd3e Add tests & add validate_and_init_embed_field 2023-09-02 16:14:39 +03:00
ozanarmagan
29613ad054 Fix tokenizing XLM-RoBERTa models with 3 inputs and altering embedding fields 2023-09-02 01:12:21 +03:00
Kishore Nallan
3b157f6c61 Fix duplicate embed fields init. 2023-08-31 15:12:49 +05:30
Kishore Nallan
633ec69aed Fix upsert on unchanged docs with embedding fields. 2023-08-31 13:38:08 +05:30
Kishore Nallan
6a9d5efc94 Rollback glog stdout/stderrr separation.
This does not respect buffer levels yet: https://github.com/google/glog/issues/943
2023-08-28 12:21:38 +05:30
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