Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 196bf2a

Browse files
committed
apply additional suggestions.
1 parent d464db2 commit 196bf2a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/guides/deno/byo-deep-research.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ deep-research/
8787
└── api.ts # Main API implementation
8888
```
8989

90-
> Code snippets presented will have the name of the file they are in included in the title.
91-
9290
## The Architecture
9391

9492
Our research system will be built as a Nitric API with several key components:
@@ -730,9 +728,7 @@ Building a research system that can be tested locally and deployed to production
730728

731729
Remember that the quality of your research will depend on:
732730

733-
- The quality of your source documents
734-
- The capabilities of your chosen LLM
735-
- The effectiveness of your document processing pipeline
736-
- The relevance of your search and retrieval system
731+
- The quality of information in your source documents
732+
- The size and power of your chosen LLM
737733

738734
With these components in place, you're well on your way to building a simple research assistant that can be developed locally and deployed to production with ease.

0 commit comments

Comments
 (0)