HPE Athonet LLM Platform is an innovative platform designed to streamline and enhance the use of AI in various applications. It serves as a central hub to orchestrate 'Intelligent Plugins,' optimizing AI interactions and processes.
Project description
LL-Mesh
Welcome to LL-Mesh, a pioneering initiative by HPE Athonet aimed at democratizing Generative Artificial Intelligence (Gen AI). Our vision is to make Gen AI accessible and beneficial to a broader audience, enabling users from various backgrounds to leverage cutting-edge Gen AI technology effortlessly.
Understanding the Challenges
Gen AI has the potential to revolutionize businesses, but adopting it comes with challenges:
- Technical Complexity: Gen AI tools are powerful but often require both coding and machine learning expertise. This makes it difficult for companies to use these tools effectively without specialized skills.
- Organizational Challenges: Simply adding a Gen AI team isn’t enough. The real value comes from using the knowledge of your existing teams, especially those who may not be tech experts. However, if not done right, Gen AI can impact team dynamics. It’s important to find ways to use Gen AI that enhance collaboration and make the most of everyone’s expertise.
Our Approach
LL-Mesh empowers users to create tools and web applications using Gen AI with Low or No Coding. This approach addresses the technical challenges by simplifying the integration process. By leveraging the Pareto principle, LL-Mesh focuses on the 20% of features that cover 80% of user needs. This is achieved by abstracting complex, low-level libraries into easy-to-understand services that are accessible even to non-developers, effectively hiding the underlying complexity.
This simplicity not only helps technical teams but also enables non-technical teams to develop tools related to their domain expertise. The platform then allows for the creation of a "Mesh" of these Gen AI tools, providing orchestration capabilities through an agentic Reasoning Engine based on Large Language Models (LLMs). This orchestration ensures that all tools work together seamlessly, enhancing overall functionality and efficiency across the organization.
Quick Start
We have created a series of tools and examples to demonstrate what you can do with LL-Mesh. To get started, follow these steps to set up your environment, understand the project structure, and run the tools and web applications provided.
Folder Structure
The project is organized into the following directories:
- self_serve_platform: Contains all self-serve platform services for creating tools and web applications. These services are grouped into:
- Chat Services
- RAG (Retrieval-Augmented Generation) Services
- Agent Services
- System Platform Services
- examples: Includes four Gen AI tools based on LLMs that demonstrate various capabilities:
- Tool Examples: Demonstrates how to call an API, improve text, generate code, retrieve information from documents using RAG, and use a multi-agent system to solve complex tasks.
- Web Applications:
- A chatbot that orchestrates all these tools.
- An agentic memory for sharing chat messages among different users.
- A back panel that allows configuring a tool via a user interface.
- federated_governance: Contains a set of governance policies and standards to ensure consistency, ethical adherence, and quality across all tools.
Prerequisites
Before setting up the LL-Mesh platform, please ensure the following prerequisites are met:
General Requirements
- Python 3.11: Ensure Python 3.11 is installed on your machine.
- API Key: Set your ChatGPT API key by assigning it to the
OPENAI_API_KEY
environment variable.
Installation Options
Option 1: Install LL-Mesh Services Only
If you only need the core LL-Mesh services without the example applications, you can install them directly via pip
:
pip install 'llmesh[all]'
After installation, refer to the Usage Guide for instructions on using platform services.
Option 2: Full Example Setup
To use the complete setup, including examples and demo applications, follow these steps:
-
Clone the Repository: Download the LL-Mesh repository to your local machine.
git clone https://github.com/HewlettPackard/llmesh.git cd llmesh
-
Install Dependencies: All dependencies required by the platform are specified in the
pyproject.toml
file. Use the following commands to install them:pip install poetry poetry install --all-extras
-
Setup for Specific Tools: Some tools, including tool_rag, tool_agents, and tool_analyzer, require additional setup (e.g., copying specific data files and initializing configurations). For detailed setup instructions, refer to the Installation Guide.
Running the UIs
You can run the tools and web applications individually or use the provided script run_examples.sh
to run them all together. Once everything is started, you can access the chatbot app at https://127.0.0.1:5001/ and the back panel at https://127.0.0.1:5011/. Have fun :) !!!
References
For more details about installation, usage, and advanced configurations, please visit the Athon project Wiki.
Contact
If you have any questions or need further assistance, feel free to contact me at antonio.fin@hpe.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file llmesh-0.1.0.tar.gz
.
File metadata
- Download URL: llmesh-0.1.0.tar.gz
- Upload date:
- Size: 56.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69cba8df33f426e37c8611e3f1fbfc764dcc404677888a5c36b69163f01c2b9a |
|
MD5 | 3f61e18a3e32a0c6863e2813bd6fa5d7 |
|
BLAKE2b-256 | 9add873ec8758a51c587b42faaa60d05208f6ee5ecfbd7040ba7862acd3872de |
File details
Details for the file llmesh-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: llmesh-0.1.0-py3-none-any.whl
- Upload date:
- Size: 105.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3c87b86a706f00cc57c9e5c62b2d1b045bed19e6c998240070a08d7e3782ad7 |
|
MD5 | 3ce003a0e3022ce9ff8ca1f40d80d85d |
|
BLAKE2b-256 | ed20a7f93aaf42edb1342ef4798d10aefedab2aaf514063df6b97fd23293beb3 |