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

[MISC]: In the listener, use a meaningful predict_id. #2150

Open jieguangzhou opened 4 weeks ago

jieguangzhou commented 4 weeks ago

Currently, the listener uses UUID as predict_id, making it difficult to find model results in the database since it’s a string of meaningless characters.

The predict_id should have the following attributes:

  1. Human-readable significance
  2. Support for configuration during the initialization of the listener
  3. Ability to distinguish between versions