Closed josiahbryan closed 1 year ago
Would you please share your log files? It might also be helpful to set the log level to 'debug'. See here for configuring this in either the config or environment: https://docs.getzep.com/deployment/config/
Also could you please make sure you are running with zep-js v0.4.1? Thanks,
Hey @danielchalef this seems to have been an issue with the wrong client - I was using zep-js
instead of @getzep/zep-js
- thanks @rsharath for the tip. Once I used the right client (and fixed the errors I mentioned in https://github.com/getzep/zep-js/issues/6 ), the client properly shows intent and entities in the resulting memory inspections, so this issue can be closed 👍
Hi!
I followed roughly your SDK page for Javascript at: https://docs.getzep.com/sdk/#sessions
client.addMemory
callclient.getMemory
- that works greatHowever, neither
client.getMemory
norclient.searchMemory
return any metadata including entities or intents anywhere in the object. (I just didJSON.stringify
to dump the entire object from both calls to the console, no intents or entities, just the raw memory.My
.env
file has no custom config in it other than the requisiteZEP_OPENAI_API_KEY=sk-...
of course. However, I don't know what to turn on to actually get intent and entities since there are no config options shown in https://docs.getzep.com/deployment/config/#configuration-options regarding either intent or entities - I just see the extractors for summaries mentioned, obviously.I do see that the NER extractor runs async (https://docs.getzep.com/extractors/#embedder-extractor), so I waited ~12 hours to check memory again - still no entities. Also, that page doesn't show anything about enabling/disabling extractors.
Here's the full result from
getMemory
for my test session: