We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to search over metadata, always get error like in title.
@getzep/zep-js: 0.10.0 zep service: 0.21.0 postgres: 15
code example:
const collection = await zepClient.document.getCollection(collectionName); const docs = await collection.search({ metadata: { where: { jsonpath: `$[*] ? (@.parent_doc_id == "${parentDocId}")` }, }, });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unable to search over metadata, always get error like in title.
@getzep/zep-js: 0.10.0
zep service: 0.21.0
postgres: 15
code example:
The text was updated successfully, but these errors were encountered: