couchbase-shell icon indicating copy to clipboard operation
couchbase-shell copied to clipboard

Remove --model from at least some of the vector enrich-text examples

Open Westwooo opened this issue 1 year ago • 1 comments

When the enrich-text examples were written the model had to be passed in, since it could not be specified any other way. Now that the model is provided through the config file we can remove the model flag from most, if not all, of the examples.

Westwooo avatar Aug 06 '24 09:08 Westwooo

It could make sense to use 2 different models though. Because you could pipe the result of one model to another. Like asking an LLM and pipe it to a local, specialized SML.

ldoguin avatar Aug 12 '24 19:08 ldoguin