Skip to content

Commit 6fbf5c4

Browse files
authored
Merge pull request #3001 from joann-starke/cms/joann-starke/hpe-dev-portal/blog/beyond-generic-ai-achieve-contextual-accuracy-with-hpes-knowledge-bases
Create Blog “beyond-generic-ai-achieve-contextual-accuracy-with-hpes-knowledge-bases”
2 parents fa92bdb + aa02806 commit 6fbf5c4

8 files changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: "Beyond generic AI: achieve contextual accuracy with HPE's Knowledge Bases"
3+
date: 2025-04-16T15:47:34.195Z
4+
priority: 0
5+
author: Abhishek Kumar Agarwal
6+
authorimage: /img/abhi-headshot-.jpeg
7+
thumbnailimage: /img/ai-.jpg
8+
disable: false
9+
tags:
10+
- "HPE Private Cloud AI "
11+
- hpe-private-cloud-ai
12+
---
13+
The demand for AI applications that deliver accurate, contextually relevant insights from enterprise data is rapidly increasing. However, the challenge of integrating fragmented, often sensitive, data into generative models remains a significant hurdle.
14+
15+
To solve this, Hewlett Packard Enterprise (HPE) has introduced knowledge bases in HPE AI Essentials Software, the software foundation that makes HPE Private Cloud AI a comprehensive, user-friendly platform for enterprises seeking to deploy and scale AI solutions. This new feature provides a fully managed Retrieval Augmented Generation (RAG) experience, enabling secure and efficient connection between foundation models and internal data. This streamlined approach handles everything from vector database setup to sophisticated query handling, allowing data science professionals to create highly customized and accurate AI applications that are tailored to their specific business needs.
16+
17+
![](/img/abhi-picture-1.png "HPE AI Essentials workflow to automate connecting LLMs to enterprise data")
18+
19+
HPE AI Essentials simplifies the implementation of RAG by automating the critical steps involved with connecting Large Language Modules (LLM) to enterprise data. Users retain control over LLM selection and embedding model choice, while the platform manages the underlying infrastructure. HPE AI Essentials automatically handles the conversion of diverse data formats into vector embeddings and ensures efficient storage and retrieval through a managed vector database. This approach allows developers to focus on application logic, rather than the intricacies of RAG pipeline management.
20+
21+
The platform manages the creation, storage, maintenance, and updates of vector embeddings, the numerical representations of semantic textual data. This automation simplifies data synchronization, allowing users to efficiently update source data. HPE AI Essentials Software provides granular control over the RAG pipeline through configurable parameters for chunking, retrieval, and response generation. This enables data science professionals to tailor a model's processing and understanding to specific use cases, resulting in improved retrieval accuracy and response coherence.
22+
23+
![](/img/abhi-picture-2.png "HPE AI Essentials: Streamlining LLM Application with Intuitive Data Source and Model Management.")
24+
25+
Automated document chunking defaults to 512-word segments, optimized for question-answering tasks. Users can further customize chunk sizes and overlaps, with a recommended 0-20% overlap for accuracy gains, while being aware of the potential for reduced relevancy with excessive overlap.
26+
27+
HPE AI Essentials features a playground, a dedicated environment for interactive knowledge base exploration and management across multiple sessions. This tool enables iterative refinement of model behavior through customizable response parameters and prompt templates. Users can inject background data, define user-specific constraints, and implement detailed prompting strategies, providing the flexibility required for advanced AI development and optimization.
28+
29+
![](/img/abhi-picture-3.png "Starting a playground for knowledge base exploration and management.")
30+
31+
![](/img/abhi-picture-4.png "Customization of knowledge base playground components ")
32+
33+
To support applications requiring sophisticated, data-driven workflows, knowledge bases can be accessed programmatically via dedicated endpoints within HPE AI Essentials. Secure authorization is achieved using long-lived authorization tokens, allowing for sustained interaction with these endpoints. The following code example provides a clear demonstration of endpoint usage.
34+
35+
![](/img/abhi-picture-5.png "Code to programmatically access knowledge base via endpoints ")
36+
37+
**Summary**
38+
39+
Leverage HPE AI Essentials knowledge bases to streamline the development of data-driven AI applications. The platform automates key RAG pipeline components, including vector embedding management and data synchronization\
40+
reducing operational overhead. Data scientists can focus on application logic and customization, utilizing programmable endpoints and the interactive playground for efficient development. For implementation details and API integration, refer\
41+
to the technical resources listed below.
42+
43+
Learn more: \
44+
**HPE Private Cloud AI Documentation**\
45+
[Administration Guide](https://hpe.com/support/PCAIUserGuide) \
46+
[HPE AI Essentials Software ](https://www.hpe.com/support/AIEDocs)
47+
48+
**Tutorials - HPE AI Essentials** \
49+
[Tutorials for HPE AI Essentials on HPE Private Cloud AI](https://support.hpe.com/hpesc/public/docDisplay?docId=a00aie16hen_us&page=Tutorials/Tutorials/Tutorials.html)[](https://github.com/HPEEzmeral/aie-tutorials/tree/aie-1.7.0)
50+
51+
***[Technical Demo Video](https://urldefense.com/v3/__https://www.brighttalk.com/webcast/19535/640132?utm_source=HPE&utm_medium=brighttalk&utm_campaign=640132__;!!NpxR!mn3lYgJh7f-fQZSmH5dZl7Y7h2hZIeT3gKczgnHPwFlq--DE5DaUk6vl4NICDe4VVOxfEOHURxLpt2mLl-k1k1F3$)***

static/img/abhi-headshot-.jpeg

89.1 KB
Loading

static/img/abhi-picture-1.png

32.2 KB
Loading

static/img/abhi-picture-2.png

30.4 KB
Loading

static/img/abhi-picture-3.png

14.8 KB
Loading

static/img/abhi-picture-4.png

628 KB
Loading

static/img/abhi-picture-5.png

22 KB
Loading

static/img/ai-.jpg

812 KB
Loading

0 commit comments

Comments
 (0)