microsoft / ai-chat-protocol

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

Updating samples to no longer require redis. #55

Closed glecaros closed 3 weeks ago

glecaros commented 3 weeks 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: