9 Commits

Author SHA1 Message Date
Travis Cline ebd931b432 docs: refactor documentation site content, structure (#1311)
* docs: restructure documentation with concepts, how-to guides and tutorials

- Add comprehensive architecture documentation
- Add how-to guides section with LLM provider configuration
- Add tutorials section with basic chat app example
- Update module documentation organization
- Switch from npm to pnpm for package management
- Update theme and search components

Co-authored-by: jacobcode91 <34037588+jacobcode91@users.noreply.github.com>
2025-06-16 18:14:26 +02:00
Travis Cline d750d4cf88 ci: enhance docs publishing workflow (#1139) 2025-02-09 04:04:51 -08:00
Cody Oss 255f6a9885 docs: fixup a bunch of links (#659)
It seems like a bunch of links were broken and docs.langchain.com
now redirects to the python docs.
2024-03-13 14:42:01 -07: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 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
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
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