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:
benroshan
/
Prism
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
Prism / tests
27.7 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 16 commits
benroshan's picture
benroshan
feat: add filter_docs to HybridRetriever and get_retriever_filtered helper
09d72bf 2 months ago
  • __init__.py
    0 Bytes
    feat: add URL loader with BeautifulSoup extraction + tests 3 months ago
  • test_bm25_filter.py
    3.12 kB
    fix: restore score > 0 threshold in filtered BM25 path + use original index for scoring 2 months ago
  • test_briefing.py
    2.96 kB
    fix: robust JSON extraction in briefing (handles LLM preamble), tighten tests 3 months ago
  • test_chain.py
    917 Bytes
    Add Dockerfile and Render config 5 months ago
  • test_eval.py
    2.94 kB
    Add multi-K precision evaluation support 4 months ago
  • test_file_serving.py
    1.75 kB
    fix: replace startswith with is_relative_to() for path traversal security 2 months ago
  • test_ingest.py
    4.85 kB
    feat: add contextualize_chunks() for LLM-prefixed chunk embeddings 2 months ago
  • test_retriever.py
    632 Bytes
    Add Dockerfile and Render config 5 months ago
  • test_retriever_filter.py
    3.01 kB
    feat: add filter_docs to HybridRetriever and get_retriever_filtered helper 2 months ago
  • test_source_type.py
    1.46 kB
    feat: add source_type metadata to all ingested chunks 2 months ago
  • test_streaming.py
    3.27 kB
    fix: remove unused imports in test_streaming.py 2 months ago
  • test_url_loader.py
    2.82 kB
    fix: URL size guard for OOM prevention, eliminate double retrieval in chat, fix print 3 months ago