Skip to content

Commit 1925d26

Browse files
matte1782claude
andcommitted
fix(doc): mark README entity-RAG code snippet as ignore for doctests
The MetadataBoost example in README uses ? operator and undefined variables (searcher, query) — it's an API showcase snippet, not a runnable example. Marking as rust,ignore prevents doctest compilation failure on Linux CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 03152dc commit 1925d26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ python -m http.server 8080
119119

120120
EdgeVec supports **metadata boosting** for entity-enhanced retrieval — improve search relevance by incorporating entity signals (ORG, PERSON, GPE) extracted via NER, without building a knowledge graph.
121121

122-
```rust
122+
```rust,ignore
123123
use edgevec::filter::{MetadataBoost, FilteredSearcher, FilterStrategy};
124124
use edgevec::metadata::MetadataValue;
125125

0 commit comments

Comments
 (0)