Skip to content
Snippets Groups Projects
Unverified Commit d1d9bd6e authored by Marcus Schiesser's avatar Marcus Schiesser Committed by GitHub
Browse files

docs: add metadata filter operators (#1047)

parent 9a713822
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,8 @@ const response = await queryEngine.query({
console.log(response.toString());
```
Besides using the equal operator (`==`), you can also use a whole set of different [operators](../../api/interfaces/MetadataFilter.md#operator) to filter your documents.
## Full Code
```ts
......@@ -156,3 +158,4 @@ main();
- [VectorStoreIndex](../../api/classes/VectorStoreIndex.md)
- [ChromaVectorStore](../../api/classes/ChromaVectorStore.md)
- [MetadataFilter](../../api/interfaces/MetadataFilter.md)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment