Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mwalker22
/
TMD-Golf-Caddie-Agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TMD-Golf-Caddie-Agent
/
backend
/
core
12.9 kB
3 contributors
History:
5 commits
mwalker22
Replace the debug_print function and environment variable dependency with a logger implementation. Logging level is now controlled via an API.
5f64962
5 months ago
__init__.py
Safe
36 Bytes
Initial commit
5 months ago
chatmodel.py
Safe
1.8 kB
Initial commit
5 months ago
embeddings.py
Safe
1.53 kB
Issue Ticket #4: Replaced deprecated imports with . These three (chat_models, embeddings, and vectorstores) were all logging warnings in the console.
5 months ago
logging_config.py
Safe
1.08 kB
Replace the debug_print function and environment variable dependency with a logger implementation. Logging level is now controlled via an API.
5 months ago
text_utils.py
Safe
4.53 kB
Replace the debug_print function and environment variable dependency with a logger implementation. Logging level is now controlled via an API.
5 months ago
vector_store.py
Safe
2.36 kB
Replace the debug_print function and environment variable dependency with a logger implementation. Logging level is now controlled via an API.
5 months ago
vectordatabase.py
Safe
1.51 kB
Issue Ticket #4: Replaced deprecated imports with . These three (chat_models, embeddings, and vectorstores) were all logging warnings in the console.
5 months ago