langchaingo icon indicating copy to clipboard operation
langchaingo copied to clipboard

Is the Chroma initial heartbeat necessary?

Open agcom opened this issue 1 year ago • 1 comments
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.

agcom avatar Mar 04 '24 07:03 agcom

I'm opening to removing this (or exposing an option).

tmc avatar Mar 20 '24 22:03 tmc