semantic_search_codespark 0.1.0 copy "semantic_search_codespark: ^0.1.0" to clipboard
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_codespark

This 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.0

Alternatively, 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';
6
likes
160
points
195
downloads

Documentation

API reference

Publisher

verified publisherksaikiran.dev

Weekly Downloads

Offline semantic search for Flutter — match by meaning, not spelling. Finds 'physician' when users type 'doctor'. On-device MiniLM, no API keys, tiny API.

Homepage
Repository (GitHub)
View/report issues

Topics

#semantic-search #embeddings #search #nlp #on-device

License

MIT (license)

Dependencies

ai_core_codespark, flutter

More

Packages that depend on semantic_search_codespark