fix code formatting
This commit is contained in:
@@ -16,7 +16,8 @@
|
|||||||
package org.springframework.ai.document;
|
package org.springframework.ai.document;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts the Document text and metadata into an AI, prompt-friendly text representation.
|
* Converts the Document text and metadata into an AI, prompt-friendly text
|
||||||
|
* representation.
|
||||||
*
|
*
|
||||||
* @author Christian Tzolov
|
* @author Christian Tzolov
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ package org.springframework.ai.model;
|
|||||||
import reactor.core.publisher.Flux;
|
import reactor.core.publisher.Flux;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The StreamingModelClient interface provides a generic API for invoking an AI models with
|
* The StreamingModelClient interface provides a generic API for invoking an AI models
|
||||||
* streaming response. It abstracts the process of sending requests and receiving a
|
* with streaming response. It abstracts the process of sending requests and receiving a
|
||||||
* streaming responses. The interface uses Java generics to accommodate different types of
|
* streaming responses. The interface uses Java generics to accommodate different types of
|
||||||
* requests and responses, enhancing flexibility and adaptability across different AI
|
* requests and responses, enhancing flexibility and adaptability across different AI
|
||||||
* model implementations.
|
* model implementations.
|
||||||
|
|||||||
Reference in New Issue
Block a user