File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ Your outputs will be in your current directory
5858
5959### Generate guides for my closed-source code
6060
61+ You will need to install the 'rag' extra ` pip install 'nbwrite[rag]' `
62+
6163By default, OpenAI's models can generate docs based on parametric knowledge.
6264This is limited to popular open source libraries.
6365
@@ -117,6 +119,8 @@ See OpenAI usage here https://platform.openai.com/account/usage
117119
118120This is an Alpha stage product, and we encourage you to investigate and report bugs
119121
122+ You will need to install the 'tracing' extra ` pip install 'nbwrite[tracing]'`
123+
120124For any errors occurring during the main generation process, it's possible to view traces
121125using Phoenix.
122126
@@ -134,4 +138,4 @@ using Phoenix.
1341381. Check the phoenix traces in the dashboard (default http://127.0.0.1:6060/)
135139
136140
137- # # TODO make phoenix optional, fix empty packages bug
141+ # # TODO make phoenix optional, fix empty packages bug
You can’t perform that action at this time.
0 commit comments