Hello Meera,

Thanks for question. You can absolutely filter on metadata using Atlas Vector Search. The way you do this is by defining additional fields from your document that you’d like to filter on in the index.

This documentation shows how to setup that index and query with filters in the “Filter” example: https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-stage/#examples

And, if you’re using Langchain, the documents here on Langchain also show how to use the filter in the Langchain syntax: MongoDB Atlas | 🦜️🔗 Langchain