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 QnA example to the OpenAI Cookbook (python) #6

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 Redis VSS for a question-and-answer style demo. Use the code here: https://github.com/RedisVentures/redis-openai-qna as a reasonable source of inspiration / starting point.

joeywhelan commented 1 year ago

PR submitted

tylerhutcherson commented 1 year ago

Amazing. Taking a look now.

tylerhutcherson commented 1 year ago

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