Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Chris4K/token-counter-tool
Chris4K
/
rag-tool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
946c9a8
rag-tool
/
app.py
Chris4K
Update app.py
a8a9592
over 1 year ago
raw
Copy download link
history
blame
Safe
161 Bytes
from
transformers.tools.base
import
launch_gradio_demo
from
vector_store_retriever
import
VectorStoreRetrieverTool
launch_gradio_demo(VectorStoreRetrieverTool)