--- title: Moorcheh.ai emoji: 🐜 colorFrom: blue colorTo: purple sdk: static sdk_version: "1.0.0" app_file: app.py pinned: false --- # Moorcheh - Information-Theoretical Memory for AI Agents/Apps/Assistants
Moorcheh Logo [![Follow us on LinkedIn](https://img.shields.io/badge/Follow_us_on_LinkedIn-0077B5?style=for-the-badge&logo=LinkedIn&logoColor=white)](https://www.linkedin.com/company/moorcheh-ai) [![Follow us on X](https://img.shields.io/badge/Follow_us_on_X-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/moorcheh_ai) [![Subscribe on YouTube](https://img.shields.io/badge/Subscribe_on_YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@moorchehai) [![Visit our Website](https://img.shields.io/badge/Visit_our_Website-45B7D1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://www.moorcheh.ai/)
--- ## 📊 Download Statistics
**🐍 Python SDK** [![SDK Downloads](https://static.pepy.tech/personalized-badge/moorcheh-sdk?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads)](https://pepy.tech/project/moorcheh-sdk) **💬 Chat Boilerplate** [![Chat Boilerplate Downloads](https://img.shields.io/npm/dt/moorcheh-chat-boilerplate?style=flat-square)](https://www.npmjs.com/package/moorcheh-chat-boilerplate) **⚡ N8N Nodes** [![N8N Nodes Downloads](https://img.shields.io/npm/dt/n8n-nodes-moorcheh?style=flat-square)](https://www.npmjs.com/package/n8n-nodes-moorcheh)
--- ## 📚 Repositories
[![moorcheh-python-sdk](https://github-readme-stats.vercel.app/api/pin/?username=moorcheh-ai&repo=moorcheh-python-sdk&theme=dark)](https://github.com/moorcheh-ai/moorcheh-python-sdk) [![moorcheh-boilerplate](https://github-readme-stats.vercel.app/api/pin/?username=moorcheh-ai&repo=moorcheh-boilerplate&theme=dark)](https://github.com/moorcheh-ai/moorcheh-boilerplate) [![moorcheh-mcp](https://github-readme-stats.vercel.app/api/pin/?username=moorcheh-ai&repo=moorcheh-mcp&theme=dark)](https://github.com/moorcheh-ai/moorcheh-mcp)
--- ## 🔌 Integrations
[![moorcheh-langchain-integration](https://github-readme-stats.vercel.app/api/pin/?username=moorcheh-ai&repo=moorcheh-langchain-integration&theme=dark)](https://github.com/moorcheh-ai/moorcheh-langchain-integration) [![n8n-nodes-moorcheh](https://github-readme-stats.vercel.app/api/pin/?username=moorcheh-ai&repo=n8n-nodes-moorcheh&theme=dark)](https://github.com/moorcheh-ai/n8n-nodes-moorcheh) [![LlamaIndex Integration](https://github-readme-stats.vercel.app/api/pin/?username=run-llama&repo=llama_index&theme=dark)](https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/vector_stores/llama-index-vector-stores-moorcheh)
--- ## 💡 Use Cases | | | | --- | --- | | **[Analyzing Codebases](https://github.com/moorcheh-ai/moorcheh-examples/tree/main/AnalyzingCodebases_WithFirecrawlAndLlamaIndex)**
Learn how to analyze codebases by integrating Moorcheh with Firecrawl and LlamaIndex. | **[Analyzing Financial Documents](https://github.com/moorcheh-ai/moorcheh-examples/tree/main/AnalyzingFinancialDocuments_WithLangChain)**
Learn how to analyze financial documents by integrating Moorcheh with LangChain. | | **[Analyzing Geographical Documents](https://github.com/moorcheh-ai/moorcheh-examples/tree/main/AnalyzingGeographicalDocuments_WithLlamaIndex)**
Learn how to analyze geographical documents by integrating Moorcheh with LlamaIndex. | **[Analyzing Healthcare Documents](https://github.com/moorcheh-ai/moorcheh-examples/tree/main/AnalyzingHealthcareDocuments_WithLlamaIndex)**
Learn how to analyze healthcare documents by integrating Moorcheh with LlamaIndex. | | **[Analyzing Legal Documents](https://github.com/moorcheh-ai/moorcheh-examples/tree/main/AnalyzingLegalDocuments_WithLlamaIndex)**
Learn how to analyze legal documents by integrating Moorcheh with LlamaIndex. | **[Analyzing Moorcheh Website](https://github.com/moorcheh-ai/moorcheh-examples/tree/main/AnalyzingMoorchehWebsite_WithFirecrawl)**
Learn how to analyze the Moorcheh website by integrating Moorcheh with Firecrawl. | | **[Analyzing Scientific Journals](https://github.com/moorcheh-ai/moorcheh-examples/tree/main/AnalyzingScientificJournals_WithLangChain)**
Learn how to analyze scientific journals by integrating Moorcheh with LangChain. | | --- ## 🚀 Getting Started
[![API Keys](https://img.shields.io/badge/API%20Keys-FF6B6B?style=for-the-badge&logo=key&logoColor=white)](https://console.moorcheh.ai/api-keys) [![Namespaces](https://img.shields.io/badge/Namespaces-4ECDC4?style=for-the-badge&logo=layers&logoColor=white)](https://console.moorcheh.ai/namespaces) [![Playground](https://img.shields.io/badge/Playground-45B7D1?style=for-the-badge&logo=play&logoColor=white)](https://console.moorcheh.ai/playground) [![Documentation](https://img.shields.io/badge/Documentation-96CEB4?style=for-the-badge&logo=book&logoColor=white)](https://console.moorcheh.ai/docs)
**📦 Install the SDK:** ```bash pip install moorcheh-sdk ``` **🚀 Quick Start Example:** ```python import os from moorcheh_sdk import MoorchehClient # Initialize client client = MoorchehClient(api_key=os.getenv("MOORCHEH_API_KEY")) # Create namespace and upload documents client.create_namespace("my-rag", "text") client.upload_documents("my-rag", [ {"id": "doc1", "text": "Your content...", "metadata": {}} ]) # Get AI-powered answers answer = client.get_generative_answer( namespace="my-rag", query="Your question here" ) print(answer["answer"]) ``` **🛠️ Complete toolkit for Python developers:** * **Namespace management (text/vector)** * **Document and vector ingestion** * **Advanced semantic search with filtering** * **Built-in RAG system support** * **Generative AI integration** * **Comprehensive error handling** --- ## Why Moorcheh.ai? Moorcheh.ai delivers ultra-fast, highly accurate semantic search powered by cutting-edge information theory principles. Our enterprise platform enables developers to build production-ready RAG systems and AI chatbots with unprecedented search accuracy and performance. ### 🧮 Information-Theoretical Foundation * **ITS (Information-Theoretical Similarity) Scoring**: Our proprietary algorithm goes beyond traditional cosine similarity, providing more nuanced and contextually aware search results * **Mathematical Precision**: Built on solid information theory foundations for consistent, explainable results * **Superior Accuracy**: Outperforms traditional vector databases in semantic understanding and relevance ### 🏢 Enterprise-Ready Features * **Scalable Architecture**: Handle enterprise workloads with confidence * **Multi-Modal Support**: Text and vector embeddings in unified namespaces * **Production Monitoring**: Built-in analytics and performance metrics ---
**Transform your search. Elevate your AI. Choose Moorcheh.ai.**