issues Search Results · repo:tmc/langchaingo language:Go
Filter by
400 results
(68 ms)400 results
intmc/langchaingo (press backspace or delete to remove)langchaingo package (or one of its dependencies) is referencing a non-existent version of nhooyr.io/websocket (v1.8.7)
go: downloading nhooyr.io/websocket v1.8.7 go: ..... imports github.com/tmc/langchaingo/chains ...
Milkhaa
- 1
- Opened yesterday
- #1310
In the file https://github.com/tmc/langchaingo/blob/main/llms/ollama/internal/ollamaclient/ollamaclient.go, the function
CreateEmbedding() calls the path /api/embeddings , but according to the Ollama api ...
cmcbride-ars
- 1
- Opened 10 days ago
- #1303
I see that some issues have been fixed. Can we continue to release based on the fixed content
yhuaminghui
- 1
- Opened 11 days ago
- #1301
On May 24th 2025 Google discontinued the availability of the textembedding-gecko model. Attempts to use EmbedQuery with
Vertex fail with this error:
error embedding query: rpc error: code = NotFound desc ...
alanrichman
- Opened 12 days ago
- #1300
I am using API key in google vertex AI with:
if config.CredentialFile != {
options = append(options, googleai.WithCredentialsFile(config.CredentialFile))
} else if config.APIKey != {
options ...
KunalSin9h
- 3
- Opened 12 days ago
- #1298
This is a capability that some hosted model providers offer via api endpoints so there s good reason to separate this
concern as a package.
Further, we currently take on a slight awkward dependency on ...
tmc
- Opened 12 days ago
- #1294
As I ve been doing some maintenance and improvements I ve noticed some things creep in that we should clean up and
codify in design principles.
A few topics this should cover:
- interface design
...
tmc
- Opened 12 days ago
- #1293
tmc
- Opened 13 days ago
- #1290
As Ollama just release their new version 0.9.0, does langchain plan support to pass think parameter for Ollama API ?
https://github.com/ollama/ollama/releases/tag/v0.9.0
zhangddjs
- Opened 14 days ago
- #1287

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.