Semantic search returns no results while embedder is running #132
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_books#132
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The search functionality in Hero Books is not working while the embedder is running. When attempting to search for the term
hero osusing the semantic search (embedder), the following message is returned:No results found for "hero os" in Mycelium. Try rephrasing your question.Expected behavior: The semantic search should return relevant results for the query, or at minimum provide a clear indication that the embedder is still processing/indexing content if results are not yet available.
Maybe related to #129