Skip to content

fix: warn when using noop embedding provider and document search setup#54

Merged
LiranCohen merged 1 commit into
mainfrom
fix/embedding-ux
Feb 25, 2026
Merged

fix: warn when using noop embedding provider and document search setup#54
LiranCohen merged 1 commit into
mainfrom
fix/embedding-ux

Conversation

@LiranCohen

Copy link
Copy Markdown
Contributor

Summary

  • Print a warning during memoryd init and memoryd serve when using the noop embedding provider, directing users to set MEMORYD_EMBEDDING_PROVIDER=ollama or =openai
  • Add "Search Setup" section to README documenting all three providers (noop, ollama, openai) with configuration examples
  • Add 2 new tests verifying noop warning behavior

Build, test, and lint all pass.

Closes #50

@LiranCohen LiranCohen force-pushed the fix/embedding-ux branch 2 times, most recently from aced08f to 046986c Compare February 25, 2026 21:20
Print a clear warning during init and serve when the noop embedding
provider is active, directing users to set MEMORYD_EMBEDDING_PROVIDER
to ollama or openai for full hybrid search.

Add a Search Setup section to README documenting the three providers
(noop, ollama, openai) with configuration examples.

Closes #50
@LiranCohen LiranCohen merged commit 9aca512 into main Feb 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: improve default embedding provider UX — warn on noop, document setup

1 participant