agentic_rag 0.1.1 copy "agentic_rag: ^0.1.1" to clipboard
agentic_rag: ^0.1.1 copied to clipboard

Retrieval-augmented generation for Dart: loading, chunking, dense and BM25 retrieval, rank fusion, re-ranking, cited answers and retrieval tools.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add agentic_rag

With Flutter:

 $ flutter pub add agentic_rag

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

dependencies:
  agentic_rag: ^0.1.1

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:agentic_rag/agentic_rag.dart';
2
likes
160
points
133
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Retrieval-augmented generation for Dart: loading, chunking, dense and BM25 retrieval, rank fusion, re-ranking, cited answers and retrieval tools.

Repository (GitHub)
View/report issues
Contributing

Topics

#ai #rag #retrieval #embeddings #agentic

License

MIT (license)

Dependencies

agentic_core, agentic_llm, agentic_tools, agentic_vector, meta

More

Packages that depend on agentic_rag