<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Approximate k-Nearest Neighbour Search for 'bigmemory' Matrices
		with Annoy // Approximate Euclidean k-nearest neighbour search
		routines that operate on 'bigmemory::big.matrix' data through
		Annoy indexes created with 'RcppAnnoy'. The package builds
		persistent on-disk indexes plus sidecar metadata from streamed
		'big.matrix' rows, supports euclidean, angular, Manhattan, and
		dot-product Annoy metrics, and can either return in-memory
		results or stream neighbour indices and distances into
		destination 'bigmemory' matrices. Explicit index life cycle
		helpers, stronger metadata validation, descriptor-aware file-
		backed workflows, and benchmark helpers are also included.
	</longdescription>
</pkgmetadata>
