langchaingo
langchaingo copied to clipboard
Is the Chroma initial heartbeat necessary?
trafficstars
https://github.com/tmc/langchaingo/blob/e8498f5c2f097cd31c917d2e63b4f6f41c651bf2/vectorstores/chroma/chroma.go#L62-L64
Is this :point_up: necessary? wouldn't it be better to raise errors upon requests, rather than on client initialization? This would make developing a fault-tolerant application easier.
I'm opening to removing this (or exposing an option).