ReferenceStream Helpers
AIStream
Create a readable stream for AI responses.
StreamingTextResponse
Create a streaming response for text generations.
streamtoResponse
Pipe a ReadableStream to a Node.js ServerResponse object.
OpenAIStream
Transforms the response from OpenAI's language models into a readable stream.
AnthropicStream
Transforms the response from Anthropic's language models into a readable stream.
AWSBedrockStream
Transforms the response from AWS Bedrock's language models into a readable stream.
AWSBedrockMessagesStream
Transforms the response from AWS Bedrock Message's language models into a readable stream.
AWSBedrockCohereStream
Transforms the response from AWS Bedrock Cohere's language models into a readable stream.
AWSBedrockLlama-2Stream
Transforms the response from AWS Bedrock Llama-2's language models into a readable stream.
CohereStream
Transforms the response from Cohere's language models into a readable stream.
GoogleGenerativeAIStream
Transforms the response from Google's language models into a readable stream.
HuggingFaceStream
Transforms the response from Hugging Face's language models into a readable stream.
LangChainStream
Transforms the response from LangChain's language models into a readable stream.
LangChainAdapter
Transforms the response from LangChain's stream into data streams.
LlamaIndexAdapter
Transforms the response from LlamaIndex's streams into data streams.
MistralStream
Transforms the response from Mistral's language models into a readable stream.
ReplicateStream
Transforms the response from Replicate's language models into a readable stream.
InkeepsStream
Transforms the response from Inkeeps's language models into a readable stream.
generateId()
Helper function for generating unique IDs