Skip to content
Merged
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
6 changes: 3 additions & 3 deletions fern/products/docs/pages/resources/stainless-comparison.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ Stainless doesn't offer audience-specific content filtering, multi-version APIs,

<Accordion title="AI-powered search and assistance">

Stainless offers RAG-based search. Fern provides additional AI features including [guidance documents](/learn/ask-fern/), [custom knowledge sources](/learn/ask-fern/), and analytics for operational control.
Stainless offers RAG-based search. Fern provides additional AI features including [guidance documents](/learn/docs/ai-features/ask-fern/guidance), [custom knowledge sources](/learn/docs/ai-features/ask-fern/content-sources), and analytics for operational control.

| Feature | Fern Docs | Stainless Docs |
|---------|-----------|----------------|
| **AI chatbot** | ✅ [Ask Fern](/learn/ask-fern/) with Claude/Cohere, [guidance documents](/learn/ask-fern/), and custom knowledge sources | ✅ RAG-based Q&A |
| **AI analytics** | ✅ [Content gap identification](/learn/ask-fern/) and insights | ❌ None |
| **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 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 |
<br/>
Expand Down
Loading