79768797

Date: 2025-09-18 18:21:02
Score: 1
Natty:
Report link

This worked to find all records where a metadata string (docID) existed:

results = collection.get(where={"docID": {"$nin": [""]}},include=["metadatas", "documents"], limit=10000)

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nettie