mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
Fix Elasticsearch tutorial image rendering
- Replace markdown image syntax with React Image component - Import @theme/IdealImage for proper image rendering in Docusaurus - Addresses PR feedback to fix image display issues
This commit is contained in:
parent
7809b07dd6
commit
f9ef45474b
1 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import Image from '@theme/IdealImage';
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
|
|
@ -5,7 +6,7 @@ import TabItem from '@theme/TabItem';
|
|||
|
||||
Send your LLM requests, responses, costs, and performance data to Elasticsearch for analytics and monitoring using OpenTelemetry.
|
||||
|
||||

|
||||
<Image img={require('../../img/elasticsearch_demo.png')} />
|
||||
|
||||
## Quick Start
|
||||
|
||||
|
|
@ -179,7 +180,7 @@ docker run -d --name kibana --link elasticsearch:elasticsearch -p 5601:5601 dock
|
|||
|
||||
Open Kibana at http://localhost:5601 and create an index pattern for your LiteLLM traces:
|
||||
|
||||

|
||||
<Image img={require('../../img/elasticsearch_demo.png')} />
|
||||
|
||||
## Production Setup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue