LangStream Documentation
Langstream.aiLangStream GitHub RepoChangelog
Search
⌃K
Links
LangStream Documentation
❤
Langstream.ai
⭐
LangStream GitHub Repo
📜
Changelog
about
What is LangStream?
License
Get Started
installation
LangStream CLI
Docker
Minikube (mini-langstream)
Kubernetes
Build and install from source
Building Applications
Vector Databases
Application structure
Sample App
Develop, test and deploy
Application Lifecycle
Expression Language
API Gateways
API Reference
LangStream CLI
CLI Commands
CLI Configuration
Web interface
Integrations
Large Language Models (LLMs)
Data storage
Integrations
LangServe
Pipeline Agents
Agent Messaging
Builtin agents
Input & Output
webcrawler-source
s3-source
azure-blob-storage-source
sink
vector-db-sink
camel-source
AI Agents
Text Processors
Data Transform
Flow control
Custom Agents
Messaging
Messaging
Patterns
RAG pattern
FLARE pattern
Examples
LangServe chatbot
LlamaIndex Cassandra sink
Powered By GitBook
Comment on page

Input & Output

Source agents

Source agents are responsible for getting records into the pipeline from external services.
  • ​Web Crawler​
  • ​S3 Source​
  • ​Azure Blob Storage Source​
  • ​Apache Camel source agent​

Sink agents

Sink agents are responsible for exporting records from the pipeline to external services.
  • ​Kafka connect Sink​
  • ​Vector Database Sink​
Last modified 15d ago