Guy Royse (@guyroyse) 's Twitter Profile
Guy Royse

@guyroyse

Work. Life. Code. Game. Lather. Rinse. Repeat. Husband and father of three. Son of mountain men. Geek. Graybeard. Gamemaster. Works at @redisinc. W8GUY.

ID: 102171628

linkhttp://guy.dev calendar_today05-01-2010 21:36:23

8,8K Tweet

3,3K Followers

1,1K Following

Guy Royse (@guyroyse) 's Twitter Profile Photo

Wanna search images? It's all about embeddings! Join my live session—Semantic Image Search with Hugging Face & Redis. → Image embeddings with Hugging Face → Fast search with Redis → Step-by-step code walkthrough Register now. redis.io/events/semanti…

Guy Royse (@guyroyse) 's Twitter Profile Photo

I'm trying an experiment on my Renaissance Guy blog on Medium. Here's the first post: medium.com/renaissance-gu… I'm using a custom MCP server and Claude to generate campaign ideas for TTRPGs. The core idea is to see how well LLMs can do when given external, random, and possibly

I'm trying an experiment on my Renaissance Guy blog on Medium. Here's the first post: medium.com/renaissance-gu…

I'm using a custom MCP server and Claude to generate campaign ideas for TTRPGs. The core idea is to see how well LLMs can do when given external, random, and possibly
Guy Royse (@guyroyse) 's Twitter Profile Photo

Left my hotel in Antwerp at 8:30 am. 20 hours and 6 time zones later, I shall arrive home at about 10:30 pm. It’s gonna be a long day.

Guy Royse (@guyroyse) 's Twitter Profile Photo

Whenever things get broken and absurd, the circus music starts playing in my head. I sometimes say ā€œCircus Music Intensifiesā€. From now on, I think I’m gone use the emoji combo of šŸ¤”šŸŽ¶šŸ“ˆ.

Guy Royse (@guyroyse) 's Twitter Profile Photo

RAG isn’t about vectors. The R in RAG stands for retrieval—as in, get useful stuff. And you can do that in lots of ways: šŸ“„ Full-text search (hello, Redis Query Engine) 🧾 SQL query: SELECT * FROM customers WHERE id = '42' ⚔ Redis key lookup: HGETALL customer:42 🧠 Yes,

RAG isn’t about vectors.

The R in RAG stands for retrieval—as in, get useful stuff. And you can do that in lots of ways:

šŸ“„ Full-text search (hello, Redis Query Engine)
🧾 SQL query: SELECT * FROM customers WHERE id = '42'
⚔ <a href="/Redisinc/">Redis</a> key lookup: HGETALL customer:42
🧠 Yes,
Redis (@redisinc) 's Twitter Profile Photo

Step into the dusty boots of a 19th-century pioneer, but with a modern AI spin.Ā Join our own Guy Royse on Wednesday, June 11 for a live dev talk where we use LangGraph to build an AI decision-maker, complete with semantic caching, routing logic, and vector retrieval using Redis.

Step into the dusty boots of a 19th-century pioneer, but with a modern AI spin.Ā Join our own <a href="/guyroyse/">Guy Royse</a> on Wednesday, June 11 for a live dev talk where we use LangGraph to build an AI decision-maker, complete with semantic caching, routing logic, and vector retrieval using Redis.
Redis (@redisinc) 's Twitter Profile Photo

Looking to implement semantic image search in your apps? Developer Advocate Guy Royse can walk you through generating image embeddings using freely available Hugging Face models, and storing them in Redis for fast, scalable semantic search.

Looking to implement semantic image search in your apps? Developer Advocate <a href="/guyroyse/">Guy Royse</a> can walk you through generating image embeddings using freely available <a href="/huggingface/">Hugging Face</a> models, and storing them in Redis for fast, scalable semantic search.
Guy Royse (@guyroyse) 's Twitter Profile Photo

These images from the nitric acid spill in Vinton County, Ohio are both disturbing and oddly beautiful. 10tv.com/article/news/l…

These images from the nitric acid spill in Vinton County, Ohio are both disturbing and oddly beautiful.

10tv.com/article/news/l…
Guy Royse (@guyroyse) 's Twitter Profile Photo

Structured data is easy. It lives in tables. It's the integers and strings and booleans you've been using your entire career. And searching it has been a solved problem for decades: šŸ–„ļø SELECT * FROM users WHERE clue > 0; Unstructured data is a bit trickier. It lives in files.

Structured data is easy. It lives in tables. It's the integers and strings and booleans you've been using your entire career. And searching it has been a solved problem for decades:

šŸ–„ļø SELECT * FROM users WHERE clue &gt; 0;

Unstructured data is a bit trickier. It lives in files.