Garden-AI / garden

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

Remove uses of the search index from the SDK #538

Closed WillEngler closed 1 month ago

WillEngler commented 1 month ago

To finish weaning ourselves off the search index, we need to make sure the SDK/CLI isn't querying it. We think this is just happening in the garden-ai search command.

Assumptions:

  1. Whoever picks up this PR should also do a more thorough sweep of the SDK to ensure that there really is only one place it's calling search.

Acceptance Criteria

Given I am a Garden SDK/CLI user, when the Garden search index is turned off, then I don't notice a thing - everything functions as it used to.