Find answers from the community

Updated 10 months ago

Hi everyone, has anyone found a solution

At a glance
Hi everyone, has anyone found a solution or a workaround to a serialization bug for chat storage? A bug when trying to do
Plain Text
chat_store.persist(persist_path="chat_store.json")
loaded_chat_store = SimpleChatStore.from_persist_path(
    persist_path="chat_store.json"
)

or even just
Plain Text
chat_store_string = chat_store.json()
W
L
2 comments
Could you share the error that you get while persisting.
this needs to be fixed deeper in the library I think
Add a reply
Sign up and join the conversation on Discord