Skip to content

Releases: RubenSystems/RSvIDX

Get using custom hash

16 Mar 09:21
Compare
Choose a tag to compare
0.3.0

added custom hash algo

Custom Hash

15 Mar 15:16
Compare
Choose a tag to compare

Added custom hashing ability for neural hash algorithms

v0.2.8

25 Feb 17:38
Compare
Choose a tag to compare

Fix Python allocator issue & removed pointless arguement passing

v0.2.5

11 Feb 18:23
Compare
Choose a tag to compare

Fix: Python Allocator Issue:

  • Resolved issue where python's allocator would missize C objects and allocate the wrong size

v0.2.4

11 Feb 12:03
Compare
Choose a tag to compare

PATCH: Referencing issue caused due to dynamic linking error.

v0.2.3

10 Feb 15:57
Compare
Choose a tag to compare

Vector Store

  • Add vector store
  • GET returns tuple (on python): ID, VEC

rsvidx-v0.2.2

31 Jan 10:26
Compare
Choose a tag to compare

Version 0.2.2

Patch

  • update random projections generator for more uniformity

rsvidx-v0.2.0

29 Jan 16:06
c795cfa
Compare
Choose a tag to compare

RSvIDX version 0.2.0

  • Eager allocator improves speed on read/write
  • Optimised build reduces binary size
  • Added PyPI packaging