Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai_deno/mod.ts>SearchRawRequest

OpenAI API wrapper for deno.
Latest
interface SearchRawRequest
Re-export
import { type SearchRawRequest } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

optional
documents: string[]
optional
file: string
query: string
optional
max_rerank: number
optional
return_metadata: boolean