Uses of Class
ai.vectros.types.RagStreamEvent
Packages that use RagStreamEvent
-
Uses of RagStreamEvent in ai.vectros.resources.inference
Methods in ai.vectros.resources.inference that return types with arguments of type RagStreamEventModifier and TypeMethodDescriptionAsyncInferenceClient.ragInference(RagRequest request) Runs hybrid search over your indexed content, then streams a model answer grounded in the top results.AsyncInferenceClient.ragInference(RagRequest request, RequestOptions requestOptions) Runs hybrid search over your indexed content, then streams a model answer grounded in the top results.AsyncRawInferenceClient.ragInference(RagRequest request) Runs hybrid search over your indexed content, then streams a model answer grounded in the top results.AsyncRawInferenceClient.ragInference(RagRequest request, RequestOptions requestOptions) Runs hybrid search over your indexed content, then streams a model answer grounded in the top results.InferenceClient.ragInference(RagRequest request) Runs hybrid search over your indexed content, then streams a model answer grounded in the top results.InferenceClient.ragInference(RagRequest request, RequestOptions requestOptions) Runs hybrid search over your indexed content, then streams a model answer grounded in the top results.RawInferenceClient.ragInference(RagRequest request) Runs hybrid search over your indexed content, then streams a model answer grounded in the top results.RawInferenceClient.ragInference(RagRequest request, RequestOptions requestOptions) Runs hybrid search over your indexed content, then streams a model answer grounded in the top results. -
Uses of RagStreamEvent in ai.vectros.types
Methods in ai.vectros.types that return RagStreamEventModifier and TypeMethodDescriptionstatic RagStreamEventRagStreamEvent.contentDelta(ContentDeltaEvent value) static RagStreamEventstatic RagStreamEventRagStreamEvent.error(ErrorEvent value) static RagStreamEventRagStreamEvent.searchResults(SearchResultsEvent value) static RagStreamEventRagStreamEvent.truncationWarning(TruncationWarningEvent value)