Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- lean4
|
| 5 |
+
- mathlib
|
| 6 |
+
- retrieval
|
| 7 |
+
- theorem-proving
|
| 8 |
+
- cuvs
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# LeanSearch v2 — Mathlib v4.28.0-rc1 cuVS index
|
| 12 |
+
|
| 13 |
+
Pre-built cuVS CAGRA index over every Mathlib v4.28.0-rc1 declaration, encoded with [Qwen3-Embedding-8B](https://huggingface.co/Qwen/Qwen3-Embedding-8B); drops directly into the LeanSearch v2 serving pipeline (`cuvs_index.bin` + `metadata.pkl` + `texts.pkl`).
|
| 14 |
+
|
| 15 |
+
- Code: <https://github.com/frenzymath/LeanSearch-v2>
|
| 16 |
+
- Paper: <https://arxiv.org/abs/2605.13137>
|