What happened?
no work:
where_document = {"$contains": "ζ€ζ¬"}
results = collection.get(
limit =10,
where_document=where_document
)
it work:
where_document = {"$contains": "θ
°ζ€ζ¬"}
results = collection.get(
limit =10,
where_document=where_document
)
Versions
chromadb=0.6.3,Python 3.10.5,windows10
Relevant log output