akashi_rag 0.1.0
akashi_rag: ^0.1.0 copied to clipboard
Retrieval-augmented generation for the Akashi agent framework: a provider-neutral Retriever seam, a pure-Dart in-memory vector store, document chunking, and glue to wire retrieval into an agent as a tool.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add akashi_ragWith Flutter:
$ flutter pub add akashi_ragThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
akashi_rag: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:akashi_rag/akashi_rag.dart';