数据工程中的生成人工智能
用LangChain和Amazon Bedrock建立RAG管道
In this post, you'll learn how you can set up and integrate Amazon Bedrock with your LangChain app for an end-to-end RAG pipeline
👋
New to LangChain? Start with this introductory post first. It'll give you a great overview of everything you need to know before diving in. Come back when you're done!
【软件架构】代码即为图表
1. Diagrams
Turn python code into cloud system architecture diagrams
go-diagrams:使用go创建漂亮的系统图
https://github.com/blushft/go-diagrams
Go-Diagrams
Fast and easy application diagrams
Go-Diagrams is a loose port of diagrams.
Contents
Diagrams:图表即代码
About Diagrams
Diagrams lets you draw the cloud system architecture in Python code.
It was born for prototyping a new system architecture without any design tools. You can also describe or visualize the existing system architecture as well.
Diagram as Code
allows you to track the architecture diagram changes in any version control system.
D2:说明性图表编程
Create beautiful diagrams in minutes. Simple syntax. Endlessly customizable. D2 is the fastest and easiest way to get a mental model from your head onto the screen, then make edits with your team.
vars: {
d2-config: {
layout-engine: elk
# Terminal theme code
theme-id: 300
}
}
network: {
cell tower: {
satellites: {
shape: stored_data
style.multiple: true
}
- 阅读更多 关于 D2:说明性图表编程
- 登录 发表评论
软件架构的前8个图表工具
This article was brought to you by IcePanel 🧊
使用Draw.io创建动态图的两个简单步骤
Python图形可视化基础,第三部分:带graphviz的有向图
使用graphviz和Pydot包创建有向图
graphviz示例
Examples¶
Tip
The following code examples are included in the examples/
directory of the source repository/distribution.
Note
Most of them recreate examples from the graphviz.org gallery or the graphviz.org documentation.
- 阅读更多 关于 graphviz示例
- 登录 发表评论