Wingman has the ability to index your codebase, and store that information locally. It leverages this store when it needs to perform semantic search on the codebase. If this feature is disabled, so will semantic search - this could lead to higher token usage.
LanceDB is used with Wingman and stored locally on your computer in the following directories:
Storage Location:
/Home Directory/.wingman
Example on macOS:
/Users/username/.wingman
The LLM provider for embedding code files
Turns on/off embedding of code files, this normally happens on create/delete and edit
The glob pattern used to filter files to index, by default it will use gitignore to filter out files. NOTE - This is automatically generated the first time you load Wingman, but it may not apply to all projects
The embedding model to use
The model that summarizes the your code files.
The vector dimension size for the embedding model selected. If changed, and an existing index exists, it will be deleted.