Kishore Nallan
60e599e283
Don't limit results for phrase search.
2024-01-19 16:55:50 +05:30
Krunal Gandhi
9565efefb3
remove query hits aggregation & store ( #1496 )
2024-01-19 10:57:25 +05:30
Kishore Nallan
964774c1a3
Merge branch 'main' into v0.26-facets
2024-01-19 09:12:12 +05:30
Jason Bosco
303a48c473
Add whisper to gpu dependencies bundle
2024-01-18 17:14:50 -06:00
Kishore Nallan
897fd0d698
Refactor new line response in import.
2024-01-18 07:04:02 +05:30
Krunal Gandhi
e51055712c
facilitate to add metadata while creating collection ( #1491 )
...
* facilitate to add metadata while creating collection
* allow empty metadata keys
* refactor style
2024-01-17 18:57:32 +05:30
Jason Bosco
94f6af39ab
Update build script
2024-01-16 20:55:14 -06:00
Krunal Gandhi
85dd93bc10
Disable typo tolerance for digits ( #1478 )
...
* set max_cost to 0 when matching digits in art_fuzzy_search
* fix condition of trailing digits
* refactor the approach
* updating test
* change param name
2024-01-16 15:01:17 +05:30
Kishore Nallan
36af68a672
Merge pull request #1479 from ozanarmagan/v0.26-facets
...
Whisper runtime dynamic library linking for GPU inference
2024-01-15 15:11:22 +05:30
Kishore Nallan
d73d13f5bd
Use LLD for linking.
...
Without this, debugging on Clion on Bazel 6 breaks.
2024-01-15 11:29:14 +03:00
ozanarmagan
319c40a95f
Update whisper build to make GPU inference optional with runtime dynamic liking
2024-01-12 18:36:34 +03:00
Kishore Nallan
c1a71bc83f
Handle autodelete key property not being available.
2024-01-12 08:39:31 +05:30
Kishore Nallan
a15ef0e9ae
Merge branch 'main' into v0.26-facets
2024-01-12 06:49:14 +05:30
Kishore Nallan
cb4cac8d07
Merge pull request #1476 from ozanarmagan/v0.26-facets
...
Add support for voice query
2024-01-11 13:06:50 +05:30
ozanarmagan
c938c8440e
Fix tests
2024-01-11 00:51:19 +03:00
ozanarmagan
1b22de4df8
Refactor to use const references
2024-01-10 22:46:13 +03:00
Kishore Nallan
a79356e055
Match record validation behavior during alter with other places.
...
This ensures that we don't end up making the validation stricter after a bad record has been indexed earlier.
2024-01-10 17:22:33 +05:30
ozanarmagan
47284942ab
Update voice query test
2024-01-10 14:30:59 +03:00
ozanarmagan
90de80d137
Merge branch 'v0.26-facets' of https://github.com/ozanarmagan/typesense into v0.26-facets
2024-01-10 13:58:23 +03:00
ozanarmagan
2caca963fe
Remove RelWithDebInfo for whisper.cpp
2024-01-10 13:58:14 +03:00
Ozan Armağan
3b0c518643
Merge branch 'v0.26-facets' into v0.26-facets
2024-01-10 13:41:17 +03:00
ozanarmagan
db248f941d
Do not return q
if it is empty
2024-01-10 13:36:53 +03:00
ozanarmagan
eeb5f047cf
Fix voice query model references and error messages
2024-01-10 13:35:10 +03:00
ozanarmagan
cffd1a0fcf
Fix naming conventions
2024-01-10 13:34:55 +03:00
Kishore Nallan
cfeab44614
Merge pull request #1475 from krunal1313/autodelete_expired_keys
...
remove expired API keys when specified
2024-01-10 14:10:52 +05:30
ozanarmagan
76181abe2f
Fix whisper build
2024-01-10 01:26:47 +03:00
ozanarmagan
3c8b79781d
Add support for audio query
2024-01-09 22:41:45 +03:00
krunal
b36c3fa2ce
remove expired API keys when specified
2024-01-09 19:04:00 +05:30
Kishore Nallan
dc29256948
Merge branch 'v0.26-facets'
...
# Conflicts:
# include/index.h
# src/text_embedder.cpp
# test/collection_faceting_test.cpp
# test/collection_vector_search_test.cpp
2024-01-09 15:57:46 +05:30
Kishore Nallan
98a8ad92f4
Merge pull request #1474 from krunal1313/event_anaylytics
...
Store purchase, click events in tsv file
2024-01-09 13:52:22 +05:30
krunal
35988725f5
pass only analytics dir instead of db ptr
2024-01-09 11:43:42 +05:30
krunal
09e88c7c20
remove end-point to get events
2024-01-08 17:19:24 +05:30
krunal
54042536ef
Merge branch 'v0.26-facets' into event_anaylytics
2024-01-08 17:15:36 +05:30
krunal
29943c5089
store purchase, click events in tsv log file
2024-01-08 17:14:57 +05:30
Kishore Nallan
3a7186f9eb
Use original index of facet info during faceting.
2024-01-06 08:40:04 +05:30
Kishore Nallan
216f5c8924
Merge pull request #1466 from happy-san/query_by_fix
...
Return error on query by reference.
2024-01-05 12:58:16 +05:30
Kishore Nallan
431abf2f66
Merge pull request #1468 from krunal1313/float_range_facet_value_index_fix
...
fix float range facet with value index
2024-01-05 12:49:58 +05:30
Harpreet Sangar
08af7beb3f
Change error code.
2024-01-05 12:25:18 +05:30
krunal
2d2b005ee8
fix float range facet with value index
2024-01-05 12:17:12 +05:30
Kishore Nallan
5e17c44f9f
Merge pull request #1467 from krunal1313/event_anaylytics
...
Enable analytics rate limit for some tests explicitly
2024-01-05 11:41:12 +05:30
Harpreet Sangar
0726c17804
Fix query_by crash.
2024-01-05 11:24:13 +05:30
krunal
ee414dfb1d
enable rate limit in test for specific test only
2024-01-04 20:35:32 +05:30
Kishore Nallan
a5bce1b0f1
Merge pull request #1462 from krunal1313/event_anaylytics
...
generify counter events with different events types
2024-01-04 18:46:18 +05:30
Harpreet Sangar
09a8f5d537
Return error on query by reference.
2024-01-04 18:42:52 +05:30
krunal
471f9908cb
update test to cover other cases
2024-01-04 12:37:18 +05:30
krunal
e379b72813
generify counter events with different events types
2024-01-03 16:29:54 +05:30
Jason Bosco
9dea307777
Update README.md
2024-01-02 19:49:06 -06:00
Jason Bosco
7b9fc028ab
Update README.md
2024-01-02 19:48:16 -06:00
Jason Bosco
36d543c792
Trigger CI
2024-01-02 19:41:45 -06:00
Kishore Nallan
99c991b2fc
Merge pull request #1427 from happy-san/nested_join
...
Nested Join.
2024-01-02 21:10:40 +05:30