For example, passing "temperature": 0.7 to vectorize.generate(). I think ideally this is just an optional json parameter that is passed through to the model provider. This should be added to vectorize.encode(), vectorize.generate(), vectorize.rag(), and vectorize.search().
For example, passing
"temperature": 0.7
tovectorize.generate()
. I think ideally this is just an optional json parameter that is passed through to the model provider. This should be added tovectorize.encode()
,vectorize.generate()
,vectorize.rag()
, andvectorize.search()
.