chyroc
55f772c21a
Docs: fix comment typo ( #442 )
...
* Docs: fix comment typo
* docs: a llm -> an LLM
---------
Co-authored-by: Travis Cline <travis.cline@gmail.com >
2023-12-20 19:57:37 +00:00
Travis Cline
c97f566a86
docs: Fix docs building
2023-12-12 20:31:54 -08:00
dependabot[bot]
a1d183f61b
build(deps): bump axios, @docusaurus/core and @docusaurus/preset-classic in /docs ( #366 )
...
build(deps): bump axios, @docusaurus/core and @docusaurus/preset-classic
Bumps [axios](https://github.com/axios/axios ) to 1.6.2 and updates ancestor dependencies [axios](https://github.com/axios/axios ), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus ) and [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic ). These dependencies need to be updated together.
Updates `axios` from 0.25.0 to 1.6.2
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.25.0...v1.6.2 )
Updates `@docusaurus/core` from 2.4.0 to 3.0.0
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.0/packages/docusaurus )
Updates `@docusaurus/preset-classic` from 2.4.0 to 3.0.0
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.0/packages/docusaurus-preset-classic )
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
- dependency-name: "@docusaurus/core"
dependency-type: direct:production
- dependency-name: "@docusaurus/preset-classic"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Travis Cline <travis.cline@gmail.com >
2023-12-04 22:38:29 -08:00
Travis Cline
f5460c433b
Update docusaurus.config.js
2023-12-04 22:38:28 -08:00
Travis Cline
58d91f5b0e
docs: Minor tweak
2023-12-04 22:38:28 -08:00
Travis Cline
89c395b5d9
docs: Simplify quickstart material
2023-12-04 22:38:28 -08:00
Travis Cline
b550f9d663
docs: Minor edits to ollama guide
2023-12-04 22:38:28 -08:00
Travis Cline
be4db38357
docs: Add docs publishing, include Ollama quickstart guide. ( #342 )
...
* docs: Mark unfinished parts as draft
* github: Add docs publish workflow
* github: Simplify pages deploy
* docs: set baseUrl
* docs: mark more as draft for now
2023-12-04 22:38:28 -08:00
dependabot[bot]
f2757a0f0b
build(deps): bump @babel/traverse from 7.22.5 to 7.23.2 in /docs ( #326 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.22.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 22:38:28 -08:00
Amir Karimi
225316c84e
chains: added constitutional chain. refactored few shot prompt ( #316 )
2023-12-04 22:38:28 -08:00
dependabot[bot]
f98c64effe
build(deps): bump postcss from 8.4.24 to 8.4.31 in /docs ( #309 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.24 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 22:38:28 -08:00
Travis Cline
e89bc0bd36
Function call streaming ( #271 )
...
* openai: Use chat completions for normal completions (as recommended)
* openai: Fix streaming partial argument results
* docs: some docs updates
* openaiclient: Fix lint issues
2023-08-29 03:20:09 +00:00
Tobi
b2aa463a6c
chains: add memory support for sequential chain
2023-07-24 23:30:28 +01:00
Travis Cline
eb8675b734
Merge pull request #212 from tmc/dependabot/npm_and_yarn/docs/word-wrap-1.2.5
...
build(deps): bump word-wrap from 1.2.3 to 1.2.5 in /docs
2023-07-23 11:43:56 -07:00
Travis Cline
d8070065be
Merge pull request #211 from tmc/dependabot/npm_and_yarn/docs/semver-5.7.2
...
build(deps): bump semver from 5.7.1 to 5.7.2 in /docs
2023-07-23 11:43:51 -07:00
Travis Cline
564eb8b652
Merge pull request #195 from baoist/outputparser/feat/boolean-parser
...
outputparser: Add BooleanParser
2023-07-23 11:32:35 -07:00
Travis Cline
c907368707
Merge pull request #194 from baoist/outputparser/feat/regex-dict
...
feat(outputparser): Add Regex Dict Parser
2023-07-23 11:31:49 -07:00
dependabot[bot]
5b67eb7827
build(deps): bump word-wrap from 1.2.3 to 1.2.5 in /docs
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-23 18:25:22 +00:00
dependabot[bot]
5199223961
build(deps): bump semver from 5.7.1 to 5.7.2 in /docs
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-23 18:24:57 +00:00
Brad Olson
fd2408f543
Merge branch 'main' into outputparser/feat/boolean-parser
2023-07-20 02:50:46 -04:00
Brad Olson
6e884cfb1c
wip: hold generics
...
wip: hold generics
feat(outputparser): add combining parser
2023-07-17 22:30:51 -04:00
Brad Olson
678a2a3463
feat: add boolean outputparser
2023-07-14 21:58:50 -04:00
Brad Olson
c96fefb94a
doc: add/update docs
2023-07-14 14:50:42 -04:00
Brad Olson
3bbf735e0f
docs: update feature parity docs
2023-07-09 22:35:16 -04:00
Travis Cline
7fa79dce7c
Merge pull request #180 from baoist/feat/regex-parser
...
feat: regex parser
2023-07-08 11:05:16 -07:00
Brad Olson
b5cc497e5b
doc: update docs for regex parser
2023-07-08 13:12:33 -04:00
FluffyKebab
bed5886b58
docs: update pairty matrix
2023-07-08 00:01:01 +02:00
Travis Cline
fb14fcc8c0
Merge branch 'main' into docs
2023-06-29 19:23:02 -07:00
FluffyKebab
bde520409e
doc stite: fix links in home page
2023-06-29 16:36:03 +02:00
FluffyKebab
e08d3ad6a0
docs: change structure to be more like python site and write in model I/O
2023-06-29 12:47:43 +02:00
Murilo Santana
3d6a3ba2bb
docs: update html loader on parity matrix
2023-06-28 17:13:24 -03:00
FluffyKebab
0097b9b03e
docs: remove merge isiues
2023-06-24 12:30:53 +02:00
FluffyKebab
2b5deb07fe
Merge branch 'docs' of https://github.com/FluffyKebab/langchaingo into docs
2023-06-24 12:25:41 +02:00
FluffyKebab
c9c63b3fd2
docs: remove all typescript content
2023-06-24 12:10:41 +02:00
FluffyKebab
93d7368f78
docs: remove comment in code loader
2023-06-24 11:41:42 +02:00
FluffyKebab
1de653be4d
write quick start using llm and add possiblity to load files from example dir
2023-06-24 11:41:41 +02:00
FluffyKebab
5fce63336a
docs: copy over js/ts site and fix compile errors
2023-06-24 11:41:41 +02:00
FluffyKebab
a1c3b5c9d9
write quick start using llm and add possiblity to load files from example dir
2023-06-23 18:13:26 +02:00
FluffyKebab
29ca03fa06
docs: copy over js/ts site and fix compile errors
2023-06-21 12:45:51 +02:00
Murilo Santana
d3e1424911
document loaders: add csv loader
2023-06-14 15:41:16 -03:00
FluffyKebab
2d7d61f318
chains: fix lint
2023-05-20 22:54:26 +02:00
FluffyKebab
554564f1c9
chains: add refine documents and stuff summarization
2023-05-20 19:26:06 +02:00
Roma
f8e46681c4
Update parity_matrix.md with document loaders
2023-05-04 18:42:28 -03:00
Travis Cline
ead4b3f3bf
docs: Add prompt templates to parity matrix
2023-04-29 12:14:57 -07:00
Roma
47372485b1
Add output parsers to parity matrix
2023-04-28 16:12:26 -03:00
Roma
33d3ba65aa
Update parity_matrix.md
2023-04-28 13:10:45 -03:00
Pablo-Olmos
bfb935af92
add docs folder and parity matrix md file
2023-04-28 13:19:35 +02:00