Search.Conversations (fnord v0.8.83)

View Source

Semantic 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

search(project, query, opts \\ [])

@spec search(Store.Project.t(), String.t(), keyword()) ::
  {:ok, [map()]} | {:error, term()}