|
3 | 3 | </p> |
4 | 4 |
|
5 | 5 | <h1 align="center">DaiSy</h1> |
6 | | -<h2 align="center">A Library for Scalable Data Series Similarity Search</h2> |
| 6 | +<h2 align="center">The Library for Fast and Exact, Data Series and Vector Similarity Search</h2> |
7 | 7 |
|
8 | 8 | <p align="center"> |
9 | 9 | <a href="https://github.com/MChatzakis/daisy/stargazers"><img src="https://img.shields.io/github/stars/MChatzakis/daisy?style=social" alt="GitHub Stars"></a> |
|
14 | 14 | Exact similarity search over large collections of data series is a fundamental operation in modern applications, yet existing solutions are often fragmented, specialized, or tailored to specific execution environments. |
15 | 15 | We present DaiSy (**Da**ta series s**i**milarity **S**earch librar**y**), a unified library for exact data series similarity search that integrates multiple state-of-the-art algorithms within a single, coherent framework. |
16 | 16 | DaiSy is the first library to support exact similarity search across diverse execution environments, including implementations for disk-based, in-memory, GPU-accelerated, and distributed scalable similarity search. |
17 | | -The library supports interfaces in both C++ and Python, enabling, researchers and practitioners to easily integrate its functionality in a variety of tasks. |
| 17 | +The library supports interfaces in both C++ and Python, enabling researchers and practitioners to easily integrate its functionality in a variety of tasks. |
18 | 18 |
|
19 | 19 | **<span style="color:red">ALPHA VERSION</span>**: Currently, DaiSy is experimental. The library is still under active development. We welcome suggestions and bug reports. |
20 | 20 |
|
21 | | -<!--When using DaiSy, please consider citing the following paper: |
| 21 | +## How to Cite |
| 22 | + |
| 23 | +When using DaiSy, please consider cite the following artifacts: |
22 | 24 |
|
23 | 25 | ```latex |
24 | | -Coming Soon! |
| 26 | +@misc{daisy2026, |
| 27 | + title = {{The DaiSy Library for Fast and Exact, Data Series and Vector Similarity Search}}, |
| 28 | + author ={Francesca Del Gaudio, Manos Chatzakis, Gayathiri Ravendirane, Botao Peng, Panagiota Faatourou, Themis Palpanas}, |
| 29 | + year = {2026}, |
| 30 | + howpublished = {\url{https://github.com/mchatzakis/daisy}} |
| 31 | +} |
25 | 32 | ``` |
26 | 33 | --> |
27 | 34 |
|
| 35 | + |
| 36 | + |
28 | 37 | ## Supported State-of-the-Art algorithms |
29 | 38 | We currently support several algorithms for exact similarity search, each optimized for specific use cases and environments. |
30 | 39 | The following table summarizes the key features of each algorithm: |
|
0 commit comments