af su

Results 11 issues of af su

## Context The current project only has an in-memory implementation for `ChatMemoryStore`. To ensure message persistence, I added a file-based "FileChatMemoryStore" to store chat messages. ## Change Added the `FileChatMemoryStore`...

P4

**Describe the bug** If the MySQL table creation statement specifies table configuration such as storage engine or character encoding, the content will not be parsed. **To Reproduce** 1.Parsed failed ```sql...

* **Description:** When Kubernetes is in replication availability mode, deleting the kernel or creating a WebSocket connection may cause a 404 error due to unsynchronized sessions. * **Related issue:** #1373

## Description Allows retrieval of additional claims from `IDToken`. ## Motivation and Context The `IDToken` from the `OIDCProvider` I'm using contains claims that I want to use, but currently only...

docs
high-priority
go
tests
provider

The `claims` that can be used when injecting response headers are fixed, but the documentation does not clearly state this.

docs
go

The Redis AUTH command can use it in two forms. [redis-security-acl](https://redis.io/docs/latest/operate/oss_and_stack/management/security/acl/): After redis 6.0: ```bash AUTH ``` Before redis 6.0: ```bash AUTH ``` So I think it is more reasonable...

P3

Currently, the `trace` parameter in `ToolExecutor` is fixed at False. This means that if a node in the graph uses this, the trace record of that node in LangSmith is...

I used ECK to install ES on k8s and installed the `IK` in the init container, but it failed. The configuration ```yml initContainers: - name: install-plugins command: - sh -...