Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ucGroupProj
/
Store-Front-Agentic-Chat-bot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4e4b89c
Store-Front-Agentic-Chat-bot
/
memory
/
rag
/
data
/
retriever.py
JerameeUC
1st
732e77c
6 months ago
raw
Copy download link
history
blame
191 Bytes
# memory/rag/data/retriever.py
from
__future__
import
annotations
from
..retriever
import
retrieve, retrieve_texts, Filters
# noqa: F401
__all__ = [
"retrieve"
,
"retrieve_texts"
,
"Filters"
]