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