Releases: SPThole/CoexistAI
CoexistAI: Better and Efficient
CoexistAI
CoexistAI: Docker Setup
🚀 New Release: v2.4 - Docker Installation Made Easy
We're excited to introduce a fully containerized setup for CoexistAI using Docker, making installation and deployment effortless for beginners and advanced users alike. No more complex local setups—just run and go!
✨ Key Features
- One-step Docker Setup: Use the new quick_setup_docker.sh script for automated container startup, including SearxNG integration for web search. It waits for the app to be ready and provides live logs for debugging.
- Admin UI Access: Easily manage model configurations, API keys, and settings via the web-based Admin UI at http://localhost:8000/admin. Reload configs without restarting containers.
- Optimized for Performance: Improved resource allocation, automatic image detection to skip unnecessary rebuilds, and fixes for common issues like container naming conflicts and connection timeouts.
- Flexible Deployment: Supports both Docker Compose (recommended) and local runs. Includes detailed guides in README.docker.md.
🛠️ How to Get Started
- Ensure Docker is installed.
- Clone the repo and navigate to the CoexistAI folder.
- Run ./quick_setup_docker.sh for the automated setup.
- Access the app at http://localhost:8000 and the Admin UI at http://localhost:8000/admin.
- For full instructions, see README.docker.md.
CoexistAI: 2.3
- Fixed Infinity Embedding server startup issue
- Fixed the wget error occuring in mac
- Fixed other small bugs
CoexistAI with Vibe Podcasting
🎙️ Now Supporting Vibe Podcasting & Speech-to-Text!
- Text → Podcast: Instantly turn any written content into engaging podcast episodes—ideal for on-the-go listening or repurposing your articles, notes, or blogs.
- Text → Speech: Convert text into high-quality audio using advanced TTS technology. Check out the Notebook for usage examples.
- Flexible Integration: Whether through FastAPI or MCP, you can generate audio files seamlessly—integrate with your agents or use as a standalone feature.
Example: I converted this article to a podcast.
Listen to the podcast here
Faster Better: CoexistAI
- Everything is just getting faster better
CoexistAI MCP
🚀 What’s New in v2 of CoexistAI
We’ve made CoexistAI even more powerful and intuitive. Here’s what’s new:
🗺️ Direct Location Search
You can now search for any place—not just find routes!
🔍 Advanced Reddit Search
Search Reddit using your own phrases, with sharper results powered by BM25 ranking.
📺 YouTube Power-Up
Search and summarize YouTube videos using custom search terms or direct URLs. Add prompts for tailored summaries.
🗂️ Local Folder & File Explorer
Navigate your local files with extended support for diverse formats including .png, .jpg, .gif, .svg, and more—with built-in vision integration.
🌐 Sharper Web Search
Get more focused, relevant, and actionable search results across the web.
🔌 MCP Integration Everywhere
Seamlessly connect CoexistAI to LM Studio and other MCP-compatible hosts.
👉 View Integration Guide
💻 GitHub & Local Codebase Explorer
Ask questions and explore code in both GitHub and local repositories with ease.
📘 Explore Examples:
Check out real-world usage patterns in our updated demo notebook and
Python Examples