Commit Graph

12 Commits (master)

Author SHA1 Message Date
Erick Friis d02380c504
docs: remove postgres from docs build (#21847) 2 weeks ago
Erick Friis d8f89a5e9b
docs: fix vercel core dep 2 (#21839) 2 weeks ago
Erick Friis 5285336cb1
docs: fix vercel core dep (#21837) 2 weeks ago
Erick Friis 5144c94603
docs: add 0.2 search notice (#21653) 2 weeks ago
Erick Friis d5bde4fa91
infra: use nbconvert for docs build (#21135)
todo

- [x] remove quarto build semantics
- [x] remove quarto download/install
- [x] make `uv` not verbose
3 weeks ago
Bagatur fa4d6f9f8b
docs: install partner pkgs vercel (#20761) 1 month ago
Bagatur 2a11a30572
docs: automatically add api ref links (#20755)
![Screenshot 2024-04-22 at 1 51 13
PM](https://github.com/langchain-ai/langchain/assets/22008038/b8b09fec-3800-4b97-bd26-5571b8308f4a)
1 month ago
Erick Friis 480821da59
infra: docs build install community editable (#14739) 6 months ago
Erick Friis f6d68d78f3
nbdoc -> quarto (#14156)
Switches to a more maintained solution for building ipynb -> md files
(`quarto`)

Also bumps us down to python3.8 because it's significantly faster in the
vercel build step. Uses default openssl version instead of upgrading as
well.
6 months ago
Bagatur 95a472a85f
docs[patch]: install local core (#13990) 6 months ago
William FH 01a9b06400
Add api cross ref linking (#8275)
Example of how it would show up in our python docs:


![image](https://github.com/langchain-ai/langchain/assets/13333726/0f0a88cc-ba4a-4778-bc47-118c66807f15)


Examples added to the reference docs:

https://api.python.langchain.com/en/wfh-api_crosslink/vectorstores/langchain.vectorstores.chroma.Chroma.html#langchain.vectorstores.chroma.Chroma


![image](https://github.com/langchain-ai/langchain/assets/13333726/dcd150de-cb56-4d42-b49a-a76a002a5a52)
10 months ago
Bagatur 58f65fcf12
use top nav docs (#8090) 10 months ago