+For each filter, you will have the option to specify whether to conditionally exclude certain directories and file types or to inclusively include certain directories and file types. Specify the directory path for directories to include in the filter. For file types, include the file extension, for example, `".txt", ".md"` with the `"include"` filter type will only include files that are of type text and markdown. Note, the filters are potentially important for large repositories. Indexing repositories with large output, log, or data files can incur signficant performance overhead and additionally can lower output quality by polluting the retrieval step with noise.
0 commit comments