Pavlo Paliychuk

Results 39 comments of Pavlo Paliychuk

also having this problem, found a solution?

@jaredpalmer Hey, so I added an example just using zep and another example using zep + langchain integration (on a different route). Happy to extract non-langchain example into a separate...

Just extracted LangChain example into `next-zep-langchain` app. Non-langchain integration is in `next-zep` app and doesn't have `langchain` dependency.

Also very interested in this, @Levi-Lesches let me know if you need help with implementation

@tmc Hi, Zep Engineer here. we currently support [TS](https://github.com/getzep/zep-js/tree/main/src/langchain) and [Python](https://github.com/getzep/zep-python/tree/main/zep_python/langchain) LangChain integrations, and have recently released our go-sdk. Excited to deliver LangChain integration for our golang users too! Please...

Also I notice that the build examples is failing, this is due to /memory/zep import not being available yet.

@devalexandre Hi, removed go.mod from example project, also upgraded zep sdk version with more straightforward initialization.

@HenryHengZJ My bad, just ran the linter-fixer

@tmc apologies, we were refactoring our go sdk api recently, will update PR components soon and mark as ready to review. Thanks!

@tmc @devalexandre Ready for review