akashi_rag 0.1.0 copy "akashi_rag: ^0.1.0" to clipboard
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_rag

With Flutter:

 $ flutter pub add akashi_rag

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  akashi_rag: ^0.1.0

Alternatively, 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';
0
likes
150
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#ai #agents #rag #embeddings #vector-search

License

MIT (license)

Dependencies

akashi

More

Packages that depend on akashi_rag