zvec/tests/db
egolearner 8d79f74214
fix: rename LogLevel enums to kStyle to avoid windows.h ERROR macro conflict (#435)
Windows.h defines ERROR as a macro which collides with LogLevel::ERROR.
Rename all LogLevel enum values to kDebug/kInfo/kWarn/kError/kFatal style,
and remove the now-unnecessary #undef ERROR workaround in jieba_tokenizer.
2026-06-02 11:32:50 +08:00
..
common fix: rename LogLevel enums to kStyle to avoid windows.h ERROR macro conflict (#435) 2026-06-02 11:32:50 +08:00
crash_recovery refactor: drop VectorQuery, unify single-target query on SearchQuery (#428) 2026-05-29 16:36:09 +08:00
index chore: rm buffer manager (#437) 2026-06-02 09:51:41 +08:00
sqlengine refactor: tidy query APIs and execution (#431) 2026-06-01 21:07:35 +08:00
CMakeLists.txt feat: add hnsw-rabitq support (#69) 2026-03-19 17:21:42 +08:00
collection_test.cc feat: add fts support (#408) 2026-06-01 15:02:54 +08:00
fts_query_test.cc feat: add fts support (#408) 2026-06-01 15:02:54 +08:00
reranker_test.cc feat: migrate multi-vector query and reranker logic to C++ (#405) 2026-05-29 10:10:41 +08:00
utf8_collection_test.cc refactor: support UTF-8 file paths via std::filesystem (#359) 2026-05-08 17:44:22 +08:00