Commit 841249f7 authored by Boris Lukačovič's avatar Boris Lukačovič
Browse files

Merge branch 'fix' into 'main'

Day 0 Fix

See merge request !1
parents 4fcf3c50 693a47d2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# Index comparison

This is a repository containing code for **Dynamic Space-Partitioning Indexes for High-Dimensional Data** bachelor theses.
This is a repository containing code for **Dynamic Space-Partitioning Indexes for High-Dimensional Data** bachelor thesis.

The goal of this thesis is to compile a list of existing dynamic space-partitioning indexes for high-dimensional data, locate their public implementations, and benchmark them using real-world datasets in dynamic indexing scenarios.

## How to install the benchmarking framework

The Python framework's project is created using `uv`. The projects was last build
with version **TODO version**. To check version of the `uv` utility, use **TODO command**.
To install the `uv` tool, follow official installation instructions at **TODO site**.
with version **0.9.9**. To check version of the `uv` utility, use **uv --version**.
To install the `uv` tool, follow official installation instructions at **[Astral Docs](https://docs.astral.sh/uv/guides/install-python/)**.
After installation of `uv`, to install the `exp` command -- interface of the index-comparison
framework, do:

+3 −3
Original line number Diff line number Diff line
Metadata-Version: 2.4
Name: dataset
Version: 0.1.0
Summary: Add your description here
Version: 1.0.0
Summary: Dataset definition for experiments.
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: experiments
Requires-Dist: experiment
Requires-Dist: logger
+1 −0
Original line number Diff line number Diff line
dataset.py
dataset_bank.py
pyproject.toml
dataset.egg-info/PKG-INFO
dataset.egg-info/SOURCES.txt
+1 −1
Original line number Diff line number Diff line
experiments
experiment
logger
+1 −0
Original line number Diff line number Diff line
dataset
dataset_bank
Loading