tmc / langchaingo

LangChain for Go, the easiest way to write LLM-based programs in Go
https://tmc.github.io/langchaingo/
MIT License
3.76k stars 523 forks source link

Consider exposing/separating provider clients. #943

Open tmc opened 4 days ago

tmc commented 4 days ago

Currently we tuck away our various vendor client implementation in internal directories. We should consider teasing these implementations out (perhaps into a separate github organization) to enable wider use/adoption and improvement.