zep
zep copied to clipboard
Zep | The Memory Foundation For Your AI Stack
Hey! Is it possible to update, delete, and insert messages on Langchain SDK? I have two LLMs that format inputs and outputs, and I need them to be aware of...
> :rocket: This description was created by [Ellipsis](https://www.ellipsis.dev) for commit 4bdad33a8d25cd5fc7aeb62fa376c84ffe6de156. ### Summary: This PR optimizes resource usage in the Kubernetes deployment configuration, enables configmap-based configuration, and sets up environment...
I'm using [ParentDocumentRetriever](https://api.js.langchain.com/classes/langchain_retrievers_parent_document.ParentDocumentRetriever.html), which requires both a Vector Store and a Document Store. Using Zep for the Vector Store is straightforward, but I'm confused about whether or not Zep can...
**Describe the bug** Modifying values in config.yaml such as enabling auth or disabling summarizing does not affect the Zep server. **To Reproduce** Modify some values in config.yaml: ``` messages: summarizer:...
This PR implements the ability to add custom headers to responses. It follows the steps outlined in #169 except it does not use `var EnvVars = map[string]string{ ` and instead...
## Feature Description To integrate and proxy requests from Zep through Portkey.ai, we need the ability to add custom headers to our requests to the LLM. Please note that Portkey.ai...
**Is your feature request related to a problem? Please describe.** No current support for Amazon Bedrock **Describe the solution you'd like** Support added for [Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/api-setup.html) Due to privacy concerns...
**Is your feature request related to a problem? Please describe.** I'm using LocalAI as OpenAI-compatible API for self-hosted LLM models. I've configured its endpoint for Zep to use it as...
**Describe the solution you'd like** I'd like to have the ability to search/filter sessions based on basic properties like date updated/created and metadata. Solution with Search Queries (with JSONPath Query...
This is not a feature/bug, just a question, since there is no discussion board I'll leave it here. I have multiple hugging face models hosted and running OpenAI compatible endpoints....