diff --git a/docs/core_docs/docs/integrations/retrievers/exa.ipynb b/docs/core_docs/docs/integrations/retrievers/exa.ipynb index a2f731fb5d43..ea1d9a8ddc37 100644 --- a/docs/core_docs/docs/integrations/retrievers/exa.ipynb +++ b/docs/core_docs/docs/integrations/retrievers/exa.ipynb @@ -85,6 +85,7 @@ "import Exa from \"exa-js\";\n", "\n", "const retriever = new ExaRetriever({\n", + " // @lc-ts-ignore\n", " client: new Exa(\n", " process.env.EXASEARCH_API_KEY // default API key\n", " ),\n",