Skip to content

Commit a7967b2

Browse files
authored
File Search with Responses (#1708)
1 parent f74fe93 commit a7967b2

26 files changed

+701
-3
lines changed

examples/File_Search_Responses.ipynb

+688
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

examples/responses_api/responses_example.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
"\n",
485485
"See the following diagram for a side by side visualized comparison!\n",
486486
"\n",
487-
"![Responses vs Completions](./comparisons.png)\n",
487+
"![Responses vs Completions](../../images/comparisons.png)\n",
488488
"\n",
489489
"\n",
490490
"We are very excited for you to try out the Responses API and see how it can simplify your code and make it easier to build complex, multimodal, tool-augmented interactions!\n"
File renamed without changes.

registry.yaml

+12-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
path: examples/responses_api/responses_example.ipynb
1010
date: 2025-03-11
1111
authors:
12-
- billchen
12+
- billchen-openai
1313
tags:
1414
- responses
1515
- web-search
16+
- functions
1617

1718
- title: Using logprobs
1819
path: examples/Using_logprobs.ipynb
@@ -1817,4 +1818,13 @@
18171818
authors:
18181819
- msingh-openai
18191820
tags:
1820-
- completions
1821+
- completions
1822+
1823+
- title: Doing RAG on PDFs using File Search in the Responses API
1824+
path: examples/File_Search_Responses.ipynb
1825+
date: 2025-03-11
1826+
authors:
1827+
- pap-openai
1828+
tags:
1829+
- responses
1830+
- functions

0 commit comments

Comments
 (0)