Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Spaces:
DreamsHunter
/
erp-ai-procurement-assistant-using-langgraph
Running

App Files Files Community
Fetching metadata from the HF Docker repository...
erp-ai-procurement-assistant-using-langgraph / src
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
DreamsHunter's picture
DreamsHunter
fix(api): lazy-initialize Groq client to prevent uvicorn startup crash on missing secrets
bcc1b35 15 days ago
  • graph
    fix: audit-driven bug fixes and .gitignore update 18 days ago
  • __init__.py
    14 Bytes
    Initial commit 3 months ago
  • config.py
    528 Bytes
    Migrate to Groq API, fix recursion limit, and resolve imports 2 months ago
  • document_loader.py
    1.45 kB
    Initial commit 3 months ago
  • embedder.py
    593 Bytes
    Upgraded the embedder and config.py 2 months ago
  • ingest_pipeline.py
    1.65 kB
    Refactor and prepare for HuggingFace Spaces deployment 3 months ago
  • llm_handler.py
    2.75 kB
    fix(api): lazy-initialize Groq client to prevent uvicorn startup crash on missing secrets 15 days ago
  • prompt_builder.py
    1.29 kB
    Fix Python 3.9 compat: replace PEP 585 lowercase generics (list[], dict[], set[], tuple[]) with typing equivalents across all runtime-evaluated code 3 months ago
  • retriever.py
    2.8 kB
    feat(ui): upgrade to Solarized Light UI system with exact question cards and system status indicator 18 days ago
  • text_chunker.py
    1.41 kB
    Initial commit 3 months ago
  • vector_store.py
    1.83 kB
    Initial commit 3 months ago