Pierre Lafievre
Pierre Lafievre
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
### Description Some resources have specific import method like address range. It appears that sometimes I'm fixing the reading method of the resource instead of introducing an import method to...
Currently the provider use the terraform SDK 2 (not in it's latest release), it may be interesting to migrate to the framework. [Here is the announcement of the 1.0 release](https://www.hashicorp.com/blog/terraform-plugin-framework-is-now-generally-available)...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
Close #1035 Conflict #1022 Need to see if it fix #961 ### PR Checklist - [x] Read the [Contributing documentation](https://github.com/tmc/langchaingo/blob/main/CONTRIBUTING.md). - [x] Read the [Code of conduct documentation](https://github.com/tmc/langchaingo/blob/main/CODE_OF_CONDUCT.md). - [x]...
The [ollamaclient](https://github.com/tmc/langchaingo/tree/main/llms/ollama/internal/ollamaclient) package is no more up to date. We should remove it and use directly the official [ollama client](https://pkg.go.dev/github.com/ollama/ollama/api). The Ollama API is also described [here](https://github.com/ollama/ollama/blob/main/docs/api.md) There's probably a...
In this PR I tried to: - basically integrate Ollama tools supports in langchaingo - add an ollama test - update the ollama-functions-example code now heavily inspired of openai-function-call-example Notes:...
Not merged yet but here's the PR: https://github.com/ollama/ollama/pull/7219 There's already request and response structures etc. so it's possible to start working on it. But it's probably better to consider merging...