Kishore Nallan
|
c7a7df676b
|
Tokenize/normalize override query properly.
|
2023-07-13 22:11:44 +05:30 |
|
Kishore Nallan
|
50d193919d
|
Don't do embedding generation on load collection.
|
2023-07-13 10:07:59 +05:30 |
|
Kishore Nallan
|
4ec2e960d0
|
Allow vector_query_hits to be passed via vector_query.k
|
2023-07-12 20:49:10 +05:30 |
|
Kishore Nallan
|
c2db7436a2
|
Allow params for hybrid vector search to be sent via vector_query.
|
2023-07-12 18:40:59 +05:30 |
|
Kishore Nallan
|
2b204112ef
|
Merge pull request #1100 from happy-san/v0.25-join
Trim down filter token to 100 characters.
|
2023-07-12 18:40:52 +05:30 |
|
Harpreet Sangar
|
31ae2ce070
|
Trim down filter token to 100 characters.
|
2023-07-12 10:19:56 +05:30 |
|
Kishore Nallan
|
71fb17d3be
|
Merge pull request #1098 from happy-san/v0.25-join
Limit `filter_by` on number of operations.
|
2023-07-11 15:06:58 +05:30 |
|
Harpreet Sangar
|
d6d3bf88b3
|
Limit filter_by on number of operations.
|
2023-07-11 13:49:55 +05:30 |
|
Kishore Nallan
|
172fc49837
|
Tweak timeouts.
|
2023-07-11 13:19:19 +05:30 |
|
Kishore Nallan
|
01801f4ea9
|
Refactor remoted embedding code.
|
2023-07-11 12:42:06 +05:30 |
|
Kishore Nallan
|
04fd68b1a1
|
Proxy should not require readiness.
|
2023-07-11 07:12:20 +05:30 |
|
Kishore Nallan
|
9e8d264490
|
Fix test asan warnings.
|
2023-07-10 17:11:15 +05:30 |
|
Kishore Nallan
|
2e9d93787c
|
Clean up export state.
|
2023-07-10 13:18:15 +05:30 |
|
Kishore Nallan
|
e8d19082bd
|
Fix JA locale tests.
|
2023-07-09 21:36:19 +05:30 |
|
Kishore Nallan
|
5c60e06690
|
Don't allow rule creation targeting the same destination collection.
Upsert can still be used for this.
|
2023-07-09 19:51:02 +05:30 |
|
Kishore Nallan
|
448b2b6ce9
|
Merge pull request #1094 from ozanarmagan/v0.25-join
Add remote_embedding_batch_size parameter
|
2023-07-08 20:57:19 +05:30 |
|
ozanarmagan
|
222c50e2c1
|
Merge branch 'v0.25-join' of https://github.com/ozanarmagan/typesense into v0.25-join
|
2023-07-08 13:28:49 +03:00 |
|
ozanarmagan
|
ab0be22489
|
Add remote_embeding_batch_size parameter for doc import
|
2023-07-08 13:11:45 +03:00 |
|
Kishore Nallan
|
9b8754b13d
|
Return name of rule as deletion response.
|
2023-07-08 06:41:12 +05:30 |
|
Kishore Nallan
|
f90eda277b
|
Merge pull request #1093 from ozanarmagan/v0.25-join
Add timeout and num retries as search parameter for remote embedding
|
2023-07-07 21:06:47 +05:30 |
|
ozanarmagan
|
a9de01f161
|
Standardize variable names
|
2023-07-07 18:33:53 +03:00 |
|
ozanarmagan
|
5bc9360934
|
Merge branch 'v0.25-join' of https://github.com/ozanarmagan/typesense into v0.25-join
|
2023-07-07 17:11:49 +03:00 |
|
ozanarmagan
|
8b1aa13ffe
|
Change param name to 'remote_embedding_num_try'
|
2023-07-07 17:11:25 +03:00 |
|
Ozan Armağan
|
5d26df0708
|
Merge branch 'v0.25-join' into v0.25-join
|
2023-07-07 17:02:38 +03:00 |
|
ozanarmagan
|
6f7efa5d72
|
Add timeout and num retries as search parameter for remote embedding
|
2023-07-07 17:01:29 +03:00 |
|
Kishore Nallan
|
de7fcac5bd
|
Merge pull request #1090 from ozanarmagan/v0.25-join
Fix parsing partial JSON responses from remote embedding services
|
2023-07-07 17:25:09 +05:30 |
|
ozanarmagan
|
10c0070fec
|
Add test for catching partial JSON
|
2023-07-07 14:45:53 +03:00 |
|
ozanarmagan
|
29830e1d58
|
Create virtual functions to generate error JSONs from responses
|
2023-07-07 13:41:38 +03:00 |
|
Kishore Nallan
|
8e1f6caaf1
|
Add upsert + get APIs for analytics rules.
|
2023-07-07 12:43:01 +05:30 |
|
ozanarmagan
|
a769eeb0a7
|
Add error messages for JSON parse errors
|
2023-07-06 22:02:02 +03:00 |
|
ozanarmagan
|
e7887c5efa
|
Update timeout response code to 408 in proxy
|
2023-07-06 21:53:03 +03:00 |
|
Kishore Nallan
|
beb95a659a
|
Add test for null value + update of missing optional field.
|
2023-07-06 21:06:18 +05:30 |
|
Kishore Nallan
|
2d4221c1f7
|
Check for presence of key before getting from old doc during update.
|
2023-07-06 20:33:48 +05:30 |
|
ozanarmagan
|
e614895ea4
|
Add extra check for timeouts
|
2023-07-06 13:10:32 +03:00 |
|
ozanarmagan
|
01a17a6972
|
Fix JSON parsing errors
|
2023-07-06 11:48:59 +03:00 |
|
ozanarmagan
|
2ae06c5824
|
Revert "Add timeout and num retries as search params"
This reverts commit 65dbeb6e75ea97a795df4a4a96327bd5b6c1ddd7.
|
2023-07-06 10:49:26 +03:00 |
|
Kishore Nallan
|
437732c89d
|
Remove stray logging in test.
|
2023-07-06 10:31:41 +05:30 |
|
ozanarmagan
|
65dbeb6e75
|
Add timeout and num retries as search params
|
2023-07-05 01:28:22 +03:00 |
|
Kishore Nallan
|
a69137ff3b
|
Merge pull request #1088 from ozanarmagan/v0.25-join
Retry on timeout for http proxy
|
2023-07-04 16:34:39 +05:30 |
|
Kishore Nallan
|
974280a4d5
|
Fix response streaming regression.
Introduced during export memory usage fix.
|
2023-07-04 15:55:27 +05:30 |
|
ozanarmagan
|
525df7d1e2
|
Add retries on timeout for http proxy
|
2023-07-04 11:29:49 +03:00 |
|
Kishore Nallan
|
0d0c948300
|
Merge pull request #1087 from ozanarmagan/v0.25-join
Fix postfix command for onnxruntime build
|
2023-07-04 13:23:25 +05:30 |
|
ozanarmagan
|
1588cc050a
|
Fix postfix command for onnxruntime build
|
2023-07-03 18:44:02 +03:00 |
|
Kishore Nallan
|
6692e87d73
|
Merge pull request #1083 from ozanarmagan/v0.25-join
Improve HybridSearchWithExplicitVector test
|
2023-07-03 16:09:12 +05:30 |
|
ozanarmagan
|
1ffa3c4ed2
|
Update the test with more detailed example
|
2023-07-03 13:19:21 +03:00 |
|
Kishore Nallan
|
d569cbd75e
|
Fix bug with offset/pagination affecting vector search.
# Conflicts:
# include/collection.h
# src/index.cpp
|
2023-07-02 21:02:39 +05:30 |
|
ozanarmagan
|
992ff2d9ad
|
Merge branch 'v0.25-join' of https://github.com/ozanarmagan/typesense into v0.25-join
|
2023-07-02 14:07:58 +03:00 |
|
ozanarmagan
|
3ed45d230f
|
Improve HybridSearchWithExplicitVector
|
2023-07-02 14:02:22 +03:00 |
|
Kishore Nallan
|
c066120fb1
|
Fix edge case in updating empty array strings.
|
2023-07-01 13:46:03 +05:30 |
|
Kishore Nallan
|
e60094c88b
|
Merge pull request #1077 from happy-san/v0.25-join
Fixes for include fields formatting and docs_updated_count
|
2023-06-30 12:28:34 +05:30 |
|