Support embedding for Markdown files (.md
, .markdown
, etc.)
#837
seonghobae
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Markdown files (such as
.md
and.markdown
) are explicitly excluded from the embedding and indexing pipeline in the kilocode project. As a result, documentation cannot be semantically searched or analyzed alongside source code.Why this is important:
Many projects contain valuable information in Markdown documentation, including usage guides, design decisions, and API references. Enabling embedding and search for these files would greatly improve the utility and user experience of kilocode.
Suggested improvement:
.md
,.markdown
, and possibly other common Markdown extensions (e.g.,.mkd
) in the embedding and indexing process.Reference:
src/services/code-index/shared/supported-extensions.ts
Thank you for considering this enhancement!
Beta Was this translation helpful? Give feedback.
All reactions