Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8490c67
Adds initial GenAI reference architecture draft (#5049)
kosabogi Feb 6, 2026
dadbb59
structure changed and landing page updated with new architecture (#5081)
eedugon Feb 10, 2026
0cdf8d1
Reorganization and first content refinements content (#5088)
kosabogi Feb 12, 2026
6f63b0c
fixing links (#5133)
eedugon Feb 13, 2026
68d1250
more links fixed (#5137)
eedugon Feb 13, 2026
9c83568
Small content refinements (#5153)
kosabogi Feb 17, 2026
e204472
Genai arch fixes2 (#5170)
eedugon Feb 17, 2026
cc55a7d
Fixes formatting (#5280)
kosabogi Mar 6, 2026
2b5eb1e
extra refinement on kibana telemetry and data tiering (#5404)
eedugon Mar 13, 2026
cb22bc1
Merge remote-tracking branch 'origin/main' into reference_arch_genai_…
eedugon Mar 16, 2026
9df7d13
hw recommendations updated
eedugon Mar 18, 2026
5bf7d08
patent word replaced
eedugon Mar 18, 2026
1c8ce53
suggestions included
eedugon Mar 18, 2026
0798484
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 18, 2026
9c09727
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 18, 2026
07531b5
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 18, 2026
78fd07e
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 18, 2026
cef3bf4
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 18, 2026
110516d
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 18, 2026
b111e1a
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 18, 2026
8238240
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 18, 2026
cc03c80
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 18, 2026
b4c5e0b
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 18, 2026
ff63a6b
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 18, 2026
0e165c5
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 20, 2026
0a5c4cc
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 20, 2026
cc7d491
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 20, 2026
67da2e5
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 20, 2026
1f1d9f3
Update deploy-manage/reference-architectures/genai-search-high-availa…
bradquarry Mar 20, 2026
8f7cbdb
Shortened bullet points
kosabogi Mar 23, 2026
f010e99
Merge branch 'main' into reference_arch_genai_final_review
kosabogi Mar 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions deploy-manage/reference-architectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

| Architecture | When to use |
| --- | --- |
| [*Hot/Frozen - High Availability*](/deploy-manage/reference-architectures/hotfrozen-high-availability.md)<br>A high availability architecture that is cost optimized for large time-series datasets. | * Have a requirement for cost effective long term data storage (many months or years).<br>* Provide insights and alerts using logs, metrics, traces, or various event types to ensure optimal performance and quick issue resolution for applications.<br>* Apply Machine Learning and Search AI to assist in dealing with the large amount of data.<br>* Deploy an architecture model that allows for maximum flexibility between storage cost and performance.<br> |
| [*Hot/Frozen - High Availability*](/deploy-manage/reference-architectures/hotfrozen-high-availability.md)<br>A high availability architecture that is cost optimized for large time-series datasets. | • Have a requirement for cost effective long term data storage (many months or years).<br>• Provide insights and alerts using logs, metrics, traces, or various event types to ensure optimal performance and quick issue resolution for applications.<br>• Apply {{ml-app}} and Search AI to assist in dealing with the large amount of data.<br>• Deploy an architecture model that allows for maximum flexibility between storage cost and performance.<br> |
| [*GenAI search - High Availability*](/deploy-manage/reference-architectures/genai-search-high-availability.md)<br>A high availability architecture that is performance-optimized for low-latency information retrieval using lexical, temporal, geospatial, and/or vector/semantic search, or a hybrid combination of each. | • Lexical, vector/semantic, temporal, geospatial, hybrid, and multi-modal search (text, audio, image, video).<br>• Generative AI applications such as assistants, agents, and agentic workflows using Retrieval Augmented Generation (RAG) and/or Model Context Protocol (MCP).<br>• Integrating with foundation models (Azure OpenAI, Anthropic, Amazon Bedrock, etc.) and re-ranking techniques for optimal relevance.<br>• Applications requiring low-latency time series analytics and {{nlp}}.<br>• Integration with common development frameworks for Large Language Models, including LlamaIndex, LangChain, and LangSmith.<br> |

Check warning on line 35 in deploy-manage/reference-architectures.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.Latinisms: Latin terms and abbreviations are a common source of confusion. Use 'and so on' instead of 'etc'.

Check warning on line 35 in deploy-manage/reference-architectures.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.DontUse: Don't use 'and/or'.

Check warning on line 35 in deploy-manage/reference-architectures.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.DontUse: Don't use 'and/or'.
| Additional architectures are on the way.<br>Stay tuned for updates. | |



Loading
Loading