Skip to content

Commit 8bf493c

Browse files
committed
add info about code snippets
1 parent 1b6117a commit 8bf493c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fern/products/ask-fern/pages/getting-started/how-it-works.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ The interface maintains your site's design language while providing a familiar c
2121

2222
The main parts of the Ask Fern system are:
2323

24-
* **Content indexing** – Fern automatically processes your documentation pages,
25-
breaking them into semantic chunks and converting each chunk into a vector
26-
using sentence embedding models. They're stored in a database that serves as
27-
Ask Fern's search index.
24+
* **Content and code indexing** – Fern automatically processes your
25+
documentation pages and Fern-generated SDK code, breaking them into semantic
26+
chunks and converting each chunk into a vector using sentence embedding
27+
models. They're stored in a database that serves as Ask Fern's search index.
2828
* **Query processing** – When users ask questions, Ask Fern vectorizes their
2929
query and searches the database to find the most relevant documentation
30-
chunks.
30+
chunks and code examples.
3131
* **Response generation** – Ask Fern uses the retrieved chunks as context to
3232
generate accurate answers with [citations](/ask-fern/features/citations) for the user. If the initial context isn't sufficient, it performs an additional keyword search.
3333

0 commit comments

Comments
 (0)