Spaces:
Sleeping
Sleeping
Add cachetools for @lru_cache (though it’s in Python’s stdlib, let’s be explicit)
Browse files- 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
|