package
0.0.0-20240410154824-a05affc02e9c
Repository: https://github.com/hvuhsg/kiko.git
Documentation: pkg.go.dev
# Functions
Create new recommendation engine with configuration.
Create node with random vector with values in range 0-1.
Create nodes vector space.
Create new node from array and uuid.
Create new node from vector and uuid.
Create new RAM storage for nodes and connections.
# Interfaces
Recommendation system that works on a graph,.
Vector space for the nodes.
Node uuid and vector data.
Presistence storage interface can use SQL / NoSQL DB.