🔧 chore(manager.py): import orjson library for improved JSON serialization and deserialization performance
This commit is contained in:
parent
70f98f9150
commit
6fa2258aac
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ import asyncio
|
|||
from typing import Any, Dict, List
|
||||
|
||||
from langflow.cache.flow import InMemoryCache
|
||||
import orjson
|
||||
|
||||
|
||||
class ChatHistory(Subject):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue