genkit
genkit copied to clipboard
feat(py/genkit): added the resolve method dummy for vectorstore plugin.
Description:
This PR introduces a dummy implementation of the resolve method in the vectorstore plugin. The process has been added to satisfy interface requirements for the base plugin base class, which will enable the abstract method for resolve_method in the future.