upstash / rag-chat

Batteries included SDK for RAG development.
https://upstash.com/docs/vector/sdks/rag-chat/gettingstarted
MIT License
170 stars 46 forks source link

Initialize Redis if Env vars are set #87

Closed CahidArda closed 1 month ago

CahidArda commented 1 month ago

after https://github.com/upstash/redis-js/pull/1311, the redis initialization didn't work like before. so we replace the try/catch with a check.