* refactor-leftnav * bump-whats-new * comment-out-some-tutorials * links * guidelines * comma * starter-projects * try-links * add-new-component-location
13 lines
533 B
Text
13 lines
533 B
Text
import ThemedImage from '@theme/ThemedImage';
|
|
import useBaseUrl from '@docusaurus/useBaseUrl';
|
|
import ZoomableImage from '/src/theme/ZoomableImage.js';
|
|
import ReactPlayer from 'react-player';
|
|
|
|
# Collection
|
|
|
|
A collection is a snapshot of the flows available in the database. You can download your entire collection for local storage and upload it anytime for future use.
|
|
|
|
<div style={{ marginBottom: '20px', display: 'flex', justifyContent: 'center' }}>
|
|
<ReactPlayer playing controls url='/videos/langflow_collection.mp4'
|
|
/>
|
|
</div>
|