Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sebastiangmz
/
CodeRAG
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
42f5b98
CodeRAG
/
coderag
/
retrieval
/
__init__.py
Sebastiangmz
Update to v0.1.2
42f5b98
3 months ago
raw
Copy download link
history
blame
Safe
140 Bytes
"""Retrieval module: Query processing and similarity search."""
from
coderag.retrieval.retriever
import
Retriever
__all__ = [
"Retriever"
]