Skip to content

Commit

Permalink
Merge pull request langchain-ai#769 from nickscamara/mendable-search-…
Browse files Browse the repository at this point in the history
…v83e

docs: Mendable Search (state is now saved + fixes)
  • Loading branch information
nfcampos authored Apr 13, 2023
2 parents 4f67ed3 + e4f936f commit 64a59b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@docusaurus/preset-classic": "2.4.0",
"@docusaurus/remark-plugin-npm2yarn": "^2.4.0",
"@mdx-js/react": "^1.6.22",
"@mendable/search": "^0.0.79",
"@mendable/search": "^0.0.83",
"clsx": "^1.2.1",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
Expand Down
1 change: 1 addition & 0 deletions docs/src/theme/SearchBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default function SearchBarWrapper() {
style={{ accentColor: "#4F956C", darkMode: false }}
placeholder="Search..."
dialogPlaceholder="How do I use a LLM Chain?"
messageSettings={{ openSourcesInNewTab: false }}
showSimpleSearch
/>
</div>
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5299,15 +5299,15 @@ __metadata:
languageName: node
linkType: hard

"@mendable/search@npm:^0.0.79":
version: 0.0.79
resolution: "@mendable/search@npm:0.0.79"
"@mendable/search@npm:^0.0.83":
version: 0.0.83
resolution: "@mendable/search@npm:0.0.83"
dependencies:
posthog-js: ^1.45.1
peerDependencies:
react: ^17.x || ^18.x
react-dom: ^17.x || ^18.x
checksum: 22b110a0afcdb0475c30f8e78b8fa5df0b227315a811ca37168e6759463caeb4922623ffd4e0843fbe69ebadec58e94b512aeb144ee7e731bd2fb4dea55eafba
checksum: 00e04dd564fe1ac89b0744e9113455889c99b35114147da6e5a9cf5bf774c97b9f416770e782bda3c4e3f420d654565adedc64fd26c2b7b5a99978e51a71119c
languageName: node
linkType: hard

Expand Down Expand Up @@ -11343,7 +11343,7 @@ __metadata:
"@docusaurus/preset-classic": 2.4.0
"@docusaurus/remark-plugin-npm2yarn": ^2.4.0
"@mdx-js/react": ^1.6.22
"@mendable/search": ^0.0.79
"@mendable/search": ^0.0.83
clsx: ^1.2.1
docusaurus-plugin-typedoc: ^0.18.0
eslint: ^8.19.0
Expand Down

0 comments on commit 64a59b6

Please sign in to comment.