Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
16 stars 4 forks source link

migration: deprecate `/garden-search-record` calls #497

Open OwenPriceSkelly opened 1 week ago

OwenPriceSkelly commented 1 week ago

similar to #496, we should conditionally replace calls to the backend client's publish_ and delete_garden_metadata methods with the appropriate calls to the revamped backend.

NOTE: frontend and sdk clients will still read from the search index; this assumes that https://github.com/Garden-AI/garden-backend/issues/95 is completed, and changes to the DB also propagate to the search index.