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.55k stars 445 forks source link

Remove the `info` variable from the datatype #2120

Open jieguangzhou opened 1 month ago

jieguangzhou commented 1 month ago

For all encode and decode in datatype, we have accepted an info variable, but it has not been used so far.

It is suggested to remove it, or change it to **info, so that when implementing a new datatype, there is no need to explicitly add an unused variable.