Skip to content

Commit

Permalink
Nick: v40 (langchain-ai#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickscamara authored Mar 1, 2023
1 parent 14aefcb commit 2b205d3
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 @@ -21,7 +21,7 @@
"@docusaurus/core": "2.3.1",
"@docusaurus/preset-classic": "2.3.1",
"@mdx-js/react": "^1.6.22",
"@mendable/search": "^0.0.37",
"@mendable/search": "^0.0.40",
"clsx": "^1.2.1",
"process": "^0.11.10",
"react": "^17.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 @@ -20,6 +20,7 @@ export default function SearchBarWrapper() {
anon_key={customFields.mendableAnonKey}
style={{ accentColor: "#4F956C", darkMode: false }}
placeholder="Search..."
dialogPlaceholder="How do I use a LLM Chain?"
/>
</div>
);
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2895,15 +2895,15 @@ __metadata:
languageName: node
linkType: hard

"@mendable/search@npm:^0.0.37":
version: 0.0.37
resolution: "@mendable/search@npm:0.0.37"
"@mendable/search@npm:^0.0.40":
version: 0.0.40
resolution: "@mendable/search@npm:0.0.40"
dependencies:
posthog-js: ^1.45.1
peerDependencies:
react: ^17.x || ^18.x
react-dom: ^17.x || ^18.x
checksum: 336b60802afaea50cfd8138b816b7bf42ebb40a59728b264f0b9c9717355a8cb8e33c6066f0968c97f154f6cf6b1fc2caccb5616f4854bd30c9fada95f737ed3
checksum: 7e2d235afabb97a2efe75054c2d806d9e9be64255ba2fea894edb4ba9469946eb591d75dcf2d7958c3132ef1ddd1661466ced38f30a36aaa5c6949b9471c9332
languageName: node
linkType: hard

Expand Down Expand Up @@ -6186,7 +6186,7 @@ __metadata:
"@docusaurus/core": 2.3.1
"@docusaurus/preset-classic": 2.3.1
"@mdx-js/react": ^1.6.22
"@mendable/search": ^0.0.37
"@mendable/search": ^0.0.40
clsx: ^1.2.1
docusaurus-plugin-typedoc: ^0.18.0
eslint: ^8.19.0
Expand Down

0 comments on commit 2b205d3

Please sign in to comment.