krunal
|
045a39f2b5
|
separate out parent field from value
|
2023-09-19 12:44:34 +05:30 |
|
Kishore Nallan
|
27a3c1c0f3
|
Merge pull request #1229 from krunal1313/nested_facet_parent
return parent with value based faceting
|
2023-09-18 18:45:25 +05:30 |
|
krunal
|
c250967d71
|
not to fetch doc from store when parent is not requested in value faceting
|
2023-09-18 18:04:48 +05:30 |
|
krunal
|
753584047b
|
return parent with value based faceting
|
2023-09-18 15:20:19 +05:30 |
|
ozanarmagan
|
8aa0b3a9ba
|
Remove unnecessary log
|
2023-09-17 21:52:53 +03:00 |
|
ozanarmagan
|
c9baee5057
|
Exclude vector fields when sending search results to LLM in multi search
|
2023-09-17 21:51:56 +03:00 |
|
ozanarmagan
|
38a02e4bbf
|
Add support to update TTL for conversations
|
2023-09-17 21:32:30 +03:00 |
|
ozanarmagan
|
bf3b58872b
|
Remove unnecessary variables
|
2023-09-16 19:00:55 +03:00 |
|
ozanarmagan
|
230308958b
|
Add TTL for conversations
|
2023-09-16 18:39:06 +03:00 |
|
Kishore Nallan
|
675a2fc402
|
Prevent multiple alters from running in-parallel.
|
2023-09-16 20:45:09 +05:30 |
|
Kishore Nallan
|
ab62726355
|
Finer control over locking during alter.
|
2023-09-16 19:40:08 +05:30 |
|
Kishore Nallan
|
a670b579f7
|
Fix cyrillic translit producing double quotes as output.
This causes problem with query parsing when we use double quote as symbol to index.
|
2023-09-15 21:08:34 +05:30 |
|
Kishore Nallan
|
56da44c4b6
|
Merge branch 'v0.25-join' into v0.26-facets
|
2023-09-15 20:39:48 +05:30 |
|
Kishore Nallan
|
3abe841b7d
|
Add test to verify modification of vector value on upsert.
|
2023-09-15 20:38:50 +05:30 |
|
Kishore Nallan
|
2f32e46590
|
Merge branch 'v0.25-join' into v0.26-facets
|
2023-09-15 20:01:09 +05:30 |
|
Kishore Nallan
|
5c879ccc49
|
Fix analytics aggregstion with interval > 60s
|
2023-09-15 11:43:29 +05:30 |
|
Kishore Nallan
|
714f27667e
|
Merge branch 'v0.25-join' into v0.26-facets
|
2023-09-15 07:15:32 +05:30 |
|
Ozan Armağan
|
9ebc16dd74
|
Merge branch 'v0.26-facets' into v0.26-facets
|
2023-09-14 23:12:32 +03:00 |
|
ozanarmagan
|
405b0037da
|
Add support for conversation model endpoints + multi search with conversations
|
2023-09-14 23:09:30 +03:00 |
|
Kishore Nallan
|
0db3dd0d00
|
Don't remove vector during update: use update api directly.
|
2023-09-14 19:16:33 +05:30 |
|
Kishore Nallan
|
08739caec6
|
Merge pull request #1222 from happy-san/v0.26-facets
Allow join on referenced collection.
|
2023-09-14 17:59:14 +05:30 |
|
Harpreet Sangar
|
8d654c56ee
|
Allow join on referenced collection.
|
2023-09-14 15:07:20 +05:30 |
|
Kishore Nallan
|
827add2d03
|
Merge pull request #1218 from happy-san/v0.26-facets
`include_fields`
|
2023-09-14 13:53:39 +05:30 |
|
Harpreet Sangar
|
ee05ecefa1
|
Support as to specify an alias for reference doc's fields.
Fix reference `include_fields` returning flattened fields.
|
2023-09-14 12:23:08 +05:30 |
|
Harpreet Sangar
|
81af3643f7
|
Fix "include_fields": "*, " only including indexed fields in the response.
|
2023-09-13 13:10:35 +05:30 |
|
Kishore Nallan
|
270561e06b
|
Display vector distance metric in API response.
|
2023-09-12 10:33:01 +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 |
|
ozanarmagan
|
b17a99ac39
|
Fix CollectionCreation test
|
2023-09-08 15:59:31 +03:00 |
|
Kishore Nallan
|
3b8b80e23e
|
Merge branch 'v0.26-facets' into v0.26-facets
|
2023-09-07 20:43:33 +05:30 |
|
Kishore Nallan
|
ede35e7d5e
|
Merge pull request #1210 from krunal1313/facet_sort
update facet sort syntax
|
2023-09-07 20:39:23 +05:30 |
|
krunal
|
0ebd66a80c
|
adding more tests
|
2023-09-07 16:31:59 +05:30 |
|
krunal
|
a969053361
|
update facet sort syntax
|
2023-09-07 15:43:58 +05:30 |
|
Ozan Armağan
|
6f95caa3f3
|
Merge branch 'v0.26-facets' into v0.26-facets
|
2023-09-06 13:59:16 +03:00 |
|
ozanarmagan
|
60be35276f
|
Generate standalone question from chat history + conversation history endpoint
|
2023-09-06 13:52:09 +03:00 |
|
Kishore Nallan
|
107981eb1f
|
Merge pull request #1131 from krunal1313/facet_sort
sort facet by other field for nested objects
|
2023-09-05 19:04:14 +05:30 |
|
Kishore Nallan
|
d6711148db
|
Merge pull request #1135 from happy-san/v0.26-facets
Sort by reference field.
|
2023-09-05 19:03:29 +05:30 |
|
krunal
|
28613a0135
|
adding tests to optimized facet tests
|
2023-09-05 15:15:02 +05:30 |
|
Harpreet Sangar
|
e11aa723e6
|
Merge remote-tracking branch 'up/v0.26-facets' into v0.26-facets
|
2023-09-04 19:22:46 +05:30 |
|
Harpreet Sangar
|
f80184a25c
|
Fix referenced_in not being initialized if referenced collection is created later on.
|
2023-09-04 19:15:27 +05:30 |
|
Kishore Nallan
|
f3353ed81f
|
Add bulgarian locale.
|
2023-09-04 18:43:01 +05:30 |
|
krunal
|
1c66afc8c7
|
adding test facet sort by float field
|
2023-09-04 16:32:19 +05:30 |
|
Kishore Nallan
|
8ab753f571
|
Merge pull request #1204 from happy-san/merge_fix
Fix merge error.
|
2023-09-04 10:52:53 +05:30 |
|
Harpreet Sangar
|
fe01989b0a
|
Fix merge error.
Multiple definitions of `filter_result_t::or_filter_results` and `filter_result_t::and_filter_results`.
|
2023-09-04 10:03:24 +05:30 |
|
Kishore Nallan
|
a713c2675f
|
Merge branch 'v0.25-join' into v0.26-facets
|
2023-09-03 17:29:12 +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 |
|