ragkit 0.0.0

Developer platform to build RAG applications.
Documentation
1
2
3
4
5
use anyhow::Error;

pub fn hello() -> Result<&'static str, Error> {
  Ok("hello world")
}