Skip to content

Commit 30dbacb

Browse files
authored
Merge branch 'main' into fix/non-x86-build
2 parents 057035c + d9cf689 commit 30dbacb

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

.github/workflows/continuous_bench.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
name: Continuous Benchmark
22
on:
3-
push:
4-
branches: [ "main", "ci/continuous_bench_squash" ]
5-
paths-ignore:
6-
- '**.md'
3+
# Temporarily disabled. Restore original triggers below to re-enable.
4+
# push:
5+
# branches: [ "main"]
6+
# paths-ignore:
7+
# - '**.md'
8+
# workflow_dispatch:
79
workflow_dispatch:
10+
inputs:
11+
__disabled__:
12+
description: 'This workflow is temporarily disabled.'
13+
required: false
814

915
concurrency:
1016
group: cb-${{ github.workflow }}-${{ github.ref }}
@@ -15,6 +21,7 @@ permissions:
1521

1622
jobs:
1723
benchmark:
24+
if: false
1825
runs-on: vdbbench
1926
steps:
2027
- uses: actions/checkout@v6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
## 💫 Features
5151

5252
- **Blazing Fast**: Searches billions of vectors in milliseconds.
53-
- **Simple, Just Works**: [Install](#-installation) and start searching in seconds. No servers, no config, no fuss.
53+
- **Simple, Just Works**: [Install](#-installation) and start searching in seconds. Pure local, no servers, no config, no fuss.
5454
- **Dense + Sparse Vectors**: Work with both dense and sparse embeddings, with native support for multi-vector queries in a single call.
5555
- **Hybrid Search**: Combine semantic similarity with structured filters for precise results.
5656
- **Durable Storage**: Write-ahead logging (WAL) guarantees persistence — data is never lost, even on process crash or power failure.

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
## 💫 核心特性
5151

5252
- **极致性能**:毫秒级响应,轻松检索数十亿级向量。
53-
- **开箱即用**[安装](#-安装)后即刻开始搜索,无需服务器、无需配置、零门槛。
53+
- **开箱即用**[安装](#-安装)后即刻开始搜索,纯本地运行,无需服务器、无需配置、零门槛。
5454
- **稠密 + 稀疏向量**:支持稠密向量和稀疏向量,提供多向量联合查询的原生支持。
5555
- **混合检索**:向量语义搜索 + 标量条件过滤,获得精确结果。
5656
- **持久化存储**:WAL 预写日志保障数据持久性 — 即使进程崩溃或意外断电,数据也不会丢失。

0 commit comments

Comments
 (0)