2.1.0
BoxLang AI Module v2.1.0 Release Notes - Multi-Tenant Tracking, OpenSearch Vector Memory, Bedrock Streaming, and Provider Configuration
🎉 Major Features
Multi-Tenant Usage Tracking
// Tag requests with tenant information
result = aiChat(
messages: "Generate report",
options: {
tenantId: "customer-123",
usageMetadata: {
costCenter: "marketing",
projectId: "campaign-2024",
userId: "[email protected]"
}
}
)
// Works with all providers: OpenAI, Bedrock, Ollama, DeepSeek, etc.Predefined Provider Configuration
Provider-Specific Options
OpenSearch Vector Memory Provider
OpenAI-Compatible Embedding Support
AWS Bedrock Streaming Support
Custom Ollama Base URLs
🎁 New Features
🔧 Enhancements
🐛 Bug Fixes
📚 Documentation Updates
🚀 Upgrade Notes
🙏 Thank You
Last updated