redis-developer / redis-ai-resources

✨ A curated list of awesome community resources, integrations, and examples of Redis in the AI ecosystem.
MIT License
146 stars 13 forks source link

Contribute a Redis JSON + VSS example to OpenAI Cookbook (python) #5

Closed tylerhutcherson closed 1 year ago

tylerhutcherson commented 1 year ago

The existing cookbook just touches the surface: https://github.com/openai/openai-cookbook/blob/main/examples/vector_databases/redis/getting-started-with-redis-and-openai.ipynb

Contribute a new end-to-end notebook in Python that showcases using JSON and Search together (and using OpenAI embeddings). Highlight the following:

joeywhelan commented 1 year ago

PR submitted.

tylerhutcherson commented 1 year ago

Merged >>> https://github.com/openai/openai-cookbook/pull/408