pub fn create_streaming_executor<V: VectorIndex>(
vector_index: Arc<V>,
token_limit: usize,
) -> StreamingContextExecutor<V>Expand description
Create a streaming context executor with default configuration
pub fn create_streaming_executor<V: VectorIndex>(
vector_index: Arc<V>,
token_limit: usize,
) -> StreamingContextExecutor<V>Create a streaming context executor with default configuration