Find answers from the community

Updated 10 months ago

Is there a way to do metadata filtering

Is there a way to do metadata filtering based on multiple keys like below and using combination of "AND" / "OR" queries?
PS: I am using ChromaDB locally as vector index
Plain Text
filters = MetadataFilters(filters=[MetadataFilters(key='key1', value='value1'), MetadataFilters(key='key2', value='value2')])
Add a reply
Sign up and join the conversation on Discord