You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/guides/deno/byo-deep-research.mdx
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,6 @@ deep-research/
87
87
└── api.ts # Main API implementation
88
88
```
89
89
90
-
> Code snippets presented will have the name of the file they are in included in the title.
91
-
92
90
## The Architecture
93
91
94
92
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
730
728
731
729
Remember that the quality of your research will depend on:
732
730
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
737
733
738
734
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