Skip to content

Commit d012d60

Browse files
committed
Merge remote-tracking branch 'origin/pprados/02-pymupdf' into pprados/02-pymupdf
2 parents 0da73f1 + 2281d05 commit d012d60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/concepts/vectorstores.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ Many vectorstores support [the `k`](/docs/integrations/vectorstores/pinecone/#qu
151151
### Metadata filtering
152152

153153
While vectorstore implement a search algorithm to efficiently search over *all* the embedded documents to find the most similar ones, many also support filtering on metadata.
154-
This allows structured filters to reduce the size of the similarity search space. These two concepts work well together:
154+
Metadata filtering helps narrow down the search by applying specific conditions such as retrieving documents from a particular source or date range. These two concepts work well together:
155155

156-
1. **Semantic search**: Query the unstructured data directly, often using via embedding or keyword similarity.
157-
2. **Metadata search**: Apply structured query to the metadata, filering specific documents.
156+
1. **Semantic search**: Query the unstructured data directly, often via embedding or keyword similarity.
157+
2. **Metadata search**: Apply structured query to the metadata, filtering specific documents.
158158

159159
Vector store support for metadata filtering is typically dependent on the underlying vector store implementation.
160160

0 commit comments

Comments
 (0)