Cortex Sources
Ready-made source implementations for various data inputs that can be used with the cortex-ai processing framework.
Features
- File system sources
- More coming soon...
Usage
Add this to your Cargo.toml
:
[]
= "0.1.0"
Example
use FileSource;
use Source;
async
License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.