================================================================================ ๐Ÿฑ CHESHIRE CAT TEST ENVIRONMENT - QUICK START GUIDE ================================================================================ ๐Ÿ“ Location: /home/koko210Serve/docker/miku-discord/cheshire-cat ๐ŸŽฏ Purpose: Test Cheshire Cat as memory/context system for Miku Bot ================================================================================ โšก QUICK START (3 Commands) ================================================================================ 1. Start services: ./start.sh 2. Configure and upload knowledge: python3 test_setup.py 3. Run benchmarks: python3 benchmark_cat.py ================================================================================ ๐Ÿ“Š WHAT TO LOOK FOR ================================================================================ โœ… GOOD (Proceed with integration): - Mean latency < 1500ms - P95 latency < 2000ms - RAG retrieval is accurate โš ๏ธ BORDERLINE (Try GPU embeddings): - Mean latency 1500-2000ms - Consider hybrid approach โŒ POOR (Stick with current system): - Mean latency > 2000ms - RAG quality is poor ================================================================================ ๐Ÿ”— USEFUL LINKS ================================================================================ Admin Panel: http://localhost:1865/admin API Docs: http://localhost:1865/docs Qdrant: http://localhost:6333/dashboard ================================================================================ ๐Ÿ“ FILES CREATED ================================================================================ Configuration: โœ“ .env Environment variables โœ“ docker-compose.test.yml Docker services Scripts: โœ“ start.sh Start services โœ“ stop.sh Stop services โœ“ test_setup.py Configure Cat & upload knowledge โœ“ benchmark_cat.py Performance benchmarks โœ“ compare_systems.py Compare Cat vs current system Documentation: โœ“ SETUP_COMPLETE.md Full setup guide โœ“ TEST_README.md Testing documentation โœ“ QUICK_START.txt This file ================================================================================ ๐ŸŽฏ EXPECTED RESULTS (FX-6100) ================================================================================ With CPU embeddings: Mean: 1600-2200ms โš ๏ธ Borderline for voice chat With GPU embeddings: Mean: 900-1400ms โœ… Good for voice chat ================================================================================ ๐Ÿ› ๏ธ TROUBLESHOOTING ================================================================================ Services won't start: docker logs miku_cheshire_cat_test Can't connect to llama-swap: Edit test_setup.py line 10 with correct URL Embeddings too slow: Try GPU acceleration (requires spare VRAM) ================================================================================ ๐Ÿงน CLEANUP ================================================================================ Stop services: ./stop.sh Remove all data: docker-compose -f docker-compose.test.yml down -v ================================================================================ ๐Ÿ“š DETAILED DOCS ================================================================================ Full guide: cat SETUP_COMPLETE.md Test docs: cat TEST_README.md View all files: ls -lah ================================================================================