ollama_embedder 1.0.0 copy "ollama_embedder: ^1.0.0" to clipboard
ollama_embedder: ^1.0.0 copied to clipboard

CLI tool to generate text embeddings from project files for search, RAG pipelines and analysis

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate ollama_embedder

Use it

The package has the following executables:

$ ollama_embedder

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ollama_embedder

With Flutter:

 $ flutter pub add ollama_embedder

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

dependencies:
  ollama_embedder: ^1.0.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:ollama_embedder/config/cli_config.dart';
import 'package:ollama_embedder/config/default_config.dart';
import 'package:ollama_embedder/l10n/messages.dart';
import 'package:ollama_embedder/models/document.dart';
import 'package:ollama_embedder/models/embedding_chunk.dart';
import 'package:ollama_embedder/services/chunking_service.dart';
import 'package:ollama_embedder/services/embedding_processor.dart';
import 'package:ollama_embedder/services/embedding_service.dart';
import 'package:ollama_embedder/services/ollama_checker.dart';
import 'package:ollama_embedder/services/text_preprocessor.dart';
0
likes
150
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

CLI tool to generate text embeddings from project files for search, RAG pipelines and analysis

Repository (GitHub)
View/report issues

Topics

#cli #embeddings #ollama #rag

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args, http, logging, path

More

Packages that depend on ollama_embedder