Redislabs-Solution-Architects / gears-embed

Demo of use of Redis Functions for vector embeddings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis Functions for Text Embeddings

Contents

  1. Summary
  2. Architecture
  3. Features
  4. Prerequisites
  5. Installation
  6. Usage

Summary

Demo of vector embeddings from a Redis Function. Non-functional currently. Gears function fails due to OOM error.

Architecture

Features

Prerequisites

  • Ubuntu 20.x
  • Docker Compose
  • Docker
  • nodejs

Installation

git clone https://github.com/Redislabs-Solution-Architects/gears-embed.git && cd gears-embed && npm install

Usage

Start

./start.sh

Stop

./stop.sh

About

Demo of use of Redis Functions for vector embeddings

License:Other


Languages

Language:Shell 54.1%Language:JavaScript 45.9%