Skip to content

Commit

Permalink
πŸ“ mention how to view indexed files in sqlite file
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Jan 25, 2024
1 parent 0bc3b15 commit 52f5c87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/walkthroughs/codebase-embeddings.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,5 @@ export function modifyConfig(config: Config): Config {
## Customizing which files are indexed

Continue respects `.gitignore` files in order to determine which files should not be indexed. If you'd like to exclude additional files, you can add them to a `.continueignore` file, which follows the exact same rules as `.gitignore`.

If you want to see exactly what files Continue has indexed, the metadata is stored in `~/.continue/index/index.sqlite`. You can use a tool like [DB Browser for SQLite](https://sqlitebrowser.org/) to view the `tags_catalog` table within this file.

0 comments on commit 52f5c87

Please sign in to comment.