semantic_search_codespark 0.1.1
semantic_search_codespark: ^0.1.1 copied to clipboard
On-device semantic & vector search for Flutter — match by meaning, fully offline, no API keys. AI-powered search with a three-line API.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add semantic_search_codesparkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
semantic_search_codespark: ^0.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:semantic_search_codespark/semantic_search_codespark.dart';