forked from Archives/langchain
docs: Mendable Fixes and Improvements (#4184)
Overall fixes and improvements.
This commit is contained in:
parent
7dcc698ebf
commit
a57259ec83
2
docs/_static/js/mendablesearch.js
vendored
2
docs/_static/js/mendablesearch.js
vendored
@ -52,7 +52,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
|
|
||||||
loadScript('https://unpkg.com/react@17/umd/react.production.min.js', () => {
|
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/react-dom@17/umd/react-dom.production.min.js', () => {
|
||||||
loadScript('https://unpkg.com/@mendable/search@0.0.83/dist/umd/mendable.min.js', initializeMendable);
|
loadScript('https://unpkg.com/@mendable/search@0.0.93/dist/umd/mendable.min.js', initializeMendable);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user