-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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: Components cleanup #5987
Docs: Components cleanup #5987
Conversation
Add detailed documentation for: - AstraDB Graph vector store - Elasticsearch vector store Update existing documentation links and improve component descriptions
…"Run flow" component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mendonk I'm approving this PR so the new content can be published. However, you need to create a Jira ticket to go through all of the component content and audit it for style consistency and clarify. I see a lot of inconsistencies in punctuation, capitalization, and usage of articles. Also, there's a lot of "duh" doc in here, meaning that the description of an input or output repeats the name of the input/output with not additional explanation. Where you can, you need to add context around the input and output items.
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* docs: Expand vector stores documentation with new components Add detailed documentation for: - AstraDB Graph vector store - Elasticsearch vector store Update existing documentation links and improve component descriptions * filesize-note * docs: Update memory chatbot tutorial and add new components documentation * docs: new-api-request-inputs * docs: Update documentation to replace deprecated "Flow as Tool" with "Run flow" component * docs: Add Tavily AI Search and Wikidata components documentation * renamed-conditional-router * move-url-component * docs:url-fix * Apply suggestions from code review * docs: cloudflare links * docs: improve link formatting * docs: add output details * docs: add SQL Query and Batch Run component * fix-bottom-table * avoid-future-tense * code-review * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix-linking-errors --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
This pull request includes several updates and additions to documentation across various components. The most significant changes involve renaming components, deprecating older components, and adding new components with detailed descriptions and usage instructions.
Documentation Updates:
docs/docs/Agents/agent-tool-calling-agent-component.md
: Updated the documentation to replace references to the "Flow as Tool" component with the "Run Flow" component.docs/docs/Components/components-data.md
:Component Deprecations:
docs/docs/Components/components-embedding-models.md
: Deprecated the Astra DB vectorize component and provided instructions to use the new Astra DB vector store component.docs/docs/Components/components-logic.md
: Deprecated the Flow as Tool and Sub Flow components, recommending the use of the Run Flow component instead. [1] [2]New Component Additions:
docs/docs/Components/components-embedding-models.md
: Added new components for generating embeddings using Cloudflare Workers AI, LM Studio, and updated existing components with additional inputs and outputs. [1] [2]docs/docs/Components/components-memories.md
: Introduced Mem0 Chat Memory and Redis Chat Memory components for storing and retrieving chat messages.docs/docs/Components/components-processing.md
: Added several new processing components, including Alter Metadata, LLM Router, Merge Data, and others to enhance data manipulation capabilities.