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 |
|
Harpreet Sangar
|
e277415ccb
|
Fix docs_updated_count getting garbage value.
Fix `StringUtils::split_include_fields` not trimming last value.
|
2023-06-30 12:19:10 +05:30 |
|
Kishore Nallan
|
cad2d802e8
|
Glog stdout/stderr console log separation.
|
2023-06-30 11:13:15 +05:30 |
|
Kishore Nallan
|
176a72e6ca
|
Fix http curl client timeout API.
|
2023-06-30 10:58:15 +05:30 |
|
Kishore Nallan
|
a7d549d0ae
|
Tweak default values for k in vector search.
|
2023-06-28 13:24:17 +05:30 |
|
Kishore Nallan
|
c0686a5936
|
Fixed bug when only vector search produced results in hybrid.
The vector search produced IDs must be merged back to all_result_ids in addition to incrementing the all_result_ids_len.
|
2023-06-28 13:21:08 +05:30 |
|
Kishore Nallan
|
425611fe01
|
Improve logging message.
|
2023-06-27 14:21:36 +05:30 |
|
Kishore Nallan
|
3a8a399783
|
Don't send proxy logs through raft log.
|
2023-06-27 14:12:19 +05:30 |
|
Kishore Nallan
|
040fb40897
|
Merge pull request #1071 from ozanarmagan/v0.25-join
vector_query_hits & sort by vector_distance
|
2023-06-26 20:14:43 +05:30 |
|
ozanarmagan
|
d0edc91cbb
|
vector_query_hits & sort by vector_distance
|
2023-06-26 14:19:19 +03:00 |
|
Kishore Nallan
|
b44a374229
|
Close async curl socket on premature error.
|
2023-06-24 10:05:04 +05:30 |
|
Kishore Nallan
|
23dbfd20d5
|
Merge pull request #1065 from ozanarmagan/v0.25-join
Bug fixes for embedding generation process
|
2023-06-24 10:04:33 +05:30 |
|
ozanarmagan
|
2517ac0ba7
|
Fix bug in comparing hashes of files
|
2023-06-23 10:45:55 +03:00 |
|
ozanarmagan
|
d8e51ce86a
|
Add virtual destructors for polymorphic base classes
|
2023-06-23 04:22:37 +03:00 |
|
Kishore Nallan
|
d9d6a38226
|
Reduce export/import memory usage.
|
2023-06-22 17:38:15 +05:30 |
|
Kishore Nallan
|
62ba570491
|
Remove resource check for POST /health
|
2023-06-22 11:49:58 +05:30 |
|
ozanarmagan
|
5bed247aea
|
Remove unnecessary sleep
|
2023-06-22 01:04:44 +03:00 |
|
ozanarmagan
|
b2d07d9a66
|
Skip validation of embedding field while reindexing
|
2023-06-21 02:23:36 +03:00 |
|
ozanarmagan
|
7e97b767a5
|
Fix sleep call in batch indexer
|
2023-06-20 01:36:52 +03:00 |
|
ozanarmagan
|
99be1f69df
|
Bug fixes for embedding generation process
|
2023-06-20 01:35:23 +03:00 |
|
Kishore Nallan
|
9e9569c1cd
|
Fix asan warnings for req/res cycles.
|
2023-06-18 16:15:25 +05:30 |
|
Jason Bosco
|
e7c9bee06a
|
Read symlink and then upload
|
2023-06-18 00:51:36 -05:00 |
|
Jason Bosco
|
0cb69b73b7
|
ls
|
2023-06-18 00:44:51 -05:00 |
|
Jason Bosco
|
199934da48
|
Renable saving build artifact
|
2023-06-18 00:42:09 -05:00 |
|