Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nolanzandi
/
virtual-data-analyst
like
13
Running
App
Files
Files
Community
31
Fetching metadata from the HF Docker repository...
main
virtual-data-analyst
/
utils.py
nolanzandi
Refactor functions and improve llm accuracy (
#14
)
ccbdd61
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
from
pathlib
import
Path
current_dir = Path(__file__).parent
TEMP_DIR = current_dir /
'temp'
message_dict = {}