You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Error with langchain on Supabase in Deno environment
Issue Description:
I recently ran into an issue while working with langchain on Supabase within the Deno environment. It resulted in an error message:
Uncaught SyntaxError: The requested module '/npm/openai@3.3.0/+esm' does not provide an export named 'Configuration' at https://cdn.jsdelivr.net/npm/langchain@0.0.122/+esm:7:427
Steps to Reproduce:
Use the Deno environment.
Attempt to use langchain on Supabase.
Observe the "Uncaught SyntaxError" with the mentioned module and export error.
Expected Behavior:
There should be no SyntaxError, and the 'Configuration' export should be available from the specified module.
Environment:
Deno version: [insert Deno version]
langchain version: 0.0.122
Supabase version: [insert Supabase version]
Additional Information:
The error seems to be related to the 'openai' module at version 3.3.0, which is utilized within langchain. Any insights into resolving this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
dosubotbot
added
the
auto:bug
Related to a bug, vulnerability, unexpected error with an existing feature
label
Aug 5, 2023
Title: Error with langchain on Supabase in Deno environment
Issue Description:
I recently ran into an issue while working with langchain on Supabase within the Deno environment. It resulted in an error message:
Steps to Reproduce:
Expected Behavior:
There should be no SyntaxError, and the 'Configuration' export should be available from the specified module.
Environment:
Additional Information:
The error seems to be related to the 'openai' module at version 3.3.0, which is utilized within langchain. Any insights into resolving this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered: