3287 Commits

Author SHA1 Message Date
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
4608b9407f Fix tests. 2023-08-26 16:28:44 +05:30
Kishore Nallan
a05e1e2f81 Fix facet query max count on value based index. 2023-08-26 13:11:28 +05:30
Harpreet Sangar
23f28359a5 Merge remote-tracking branch 'up/v0.26-facets' into v0.26-facets 2023-08-25 16:53:40 +05:30
Harpreet Sangar
08c893b3bd Sort by reference fields in case of many-to-many relation. 2023-08-25 16:53:09 +05:30
Kishore Nallan
f8f9eb89dc Fix ids init in value based faceting. 2023-08-24 17:15:25 +05:30
Kishore Nallan
03c5918030 Refactor seq_ids_outside_top_k 2023-08-23 20:19:56 +05:30
Kishore Nallan
bfa744353b Merge branch 'v0.25-join' into v0.26-facets 2023-08-23 20:19:16 +05:30
Kishore Nallan
6087ff30d4 Fix bug in multi collection autosuggest aggregation. 2023-08-23 19:10:26 +05:30
Harpreet Sangar
7264977490 Merge remote-tracking branch 'up/v0.26-facets' into v0.26-facets 2023-08-23 16:08:20 +05:30
Harpreet Sangar
79b5afe7d9 Include reference fields in case of many-to-many relation. 2023-08-23 16:07:37 +05:30
Kishore Nallan
4b6ec97417 Use fields index directly during looping. 2023-08-23 12:52:36 +05:30
ozanarmagan
589ac8747c Move system_prompt and qa & add support for stoing conversation history and follow up 2023-08-22 20:16:53 +03:00
Kishore Nallan
55bc819c7c
Merge pull request #1144 from krunal1313/gzip_indexing
Tests for gzip indexing
2023-08-22 20:15:57 +05:30
krunal
e697af56e0 adding gzip file type in test files 2023-08-22 14:46:05 +05:30
ozanarmagan
4802f2d3e9 Add support for system_prompt 2023-08-21 19:17:54 +03:00
Kishore Nallan
451fa53609 Merge branch 'v0.25-join' into v0.26-facets 2023-08-21 18:01:45 +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
ozanarmagan
6560952eea Retrieval Augmented Generation 2023-08-21 12:08:00 +03:00
Kishore Nallan
dc32c6c5dd
Merge branch 'v0.26-facets' into gzip_indexing 2023-08-21 10:47:26 +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
Harpreet Sangar
9c9dbbc2e6 Merge remote-tracking branch 'up/v0.26-facets' into v0.26-facets 2023-08-18 12:08:04 +05:30
Harpreet Sangar
c579e2dd70 Support id field for reference. 2023-08-18 12:07:54 +05:30
krunal
46796826c6 sort by other field 2023-08-17 18:33:09 +05:30
Kishore Nallan
16b59fd23a Merge branch 'v0.25-typos' into v0.26-facets 2023-08-17 18:11:21 +05:30
Harpreet Sangar
eee222a8e2 Remove unwanted condition. 2023-08-17 11:34:54 +05:30
Harpreet Sangar
3c3b90af98 Handle reference sort_by on string field. 2023-08-17 11:34:54 +05:30
Harpreet Sangar
ce05321316 Pass KV references in the constructor. 2023-08-17 11:34:54 +05:30
Harpreet Sangar
f41afc155f Sort by reference field. 2023-08-17 11:34:51 +05:30
krunal
a282fbd1a8 merge v0.26-facets 2023-08-16 14:54:43 +05:30
Kishore Nallan
181c41ad35
Merge pull request #1156 from happy-san/include_by_reference
Include reference fields without join.
2023-08-16 11:29:27 +05:30
Harpreet Sangar
710ee61c87 Include reference fields without join. 2023-08-15 20:04:50 +05:30
Kishore Nallan
a3a44acf2f Have separate facet aggregation structures for value/hash facets. 2023-08-15 19:25:42 +05:30
ozanarmagan
c2c3c26ebf Added test for hybrid sorting 2023-08-15 12:01:31 +03:00
Kishore Nallan
ced85b446d Avoid needless looping for value based facet query. 2023-08-15 13:14:20 +05:30
Kishore Nallan
a4a62a9692 Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	include/topster.h
2023-08-15 10:09:07 +05:30
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
75fa7dc687 Fix test. 2023-08-11 12:12:40 +05:30