[maxwell][suggestion engine] Ranking adjustments

Adding ranking logging, and zeroing out the query-matching feature.

Change-Id: I3d60ab316f031fef657f46937c31184e3e32b8e4
2 files changed
tree: d8ba5dd47f933e3166808a713453f33a7d18f70e
  1. bin/
  2. build/
  3. docs/
  4. examples/
  5. infra/
  6. ledger_legacy/
  7. lib/
  8. manifest/
  9. maxwell_legacy/
  10. packages/
  11. public/
  12. tests/
  13. web/
  14. .clang-format
  15. .clang-tidy
  16. .gitignore
  17. AUTHORS
  18. BUILD.gn
  19. CONTRIBUTING.md
  20. LICENSE
  21. navbar.md
  22. PATENTS
  23. README.md
README.md

Peridot

Peridot is a framework for composed, intelligent and distributed user experiences.

Applications not explicitly designed to interoperate (and possibly implemented in different programming languages) are ephemerally downloaded and dynamically composed to run in a shared context. The framework manages application lifecycle, resources and view hierarchy; and well as context and suggestion infrastructure.

State of Peridot experiences is transparently synchronized across user devices using a distributed offline-first storage system.

Read more

  • bin - implementation of Peridot components
  • docs
  • examples - examples of applications that use Peridot components
  • public - public FIDL APIs of Peridot components