Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
The-Ultimate-RAG-HF
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
app
/
backend
/
controllers
/
base_controller.py
Andrchest
final try 1
e53c2d7
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
135 Bytes
from
sqlalchemy
import
create_engine
from
app.settings
import
postgres_client_config
engine = create_engine(**postgres_client_config)