View Source Cmd.Search (fnord v0.4.26)
This module provides the functionality for the search
sub-command.
Summary
Functions
Searches the given project for previously indexed files (see Indexing
) that
match the given query. The search results are printed to the console.
Functions
Searches the given project for previously indexed files (see Indexing
) that
match the given query. The search results are printed to the console.
Note that the query input is first sent to OpenAI's API to generate an embedding to match against the vector store.