You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
impossbilie avviare più chat e avere più memorie separate. can't have multiple chats and have multiple "memories"
Describe the solution you'd like
possibilità di aprire più di una chat e avere più di una memoria
ability to open more than one chat and have more than one memory
Describe alternatives you've considered
eseguirlo più volte in cartelle separate
rinnung more then one istances with multiple folders
The text was updated successfully, but these errors were encountered:
Here is how I solved the issue: https://www.github.com/matteocacciola/cheshirecat-core.
The solution proposed by @jacks-sam1010 does not work because, for instance, the sources of settings for the different instances of CheshireCat are still the same, i.e. the same json files for the different chatbots.
My fork pay attention to this aspect, too.
how i can have muultiple vector memories and chats? (for example: chat work with memories named work, chat personal, with memorie named personal)
i tried to copy the folder, but the container not start,
how i can have muultiple vector memories and chats? (for example: chat work with memories named work, chat personal, with memorie named personal) i tried to copy the folder, but the container not start,
It is enough to send an agent_id in the header of the requests, or as a querystring to the websocket, with the name of the chatbot as value. There is an endpoint to create the chatbot as well. I am going to create a python library as a client to use my fork of CheshireCat.
In order to use the package, yu can either run the docker run --rm -it -p 1865:80 ghcr.io/matteocacciola/cheshirecat-core:latest to use the container already built, or you should clone the git repo and use make up.
Is your feature request related to a problem? Please describe.
impossbilie avviare più chat e avere più memorie separate. can't have multiple chats and have multiple "memories"
Describe the solution you'd like
possibilità di aprire più di una chat e avere più di una memoria
ability to open more than one chat and have more than one memory
Describe alternatives you've considered
eseguirlo più volte in cartelle separate
rinnung more then one istances with multiple folders
The text was updated successfully, but these errors were encountered: