Tech Tips
Random ramblings on technical topics.
Sunday, November 19, 2023
DICOM Image Caching with Redis
›
Summary This post covers a demonstration of the usage of Redis for caching DICOM imagery. I use a Jupyter Notebook to step through loadi...
Sunday, November 5, 2023
Redis Vector Database Sizing Tool
›
Summary In this post, I cover a utility I wrote for observing Redis vector data and index sizes with varying data types and index parameters...
Redis Search - Rental Availability
›
Summary This post covers a very specific use case of Redis in the short-term rental domain. Specifically, Redis is used to find property av...
Monday, May 29, 2023
OpenAI Q&A using Redis VSS for Context
›
Summary I'll be covering the use case of providing supplemental context to OpenAI in a question/answer scenario (ChatGPT). Various news...
OpenAI + Redis VSS w/JSON
›
Summary This post will cover an example of how to use Redis Vector Similarity Search (VSS) capabilities with OpenAI as the embedding engine....
Saturday, May 27, 2023
Redis Polygon Search
›
Summary This post will demonstrate the usage of a new search feature within Redis - geospatial search with polygons. This search feature i...
Sunday, April 23, 2023
Redis Document/Search - Java Examples
›
Summary This post will provide some snippets from Redis Query Workshop available on GitHub. That workshop covers parallel examples in CLI, ...
‹
›
Home
View web version