|
47 | 47 | "name": "Polyglot Cookbook", |
48 | 48 | "url": "cookbook/polyglot", |
49 | 49 | "group": "LLM Basics" |
| 50 | + }, |
| 51 | + { |
| 52 | + "name": "HTTP Client Guide", |
| 53 | + "url": "instructor/http", |
| 54 | + "group": "HTTP Client Guide" |
50 | 55 | } |
51 | 56 | ], |
52 | 57 | "anchors": [ |
|
130 | 135 | "instructor/misc/llm_providers" |
131 | 136 | ] |
132 | 137 | }, |
| 138 | + { |
| 139 | + "group": "Release Notes", |
| 140 | + "pages": [ |
| 141 | + "release-notes/v0.12.12", |
| 142 | + "release-notes/v0.12.11", |
| 143 | + "release-notes/v0.12.10", |
| 144 | + "release-notes/v0.12.9", |
| 145 | + "release-notes/v0.12.8", |
| 146 | + "release-notes/v0.12.7", |
| 147 | + "release-notes/v0.12.6", |
| 148 | + "release-notes/v0.12.5", |
| 149 | + "release-notes/v0.12.4", |
| 150 | + "release-notes/v0.12.3", |
| 151 | + "release-notes/v0.12.2", |
| 152 | + "release-notes/v0.12.0" |
| 153 | + ] |
| 154 | + }, |
133 | 155 | { |
134 | 156 | "group": "Polyglot Guide", |
135 | 157 | "pages": [ |
|
142 | 164 | "instructor/polyglot/internals/http" |
143 | 165 | ] |
144 | 166 | }, |
| 167 | + { |
| 168 | + "group": "HTTP Client Guide", |
| 169 | + "pages": [ |
| 170 | + "instructor/http/1-overview", |
| 171 | + "instructor/http/2-getting-started", |
| 172 | + "instructor/http/3-making-requests", |
| 173 | + "instructor/http/4-handling-responses", |
| 174 | + "instructor/http/5-streaming-responses", |
| 175 | + "instructor/http/7-changing-client", |
| 176 | + "instructor/http/8-changing-client-config", |
| 177 | + "instructor/http/9-1-custom-clients", |
| 178 | + "instructor/http/9-2-mock-http-driver", |
| 179 | + "instructor/http/10-middleware", |
| 180 | + "instructor/http/11-processing-with-middleware", |
| 181 | + "instructor/http/12-troubleshooting" |
| 182 | + ] |
| 183 | + }, |
145 | 184 | { |
146 | 185 | "group": "Instructor Hub", |
147 | 186 | "pages": [ |
|
0 commit comments