Skip to content

Commit acbac05

Browse files
authored
Update README with new library description and citation
1 parent 180b860 commit acbac05

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
<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>
77

88
<p align="center">
99
<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,17 +14,26 @@
1414
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.
1515
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.
1616
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.
1818

1919
**<span style="color:red">ALPHA VERSION</span>**: Currently, DaiSy is experimental. The library is still under active development. We welcome suggestions and bug reports.
2020

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:
2224

2325
```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+
}
2532
```
2633
-->
2734

35+
36+
2837
## Supported State-of-the-Art algorithms
2938
We currently support several algorithms for exact similarity search, each optimized for specific use cases and environments.
3039
The following table summarizes the key features of each algorithm:

0 commit comments

Comments
 (0)