...
Set this Boolean property to true
to indicate that you want the model API to stream its output as it is generated rather than sending the output all at once. Beware that some model API may not have this capability.
rag
RAG (or Retrieval-Augmented Generation) is a technique in natural language processing that Profound AI uses to search Knowledge Documents based on questions from the end-user. Use this property to define how the model will use RAG by providing an object that specifies various RAG options, such as provider
, embeddingModel
, and database.
The default provider is “openai”. Alternatively, the “llamaindex” provider can be used.
additionalParams
To enhance flexibility and allow for customized interactions with various models, use this property to pass extra parameters directly to the model API.
...