Search.Conversations (fnord v0.8.83)
View SourceSemantic search over indexed conversations.
This module uses conversation embeddings stored via
Store.Project.ConversationIndex to find relevant conversations for a
natural language query.
Summary
Functions
@spec search(Store.Project.t(), String.t(), keyword()) :: {:ok, [map()]} | {:error, term()}