Skip to content

Commit

Permalink
docs: Mendable Fixes and Improvements (langchain-ai#4184)
Browse files Browse the repository at this point in the history
Overall fixes and improvements.
  • Loading branch information
nickscamara authored May 5, 2023
1 parent 7dcc698 commit a57259e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_static/js/mendablesearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ document.addEventListener('DOMContentLoaded', () => {

loadScript('https://unpkg.com/react@17/umd/react.production.min.js', () => {
loadScript('https://unpkg.com/react-dom@17/umd/react-dom.production.min.js', () => {
loadScript('https://unpkg.com/@mendable/[email protected].83/dist/umd/mendable.min.js', initializeMendable);
loadScript('https://unpkg.com/@mendable/[email protected].93/dist/umd/mendable.min.js', initializeMendable);
});
});
});

0 comments on commit a57259e

Please sign in to comment.