Skip to content

epps/redis-vec-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Vector Database PoC

This is a proof of concept for using Redis as a vector database.

Prerequisites

This application assumes that you have a RedisSearch server running on localhost:6379. The easiest way to do this is to use Docker:

docker run -p 6379:6379 redislabs/redisearch:latest

Additionally, you'll need an API token from Huggingface, which you can generate here.

Once you have your token, copy the template.env file to .env and paste your token into the HG_TOKEN variable.

cp template.env .env

Running the application

go run . --load --query=<SEARCH TERM OR PHRASE>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages