Skip to content

Commit aba7be9

Browse files
committed
.
1 parent 560a383 commit aba7be9

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

docs/content/integrations/index.mdx

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -71,80 +71,66 @@ Evaluation model integrations configure the LLM provider DeepEval uses for LLM-a
7171
<Card
7272
title="OpenAI"
7373
href="/integrations/models/openai"
74-
description="Use OpenAI models for metrics, synthesis, simulation, and optimization."
7574
/>
7675
<Card
7776
title="Azure OpenAI"
7877
href="/integrations/models/azure-openai"
79-
description="Use Azure-hosted OpenAI deployments as DeepEval judges."
8078
/>
8179
<Card
8280
title="Ollama"
8381
href="/integrations/models/ollama"
84-
description="Run local Ollama models for evaluation."
8582
/>
8683
<Card
8784
title="OpenRouter"
8885
href="/integrations/models/openrouter"
89-
description="Route DeepEval model calls through OpenRouter."
9086
/>
9187
<Card
9288
title="Anthropic"
9389
href="/integrations/models/anthropic"
94-
description="Use Claude models as evaluation judges."
9590
/>
9691
<Card
9792
title="Amazon Bedrock"
9893
href="/integrations/models/amazon-bedrock"
99-
description="Use Bedrock-hosted models for evaluation."
10094
/>
10195
<Card
10296
title="Gemini"
10397
href="/integrations/models/gemini"
104-
description="Use Google Gemini models for LLM-as-a-judge metrics."
10598
/>
10699
<Card
107100
title="DeepSeek"
108101
href="/integrations/models/deepseek"
109-
description="Configure DeepSeek as an evaluation model provider."
110102
/>
111103
<Card
112104
title="Vertex AI"
113105
href="/integrations/models/vertex-ai"
114-
description="Run Gemini through Google Cloud Vertex AI."
115106
/>
116107
<Card
117108
title="Grok"
118109
href="/integrations/models/grok"
119-
description="Use xAI Grok models for evaluation."
120110
/>
121111
<Card
122112
title="Moonshot"
123113
href="/integrations/models/moonshot"
124-
description="Use Moonshot/Kimi models as judges."
125114
/>
126115
<Card
127116
title="Portkey"
128117
href="/integrations/models/portkey"
129-
description="Route model calls through Portkey."
130118
/>
131119
<Card
132120
title="vLLM"
133121
href="/integrations/models/vllm"
134-
description="Connect DeepEval to vLLM-hosted models."
135122
/>
136123
<Card
137124
title="LM Studio"
138125
href="/integrations/models/lmstudio"
139-
description="Use local LM Studio models for evaluation."
140126
/>
141127
<Card
142128
title="LiteLLM"
143129
href="/integrations/models/litellm"
144-
description="Use LiteLLM to route evaluation calls across providers."
145130
/>
146131
</Cards>
147132

133+
148134
## Vector DBs
149135

150136
Vector database integrations show how to connect retrieval systems to DeepEval so RAG metrics can evaluate the context your application actually retrieves. Use these examples to benchmark retrieval quality and end-to-end RAG behavior.
@@ -153,31 +139,25 @@ Vector database integrations show how to connect retrieval systems to DeepEval s
153139
<Card
154140
title="Cognee"
155141
href="/integrations/vector-databases/cognee"
156-
description="Evaluate retrieval from Cognee semantic memory graphs."
157142
/>
158143
<Card
159144
title="Elasticsearch"
160145
href="/integrations/vector-databases/elasticsearch"
161-
description="Evaluate RAG systems backed by Elasticsearch retrieval."
162146
/>
163147
<Card
164148
title="Chroma"
165149
href="/integrations/vector-databases/chroma"
166-
description="Evaluate Chroma-based vector search and RAG pipelines."
167150
/>
168151
<Card
169152
title="Weaviate"
170153
href="/integrations/vector-databases/weaviate"
171-
description="Evaluate retrieval quality from Weaviate collections."
172154
/>
173155
<Card
174156
title="Qdrant"
175157
href="/integrations/vector-databases/qdrant"
176-
description="Evaluate Qdrant-backed retrieval systems."
177158
/>
178159
<Card
179160
title="PGVector"
180161
href="/integrations/vector-databases/pgvector"
181-
description="Evaluate Postgres/PGVector retrieval pipelines."
182162
/>
183163
</Cards>

0 commit comments

Comments
 (0)