You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -405,7 +420,7 @@ Rules can be linked to multiple profiles for comprehensive validation:
405
420
Profiles are reusable configurations for external guardrail providers. Each profile contains provider-specific settings including credentials, endpoints, and detection thresholds.
406
421
407
422
<Frame>
408
-
<imgsrc="/media/guardrails/profiles-list.png"alt="Guardrail profiles list showing configured providers" />
423
+
<imgsrc="/media/guardrails/provider-aws-create.png"alt="Guardrail profiles list showing configured providers" />
Copy file name to clipboardExpand all lines: docs/features/semantic-caching.mdx
+18-21Lines changed: 18 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,19 @@ Semantic caching uses vector similarity search to intelligently cache AI respons
27
27
28
28
## Vector Store Setup
29
29
30
+
Semantic caching requires a configured vector store. Bifrost supports the following vector databases:
31
+
32
+
-**[Weaviate](/architecture/framework/vector-store#weaviate)**: Production-ready vector database with gRPC support
33
+
-**[Redis](/architecture/framework/vector-store#redis)**: High-performance in-memory vector store using RediSearch
34
+
-**[Qdrant](/architecture/framework/vector-store#qdrant)**: Rust-based vector search engine with advanced filtering
35
+
-**[Pinecone](/architecture/framework/vector-store#pinecone)**: Managed vector database service with serverless options
36
+
37
+
<Info>
38
+
For detailed setup instructions and configuration options for each vector store, see the [Vector Store documentation](/architecture/framework/vector-store).
39
+
</Info>
40
+
41
+
**Quick Example (Weaviate):**
42
+
30
43
<Tabsgroup="vector-store-setup">
31
44
32
45
<Tabtitle="Go SDK">
@@ -35,16 +48,15 @@ Semantic caching uses vector similarity search to intelligently cache AI respons
@@ -515,5 +512,5 @@ The semantic cache namespace and all its cache entries are deleted when Bifrost
515
512
---
516
513
517
514
<Info>
518
-
**Vector Store Requirement**: Semantic caching requires a configured vector store (currently Weaviate only). Without vector store setup, the plugin will not function.
515
+
**Vector Store Requirement**: Semantic caching requires a configured vector store. Bifrost supports Weaviate, Redis, Qdrant, and Pinecone. See the [Vector Store documentation](/architecture/framework/vector-store) for setup details.
0 commit comments