semantic_search_codespark 0.1.0
semantic_search_codespark: ^0.1.0 copied to clipboard
Offline semantic search for Flutter — match by meaning, not spelling. Finds 'physician' when users type 'doctor'. On-device MiniLM, no API keys, tiny 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.0Alternatively, 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';