Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
mwalker22
/
TMD-Golf-Caddie-Agent
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
TMD-Golf-Caddie-Agent / backend /core
12.9 kB
  • 3 contributors
History: 5 commits
mwalker22's picture
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
    36 Bytes
    Initial commit 5 months ago
  • chatmodel.py
    1.8 kB
    Initial commit 5 months ago
  • embeddings.py
    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
    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
    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
    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
    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