Enhance bot engagement by enabling memory retention across conversations.
Utilizes Qdrant vector database within a Docker container to store/retrieve previous user interactions. Workflow:
Configure:
docker network: docker network create shared_network
Relocate:
docker-compose.yml
: Launches Ooba server and Qdrant database..env
: Specify Docker data persistence locations.Optionally, adjust memory retrieval count via panel slider (max 10).
Initiate with:
docker-compose up
Build Ooba Docker image if needed:
docker-compose up --build
Each bot maintains individual memory. Duplicate bot settings for a new version with a distinct name (e.g., bot2) to create a new collection.
Exploring event-driven coding and Gradio for potential enhancements like dropdown feature for memory sharing between bots and raw result display in panel. Could also add vdb configs into gui. Currently, view raw results by sending conversation to notebook.