Commit 672165b
committed
feat(doc_loader): include source files in documentation processing
Allows source code files generated by rustdoc (e.g., in the 'src/' subdirectory) to be included in the list of documents processed for embeddings. This enables querying the actual source code content via the semantic search mechanism.1 parent 423f1f8 commit 672165b
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments