SuperDuperDB / superduperdb

🔮 SuperDuperDB: Bring AI to your database! Build, deploy and manage any AI application directly with your existing data infrastructure, without moving your data. Including streaming inference, scalable model training and vector search.
https://superduperdb.com
Apache License 2.0
4.54k stars 444 forks source link

[BUGS-0.2.0] Fix order for information printing #2146

Open fnikolai opened 4 weeks ago

fnikolai commented 4 weeks ago

The following table is printed only after the data layer has been built.

This is nice for info, but hard for debugging, because if the data layer fails, the table will never be printed.

Instead, we want to print this table before building data layer

+----------------+--------------------------------------------------------------------------------------------------------------+
| Configuration  |                                                    Value                                                     |
+----------------+--------------------------------------------------------------------------------------------------------------+
|  Data Backend  | snowflake://so******er:SU******c=@....../ |
| Artifact Store |                                           filesystem:///artifacts                                            |
|    Compute     |                                             ray://ray-head:10001                                             |
|      CDC       |                                               http://cdc:8001/                                                |
| Vector Search  |                                           http://vectorsearch:8000/                                           |
+----------------+--------------------------------------------------------------------------------------------------------------+