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