Add Sources
@@ -67,27 +113,27 @@ export function CompletionStep({ searchSpaceId }: CompletionStepProps) {
Connect your data sources to start building your knowledge base
-
+
Start Chatting
@@ -109,27 +156,27 @@ export function CompletionStep({ searchSpaceId }: CompletionStepProps) {
Jump right into the AI researcher and start asking questions
-
+
-
+ AI-powered conversations
-
+ Research and explore topics
-
+ Get instant insights
router.push(`/dashboard/${searchSpaceId}/researcher`)}
>
Start Chatting
-
+
diff --git a/surfsense_web/components/pricing/pricing-section.tsx b/surfsense_web/components/pricing/pricing-section.tsx
index 1223d0934..9823245f6 100644
--- a/surfsense_web/components/pricing/pricing-section.tsx
+++ b/surfsense_web/components/pricing/pricing-section.tsx
@@ -16,7 +16,8 @@ const demoPlans = [
"Podcasts support with local TTS providers.",
"Connects with 15+ external sources.",
"Cross-Browser Extension for dynamic webpages including authenticated content",
- "Upcoming: Mergeable MindMaps",
+ "Role-based access permissions",
+ "Collaboration and multiplayer features",
"Upcoming: Note Management",
],
description: "Open source version with powerful features",
@@ -32,9 +33,10 @@ const demoPlans = [
features: [
"Everything in Community",
"Priority Support",
- "Role-based access permissions",
- "Collaboration and multiplayer features",
"Advanced security features",
+ "Audit logs and compliance",
+ "SSO, OIDC & SAML",
+ "SLA guarantee",
],
description: "For large organizations with specific needs",
buttonText: "Contact Sales",
diff --git a/surfsense_web/components/settings/llm-role-manager.tsx b/surfsense_web/components/settings/llm-role-manager.tsx
index e1166bda5..06b56b24f 100644
--- a/surfsense_web/components/settings/llm-role-manager.tsx
+++ b/surfsense_web/components/settings/llm-role-manager.tsx
@@ -413,19 +413,6 @@ export function LLMRoleManager({ searchSpaceId }: LLMRoleManagerProps) {