Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: anchor redirect #27556

Closed
wants to merge 27 commits into from
Closed

docs: anchor redirect #27556

wants to merge 27 commits into from

Conversation

efriis
Copy link
Member

@efriis efriis commented Oct 22, 2024

No description provided.

eyurtsev and others added 22 commits October 2, 2024 13:54
Move concepts into a separate directory
Starting to structure the scaffold for the concepts. Moving concept
content into their own pages.

TBD what we'll end up doing with the actual concepts page in terms of
visual layout.
Re-organizing some of the content involves runnables/lcel/streaming into
conceptual guides.

Conceptual guides added:
- [x] Runnables
- [x] LCEL
- [x] Chat Models
- [x] LLM
- [x] async
- [x] Messages
- [x] Chat History
- [x] Multimodality
- [x] Tokenization

Outstanding:
- [ ] Callbacks/Tracers
- [ ] Streaming
- [ ] Tool Creation
- [ ] Document Loading


Other conceptual guides are placeholders to make sure that no existing
links breaks.

Some high level re-organization:

* Introduce the Runnable interface prior to LCEL (since those are two
distinct concepts)
* Cross-link as much related content as possible (including how-to
guides)
Add tools conceptual page
* Fix some typos
* Add some missing links
Collecting some feedback

---------

Co-authored-by: Lance Martin <[email protected]>
Consolidate the docs. After this, we'll need to potentially set up
redirect, and update links to existing llm pages.

Still not sure this is a good idea. May be better to rename the concept
page and redirect appropriately better, since we do still have string in
/ string out llm integrations
Update architecture page
* update concepts index page
* update callbacks
* add document loaders
* update architecture to not use links in section headings
Co-authored-by: Harrison Chase <[email protected]>
Add a few concepts that were missing
Add more missing concepts
Copy link

vercel bot commented Oct 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ❌ Failed (Inspect) Oct 22, 2024 8:31pm

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder labels Oct 22, 2024

export const RedirectAnchors = () => {
// get # anchor from url
const lookup = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look up needs to be updated to be an actual dictionary??

Base automatically changed from concept_docs to master October 23, 2024 02:08
@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Oct 23, 2024
"#invoke-with-toolcall": "/docs/concepts/tools",
"#best-practices": "/docs/concepts/tools/#best-practices",
"#related": "/docs/concepts/tools",
"#toolkits": "/docs/concepts/toosl/#toolkits",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"#toolkits": "/docs/concepts/toosl/#toolkits",
"#toolkits": "/docs/concepts/tools/#toolkits",

@efriis efriis closed this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants