2667 Commits

Author SHA1 Message Date
Jason Bosco
36d543c792 Trigger CI 2024-01-02 19:41:45 -06:00
Kishore Nallan
06fd80c4c6 Fix clang compile error v0.25.2 2024-01-02 14:35:23 +05:30
Kishore Nallan
350c2909ec Do explicit compaction instead of automatic periodic compaction.
This is required until RocksDB fixes the behavior of periodic compaction seconds.
2023-12-27 17:32:03 +05:30
Kishore Nallan
f8805ecd7a
Merge pull request #1442 from krunal1313/float_value_truncation
test for float value truncation
2023-12-20 15:52:12 +05:30
krunal
dd139df28b updating test 2023-12-20 14:49:46 +05:30
krunal
c601b006a8 test for float value truncation 2023-12-20 14:39:42 +05:30
Kishore Nallan
0e12b3a4fa Fix test. 2023-12-19 22:36:56 +05:30
ozanarmagan
77b39e613c Add test
# Conflicts:
#	test/collection_vector_search_test.cpp
2023-12-19 22:11:10 +05:30
ozanarmagan
36c717b72a Fix mean pooling function
# Conflicts:
#	src/text_embedder.cpp
2023-12-19 22:08:37 +05:30
Kishore Nallan
ec946d5664
Merge pull request #1438 from krunal1313/float_value_truncation
fix float value truncation bug & compile fix
2023-12-19 22:02:27 +05:30
krunal
09b7c19953 fix float value truncation bug & compile fix 2023-12-19 20:43:46 +05:30
Kishore Nallan
741705b367 Parameterize db compaction interval.
# Conflicts:
#	src/typesense_server_utils.cpp
2023-12-19 13:23:53 +05:30
Jason Bosco
ea09492c21 Use cache from target branch in PR if available 2023-12-18 16:06:34 -06:00
Jason Bosco
c18cc2f068 Merge branch 'main' into v0.25-join 2023-12-18 16:04:29 -06:00
Kishore Nallan
6248f3d046 Add .bazelversion 2023-12-18 16:26:20 +05:30
ozanarmagan
a0cdaaa676 Fix vector distance comparison bug
# Conflicts:
#	test/collection_vector_search_test.cpp
2023-12-18 16:26:04 +05:30
Jason Bosco
fe25926601 Use per-branch bazel cache 2023-12-12 21:28:47 -06:00
Jason Bosco
c2fcbd0d94 Pull build cache from main 2023-12-12 21:21:09 -06:00
Kishore Nallan
dfe3cdadb6 Set rocksdb periodic compaction interval to 7 days.
This was defaulting to 30 days earlier.
2023-12-11 13:46:38 +05:30
Kishore Nallan
50c07917f5 Update doc API should return 200 status code, and not 201. 2023-12-11 13:46:33 +05:30
Kishore Nallan
8e9af67806 Propagate dynamic field properties for nested field. 2023-12-08 16:05:48 +05:30
Jason Bosco
eb9ef31aaa Fix bazel cache downloading in CI 2023-12-01 14:07:19 -06:00
Jason Bosco
0956816717 Update README.md 2023-11-30 23:40:12 -06:00
Kishore Nallan
c71245ca14 Fix bug with deeply nested optional array of obj field. 2023-11-30 14:08:39 +05:30
Kishore Nallan
721d4ed7dc Reduce noise of per-collection housekeeping log. 2023-11-30 11:08:10 +05:30
Kishore Nallan
9c8e102709
Merge pull request #1399 from ozanarmagan/v0.25-join
Fix error messages for remote embedders
2023-11-27 10:36:36 +05:30
Jason Bosco
9ad9caecc9 Trigger CI 2023-11-26 19:38:20 -06:00
Jason Bosco
98f599719e Round 3 2023-11-26 19:35:18 -06:00
Jason Bosco
59628c91b9 Attempt 2 2023-11-26 19:33:43 -06:00
Jason Bosco
34f748d9b0 Attempt to fix bazel cache loading issue for files larger than 2GB 2023-11-26 19:28:33 -06:00
ozanarmagan
c3272abb73 Merge branch 'v0.25-join' of https://github.com/ozanarmagan/typesense into v0.25-join 2023-11-27 02:20:23 +03:00
ozanarmagan
dd215ffa49 Fix error messages for remote embedders 2023-11-27 02:20:10 +03:00
Kishore Nallan
c9ee8c9128
Merge pull request #1393 from ozanarmagan/v0.25-join
Fix hybrid search with filters
2023-11-24 11:06:17 +05:30
Jason Bosco
09de5fff20 Upgrade action-download-artifact to hopefully fix CI 2023-11-23 17:09:51 -06:00
ozanarmagan
9569b47cb4 Merge branch 'v0.25-join' of https://github.com/ozanarmagan/typesense into v0.25-join 2023-11-23 22:23:34 +03:00
ozanarmagan
a2c5d24802 Refactor ``VectorFilterFunctor`` to include
```excluded_ids```
2023-11-23 22:23:15 +03:00
Jason Bosco
a8b936bee8 Try manually unzipping, to prevent 2GB file size error 2023-11-22 17:28:15 -06:00
ozanarmagan
2b154226ca Fix hybrid search with filters 2023-11-22 22:28:15 +03:00
Kishore Nallan
1625decbea Remove spurious lock for housekeeping thread. 2023-11-20 16:08:01 +05:30
Kishore Nallan
7d06c30cb0 No timeout for follower proxying of writes. 2023-11-20 15:55:02 +05:30
Kishore Nallan
03f0c7e100 Log req IDs if they are stuck in req_map. 2023-11-20 10:50:45 +05:30
Kishore Nallan
af43190b82 Parameterize compaction of store during collection drop. 2023-11-19 18:03:45 +05:30
Kishore Nallan
0493922b2e Log pending writes. 2023-11-17 19:59:39 +05:30
Kishore Nallan
c6e67115a8 Log curl failure meta ahead of url to prevent truncation. 2023-11-17 11:19:39 +05:30
Kishore Nallan
816c56fada Refactor collection resource locking.
Make collection operations more independent.
2023-11-16 14:49:29 +05:30
Kishore Nallan
f47325436f Fix infix index deletion edge case. 2023-11-13 12:04:54 +05:30
Kishore Nallan
2254d25955 Handle null values in nested object arrays for optional fields. 2023-11-02 16:13:04 +05:30
Jason Bosco
9f56a25ad6
Update README.md 2023-11-01 13:12:09 -05:00
Kishore Nallan
862437620a Fix build. 2023-11-01 06:46:42 +05:30
Kishore Nallan
59f7bf0f48 Add background thread for periodic housekeeping. 2023-10-30 18:17:54 +05:30