Skip to content

Conversation

HassanBahati
Copy link
Member

@HassanBahati HassanBahati commented Sep 11, 2025

Fixes #3456

Checklist (if applicable):

cause: e,
});
}
const modelResponse = JSON.parse(await res.text()) as ListLocalModelsResponse;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we might be able to just do await res.json() here

},
},
async (input, config) => {
const serverAddress = config?.serverAddress || options.serverAddress;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the v2 plugin system, the config parameter in the embedder action handler doesn't seem to have a serverAddress property

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

refactor: migrate ollama plugin to V2 Plugin API
2 participants