microsoft / ai-chat-protocol

A library + API spec for easily streaming generative AI output to your chat applications.
MIT License
126 stars 18 forks source link

Updating samples to no longer require redis. #55

Closed glecaros closed 5 months ago

glecaros commented 5 months ago

This pull request includes changes to the samples directory that remove the use of Docker and Redis, and simplify the backend codebase. The most significant changes are the removal of Docker-related files, the replacement of Redis with an in-memory store, and the update of package dependencies.

Removal of Docker:

Replacement of Redis with an in-memory store:

Update of package dependencies: