Find answers from the community

Updated 9 months ago

In my example above, I'm using

In my example above, I'm using SimpleDataStore as storage context.
From this ChromaDB example, https://docs.llamaindex.ai/en/stable/examples/vector_stores/chroma_metadata_filter.html, multiple metadatafilters with OR condition is supported.

Does this mean not all storage-contexts support FilterCondition.OR?!
L
h
4 comments
pip install -U llama-index-vector-stores-postgres
@Logan M Thanks for your quick and detailed answers!
So, similarly as my nested MetadataFilters question earlier, I guess this means FilterCondition.OR is only supported for specific vector stores?!
Yes. But it should be supported for postgres, at least from what I see in the code
Add a reply
Sign up and join the conversation on Discord