Skip to content
New issue

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

Unexpected vector response from server #80

Open
koldoon opened this issue Jun 18, 2024 · 0 comments
Open

Unexpected vector response from server #80

koldoon opened this issue Jun 18, 2024 · 0 comments

Comments

@koldoon
Copy link

koldoon commented Jun 18, 2024

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}")` },
          },
        });
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant