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 |
|
Kishore Nallan
|
80641096c9
|
Fix asan warnings.
|
2023-06-17 17:31:15 +05:30 |
|
Kishore Nallan
|
accfc4d1e2
|
Merge pull request #1057 from ozanarmagan/v0.25-join
Proxy API calls to generate embeddings from remote servers over leader node
|
2023-06-15 18:46:00 +05:30 |
|
ozanarmagan
|
da74865459
|
Update request timeouts
|
2023-06-15 14:10:29 +03:00 |
|
ozanarmagan
|
ec48c5a0ff
|
Add tests for proxy & better error checking
|
2023-06-15 13:52:59 +03:00 |
|
Kishore Nallan
|
9f78009796
|
Handle preset in embedded key.
|
2023-06-14 22:12:33 +05:30 |
|
ozanarmagan
|
67cb5349c9
|
Remove unnecessary log
|
2023-06-14 16:09:47 +03:00 |
|
ozanarmagan
|
d61abab259
|
Update for naming conventions and fix hashing for strings
|
2023-06-14 16:05:01 +03:00 |
|
ozanarmagan
|
a29c76ff54
|
Proxy remote embedding API calls from leader node
|
2023-06-14 03:08:51 +03:00 |
|
Kishore Nallan
|
e0e5d49053
|
Print TS version ahead of invalid configuration message.
|
2023-06-13 11:10:35 +05:30 |
|
Kishore Nallan
|
6b418318b2
|
Merge pull request #1052 from krunal1313/doc_count_with_grouping
adding found documents in results when group_by is enabled
|
2023-06-08 20:37:14 +05:30 |
|
krunal1313
|
420f651148
|
refactoring changes
|
2023-06-08 20:15:12 +05:30 |
|
krunal1313
|
0dffb36777
|
adding found documents in results when group_by is enabled
|
2023-06-08 15:41:49 +05:30 |
|
Kishore Nallan
|
e91073c1a8
|
Make export use text plain + utf8 content type header.
|
2023-06-07 20:21:19 +05:30 |
|
Kishore Nallan
|
dc00d85ca3
|
Add test for typos behavior with max candidates.
|
2023-06-07 20:20:40 +05:30 |
|
Kishore Nallan
|
0612792ebc
|
Merge pull request #1039 from ozanarmagan/v0.25-join
CUDA support for auto embedding
|
2023-06-04 15:46:10 +05:30 |
|
ozanarmagan
|
8f1480d322
|
Use arch independent path for sentencepiece
|
2023-06-03 19:04:24 +03:00 |
|
ozanarmagan
|
ad1f4cb896
|
Fix for sentencepiece build
|
2023-06-03 13:29:46 +03:00 |
|
Kishore Nallan
|
89d2b247fc
|
Fix edge cases in Japanese tokenization.
Address bad unicode + highlighting.
|
2023-06-01 16:54:14 +05:30 |
|
ozanarmagan
|
987745c4e3
|
Merge branch 'v0.25-join' of https://github.com/ozanarmagan/typesense into v0.25-join
|
2023-05-31 13:09:44 +03:00 |
|
ozanarmagan
|
eb6e5fd33b
|
Fix batch size
|
2023-05-31 13:08:31 +03:00 |
|
ozanarmagan
|
61a58c3ccb
|
Adding CUDA Support + batching
|
2023-05-31 13:07:59 +03:00 |
|
Kishore Nallan
|
b2c95d84c6
|
Fix curl client not passing arg along.
|
2023-05-30 19:28:27 +05:30 |
|
Kishore Nallan
|
d8fc509fe9
|
Don't send ts api key in curl client requests by default.
|
2023-05-30 16:28:36 +05:30 |
|
Kishore Nallan
|
ab20edf8a0
|
Merge pull request #986 from ozanarmagan/v0.25-join
OpenAI API integration to generate embeddings from fields & support for XLM-RoBERTa tokenizer
|
2023-05-30 15:39:20 +05:30 |
|
Ozan Armağan
|
73791a057b
|
Merge branch 'v0.25-join' into v0.25-join
|
2023-05-30 12:47:10 +03:00 |
|
Kishore Nallan
|
d3c1b77cef
|
Don't rewrite to meta data to store when loading collection.
|
2023-05-30 13:10:11 +05:30 |
|
Kishore Nallan
|
b9174081f4
|
Support http/2 on curl 8
|
2023-05-30 12:12:15 +05:30 |
|
Kishore Nallan
|
4c32ead921
|
Handle aliasing for analytics query.
|
2023-05-30 11:55:20 +05:30 |
|
Kishore Nallan
|
9e505a5322
|
Limit query tokens to 100 bytes.
|
2023-05-30 07:54:34 +05:30 |
|
Kishore Nallan
|
16c681223c
|
Fix some highlighting quirks.
|
2023-05-29 21:25:06 +05:30 |
|
Kishore Nallan
|
e82a033bd7
|
Bump hnsw lib.
|
2023-05-27 20:25:51 +05:30 |
|
Kishore Nallan
|
8ad97e73a0
|
Fix locking for analytics rule deletion.
|
2023-05-27 08:49:44 +05:30 |
|
Kishore Nallan
|
fde28a5df3
|
Move analytics params into sub-object.
|
2023-05-26 19:17:07 +05:30 |
|
Kishore Nallan
|
c074ef1300
|
Handle changes in req routes.
|
2023-05-26 09:46:58 +05:30 |
|
Kishore Nallan
|
5abec3f6e0
|
Refactor analytics paths.
|
2023-05-25 22:40:24 +05:30 |
|
Kishore Nallan
|
459f1255ed
|
Fix bazel cache path.
|
2023-05-25 15:25:03 +05:30 |
|
Kishore Nallan
|
38c5c0b035
|
Allow text match bucket of 1.
|
2023-05-25 12:10:45 +05:30 |
|
ozanarmagan
|
13ca8c5957
|
Fix for POST request with updated Http client in analytics manager
|
2023-05-24 23:38:39 +03:00 |
|
Kishore Nallan
|
0419a40e6f
|
Upgrade lock for cache erase.
|
2023-05-24 17:30:46 +05:30 |
|
ozanarmagan
|
24073c8f97
|
Merge branch 'v0.25-join' of https://github.com/ozanarmagan/typesense into v0.25-join
|
2023-05-24 14:17:20 +03:00 |
|
ozanarmagan
|
616c13f098
|
Add more detailed error message for remote embedding query with prefix
|
2023-05-24 14:17:00 +03:00 |
|
Ozan Armağan
|
24e309e50d
|
Merge branch 'v0.25-join' into v0.25-join
|
2023-05-24 14:15:02 +03:00 |
|