knowledge_embeddings 0.0.1-dev.1
knowledge_embeddings: ^0.0.1-dev.1 copied to clipboard
A unified library for chunking, embedding, and searching content.
We analyzed this package 23 hours ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: knowledge_embeddings.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: knowledge_embeddings, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Repository URL doesn't exist.
At the time of the analysis https://github.com/conceptadev/wayfinder/tree/main/packages/knowledge_embeddings was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
631 out of 774 API elements (81.5 %) have documentation comments.
Some symbols that are missing documentation: knowledge_embeddings.BaseChunker.BaseChunker.new, knowledge_embeddings.BaseEmbedder.BaseEmbedder.new, knowledge_embeddings.BaseStore.BaseStore.new, knowledge_embeddings.DartChunker, knowledge_embeddings.DartChunker.DartChunker.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:knowledge_embeddings/knowledge_embeddings.dartthat imports:package:knowledge_embeddings/src/storage/objectbox_store.dartthat imports:package:knowledge_embeddings/src/storage/objectbox_entities.dartthat imports:package:objectbox/objectbox.dartthat imports:package:objectbox/src/store.dartthat imports:package:objectbox/src/native/store.dartthat imports:package:objectbox/src/native/version.dartthat imports:package:objectbox/src/native/bindings/bindings.dartthat imports:package:objectbox/src/native/bindings/objectbox_c.dartthat imports:dart:ffi
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
analyzer |
^8.4.1 |
8.4.1 | 14.4.0 | |
args |
^2.7.0 |
2.7.0 | 2.7.0 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
equatable |
^2.0.7 |
2.1.0 | 2.1.0 | |
flat_buffers |
^23.5.26 |
23.5.26 | 25.9.23 | |
llamadart |
0.8.23 |
0.8.23 | 0.8.23 | |
meta |
^1.16.0 |
1.19.0 | 1.19.0 | |
objectbox |
5.0.4 |
5.0.4 | 5.3.2 | |
okf |
^0.3.0 |
0.3.0 | 0.5.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 91.0.0 | 108.0.0 | |
archive |
- | 4.3.0 | 4.3.0 | |
async |
- | 2.13.1 | 2.13.1 | |
code_assets |
- | 2.0.0 | 2.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
dinja |
- | 1.0.0 | 1.0.0 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
glob |
- | 2.2.0 | 2.2.0 | |
hooks |
- | 2.2.0 | 2.2.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
markdown |
- | 7.3.1 | 7.3.1 | |
mcp_dart |
- | 2.4.2 | 2.4.2 | |
package_config |
- | 2.2.0 | 3.0.0 | |
posix |
- | 6.5.2 | 6.5.2 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
record_use |
- | 1.1.1 | 1.1.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unorm_dart |
- | 0.3.2 | 0.3.2 | |
watcher |
- | 1.2.1 | 1.2.1 | |
web |
- | 1.1.1 | 1.1.1 | |
yaml |
- | 3.1.4 | 3.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^8.4.1` on analyzer does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions analyzer to update the constraint.
The constraint `^23.5.26` on flat_buffers does not support the stable version `25.9.23`.
Try running dart pub upgrade --major-versions flat_buffers to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Dart 3.13.1.
Check the analysis log for details.