Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hicustomer
/
govsearch
like
2
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
govsearch
/
backend
/
cache.py
Katsuya Oda
Initial commit
5285b72
unverified
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
from
caches
import
Cache
cache_questions = Cache(
"locmem://questions"
)
cache_generate_summary = Cache(
"locmem://generate_summary"
)