redis-developer / ArXivChatGuru

Use ArXiv ChatGuru to talk to research papers. This app uses LangChain, OpenAI, Streamlit, and Redis as a vector database/semantic cache.
MIT License
525 stars 69 forks source link

Expand redis cache implementations #5

Closed tylerhutcherson closed 1 year ago

tylerhutcherson commented 1 year ago

Introduces a semantic cache (backed by Redis, implemented in LangChain) as a viable option to improve application throughput.

More testing needed here.