Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions fern/products/docs/pages/resources/stainless-comparison.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Stainless offers RAG-based search. Fern provides additional AI features includin

| Feature | Fern Docs | Stainless Docs |
|---------|-----------|----------------|
| **AI chatbot** | ✅ [Ask Fern](/learn/docs/ai-features/ask-fern/overview) with Claude/Cohere, [guidance documents](/learn/docs/ai-features/ask-fern/guidance), and custom knowledge sources | ✅ RAG-based Q&A |
| **AI chatbot** | ✅ [Ask Fern](/learn/docs/ai-features/ask-fern/overview) with Claude, [guidance documents](/learn/docs/ai-features/ask-fern/guidance), and custom knowledge sources | ✅ RAG-based Q&A |
| **AI analytics** | ✅ [Content gap identification](/learn/docs/ai-features/ask-fern/overview) and insights | ❌ None |
| **Search** | ✅ Vector search with faceting by language, product, version | ⚠️ Metadata-driven with basic faceting |
| **LLM-friendly format** | ✅ [/llms.txt and /llms-full.txt](/learn/docs/ai-features/llms-txt) | ✅ .md extension on URLs |
Expand Down Expand Up @@ -155,7 +155,7 @@ Both platforms support [customization](https://www.stainless.com/docs/docs-platf
| **Storage** | S3 (AWS/MinIO) | Not applicable (static) |
| **Search** | Algolia, MeiliSearch (self-hosted) | Metadata-driven indexing |
| **Vector database** | TurboPuffer | None |
| **AI** | Bedrock, Claude, Cohere | RAG with LLM (provider not specified) |
| **AI** | Bedrock, Claude | RAG with LLM (provider not specified) |
| **Authentication** | WorkOS | API keys (for Stainless service) |
| **CDN** | Cloudflare + Vercel Edge | Cloudflare |
| **Analytics** | PostHog | None |
Expand Down
1 change: 0 additions & 1 deletion fern/snippets/ask-fern-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ ai-search:
The AI model to use for Ask Fern responses. Options:
- `claude-3.7` - Claude 3.7 Sonnet (default)
- `claude-4` - Claude 4 Sonnet
- `command-a` - Cohere Command A

If not specified, Ask Fern uses `claude-3.7`.
</ParamField>
Loading