Sambhatnagar commited on
Commit
b27a239
·
verified ·
1 Parent(s): 6e855b4

Add cachetools for @lru_cache (though it’s in Python’s stdlib, let’s be explicit)

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -4,3 +4,4 @@ langchain-community
4
  langchain-openai
5
  faiss-cpu
6
  streamlit
 
 
4
  langchain-openai
5
  faiss-cpu
6
  streamlit
7
+ cachetools