tmc / langchaingo

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

readme: add scheme to vectorstores/chroma URL #846

Closed codefromthecrypt closed 2 weeks ago

codefromthecrypt commented 1 month ago

Perhaps this worked before, but now if you omit the protocol in the URL, you'll get an error like this:

2024/05/21 10:15:43 new: Get "localhost:8000/api/v1/heartbeat": unsupported protocol scheme "localhost"

PR Checklist