Commit graph

119 commits

Author SHA1 Message Date
anovazzi1
6f5b984a22
fix: add load_from_db to all agents (#5170) 2024-12-09 23:50:08 +00:00
Vinícios Batista da Silva
3e5ab7e0f5
docs: enhance Google Cloud Vertex AI setup guide for Langflow (#4745)
* docs: enhance Google Cloud Vertex AI setup guide for Langflow

- Add detailed step-by-step instructions for creating a Google Cloud project
- Include instructions for creating and configuring a Service Account
- Add steps for generating and downloading a JSON key file
- Provide an example of the JSON key file structure
- Include instructions for enabling the Vertex AI API
- Add steps for configuring credentials in Langflow components
- Include relevant screenshots and GIFs to illustrate each step visually
- Improve overall clarity and completeness of the setup process

Co-authored-by: Vinícios Batista da Silva <vinicios.batsi@gmail.com>

* feat: Update Google Cloud Vertex AI integration documentation for clarity and structure

* remove-unused-images

* docs: update Google Cloud Vertex AI integration setup instructions

* docs: update Google Cloud Vertex AI integration setup instructions

---------

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
2024-12-06 22:35:27 +00:00
Edwin Jose
11286778dc
docs: AstraDB as Chat Memory (#4815)
* chat memory

update in Astra as chat memory

* updated image

* docs: update chat memory documentation for external database integration and clarify session ID usage

* capitalization

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

---------

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2024-11-26 20:46:17 +00:00
Mendon Kissling
7c4b9b6cce
docs: add Sequential Tasks Agent documentation and sidebar entry (#4877)
* docs: add Sequential Tasks Agent documentation and sidebar entry

* docs: clarify instructions for Sequential Tasks Agent in documentation

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

---------

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2024-11-26 20:26:06 +00:00
anovazzi1
d0c3ed165e
docs: update guide for chat memory (#4703)
docs: Update guide for chat memory

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
2024-11-21 18:59:29 +00:00
Vinícios Batista da Silva
32554b4b93
docs: add google integration (#4382)
* docs: Add Google OAuth Integrations Docs

- Added documentation teaching how to configure an application using Google's OAuth API to use the components present in Langflow. Example: (Google Drive Loader, Google Drive Search and Gmail Loader).

Co-authored-by: Vinícios Batista da Silva <vinicios.batsi@gmail.com>

* docs: Updated the json available for download with the example flow

- Updated the json available for download with the example flow for using OAuth permissions in Langflow.
- Modified the existing Google Oauth Token component in Flow, with corrections and updates from component.

Co-authored-by: Vinícios Batista da Silva <vinicios.batsi@gmail.com>

* cleanup-style

* url

* docs: Add Google OAuth Integrations Docs

- Added documentation teaching how to configure an application using Google's OAuth API to use the components present in Langflow. Example: (Google Drive Loader, Google Drive Search and Gmail Loader).

Co-authored-by: Vinícios Batista da Silva <vinicios.batsi@gmail.com>

* docs: Updated the json available for download with the example flow

- Updated the json available for download with the example flow for using OAuth permissions in Langflow.
- Modified the existing Google Oauth Token component in Flow, with corrections and updates from component.

Co-authored-by: Vinícios Batista da Silva <vinicios.batsi@gmail.com>

* cleanup-style

* url

* fix: Updated Google Oauth Token component in flow example
- The component code has been updated to resolve lint issues and improve performance as per commit example:
    https://github.com/langflow-ai/langflow/pull/4383/commits/4df070f6e23a323114930e3e1dce500df7368353

Co-authored-by: Vinícios Batista da Silva <vinicios.batsi@gmail.com>

* docs: apply reviewer’s suggestions for documentation clarity

- Corrected grammar and improved readability as per GitHub review feedback

Co-authored-by: Vinícios Batista da Silva <vinicios.batsi@gmail.com>

* update-gif-new-workflow

* style-and-test

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

---------

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2024-11-20 14:42:41 -05:00
Gabriel Luiz Freitas Almeida
1aef2d8d62
chore: Update README.md with local image assets for hero and integrations sections (#4700)
* Update images for hero and integrations sections

* Update image paths in README.md to use local assets
2024-11-19 14:19:16 +00:00
Gabriel Luiz Freitas Almeida
83f23a68a7
chore: Add hero image file (#4606)
Add hero image
2024-11-14 07:44:28 -08:00
Lucas Oliveira
2f96dbbdd4
docs: replace documentation icon and primary color (#4582)
* Updated primary color to be pink

* Updated primary color and header logo

* Updated favico

* Updated icon on Mendable search for docs

* Yarn.lock update

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2024-11-14 09:58:42 +00:00
Mendon Kissling
0709625680
Docs: agents (#4561)
* add-agents-and-logic-components

* init

* agent-overview

* component

* fix: correct formatting in tool-calling-agent-component documentation

* remove-component-doc

* more-content

* cleanup-nav

* add-agents-and-logic-components

* init

* agent-overview

* component

* fix: correct formatting in tool-calling-agent-component documentation

* remove-component-doc

* more-content

* cleanup-nav

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* Enhance documentation for creating problem-solving agents and using components as tools

* clarify-tool-mode

* remove-empty-headers

* Update title in agents overview documentation

* Refine descriptions in components-logic documentation for clarity and consistency

* Remove unnecessary prerequisite for Langflow installation in agent tool documentation

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* Improve documentation for agent and logic components

* Clarify description of AgentComponent in agent tool documentation

* update-screenshot

* agent-as-tool

* update-screenshots

* make-component-a-tool

---------

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2024-11-14 01:00:41 +00:00
Mendon Kissling
c7f688ceda
Docs: update screenshots with new UI changes (#4579)
* remove-images

* logs-pane

* logs

* more-logs

* langsmith-langwatch

* guides-folder

* quickstart

* follow-image

* getting-started-folder

* share-store-change

* workspace-old-images

* component-folder

* deployment-folder

* configuration-folder

* delete-venv

* favicon-footer-header

* favicon-bw-and-replace-gif

* docs: Update prerequisites and terminology in Getting Started and Workspace documentation

* docs: Update terminology from "New Project" to "New Flow" in starter project documentation

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* docs: Update terminology from "project" to "flow" in starter project documentation

* docs: Update terminology from "project" to "flow" in starter project documentation

---------

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2024-11-14 00:58:01 +00:00
Vinícios Batista da Silva
fa2854131a
feat: Add Google Oauth Token Component (#4383) 2024-11-11 03:03:57 -08:00
Lucas Oliveira
98f00d75f0
Update README.md (#3204)
* Update README.md

Updated Readme with suggestions

* Changed core features

* Changed thumbnail of video

* Fixed hero image

* Fixed readme texts

* Update README.md
2024-08-09 15:46:17 +00:00
Lucas Oliveira
15d49d8526
docs: update readme banner (#3174)
Updated banner of README
2024-08-05 14:40:20 +02:00
Rogério Chaves
89f2f62041
Add LangWatch Integration (#2608)
* First implementation of LangWatch tracer

* Update to langwatch 0.1.4 to use root span for better control of the all-wrapping trace, workaround for llm not being used for an actual call and better ids on langwatch ui

* Remove dependency from backend base internal and add langwatch docs

* [autofix.ci] apply automated fixes

* Fix using session id for metadata, except if the same as flow_id

* Fix wrong error variable and support for python <3.10 is not necessary given langflow pyproject restrictions

* Bump langwatch to v0.1.4

* [autofix.ci] apply automated fixes

* Remove extra line the popped up

* Fix missing log parameter on method

* Fix mypy issues

* Bump langwatch to v0.1.7 to truncate large documents

* Move docs to the right folder

* chore: update lock

* chore: Update clarifai-grpc to version 10.6.4, cohere to version 5.6.1, langwatch to version 0.1.3, and litellm to version 1.41.23

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2024-07-16 10:28:57 -07:00
Gabriel Luiz Freitas Almeida
1b0dbd7fb5
docs: add CNAME file for custom domain (#2685) 2024-07-13 01:21:22 -07:00
Lucas Oliveira
e29e3624f7
docs: reuploaded old images that were referenced (#2673)
Re-uploaded old images that were referenced by new docs
2024-07-12 21:32:53 +00:00
Lucas Oliveira
3aa2513a86
docs: added fetching from notion (#2670)
* Added new Docusaurus instance that fetches automatically from Notion

* Add Github workflow to fetch docs from Notion

* Added legacy peer deps to solve dependency problems

* Fix git ignore and added pages
2024-07-12 22:59:52 +02:00
João Pedro Miranda C. Hluchan
a6f128c4cf
Add CrewAI Component Documentation (#2519)
* feat: CrewAI components static files

* feat: CrewAI add .md guide files

* feat: CrewAI add CrewAI_components_bundle.json

* chore: Comment out CrewAI section in sidebars.js

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2024-07-09 17:01:11 +00:00
Lucas Oliveira
c8fde3c789 Added image on introduction page and refactored title 2024-06-24 08:26:48 -07:00
Lucas Oliveira
5ce681355d Added new text to the page A New Chapter for Langflow 2024-06-24 07:17:13 -07:00
Gabriel Luiz Freitas Almeida
184f2524cf refactor: make rag example be two flows again 2024-06-24 05:59:32 -07:00
Gabriel Luiz Freitas Almeida
7f94f5f5dd Update project documentation URLs to use the new domain 2024-06-24 05:43:40 -07:00
Rodrigo
147f075877 docs: Add LangSmith docs 2024-06-24 04:37:06 -07:00
Rodrigo
add8fc7ded docs: Rewrite Getting Started pages 2024-06-24 04:37:06 -07:00
Mendon Kissling
d8169ee1a2 playground 2024-06-24 04:37:06 -07:00
Mendon Kissling
85c1d79d3e memories 2024-06-24 04:37:06 -07:00
Mendon Kissling
8401f18f7f collections-and-projetcs 2024-06-24 04:37:06 -07:00
Mendon Kissling
c5fe03fcd2 topnav 2024-06-24 04:37:06 -07:00
Gabriel Luiz Freitas Almeida
54d5ba78cd fix: corret imports 2024-06-23 22:12:40 -03:00
Gabriel Luiz Freitas Almeida
83631d56e7 fix: correct import in json projects 2024-06-23 15:24:11 -07:00
Gabriel Luiz Freitas Almeida
d1705a7f5e refactor: Rename TextInput to MessageTextInput in starter_projects 2024-06-23 15:24:11 -07:00
Lucas Oliveira
55413cb751
Fix - Docs Footer and Header (#2274)
* Removed footer from docs

* Changed header icons color to match dark and light mode
2024-06-23 19:58:45 +02:00
Gabriel Luiz Freitas Almeida
2cecfb009f chore: Update RecursiveCharacterTextSplitterComponent method name to split_data 2024-06-22 12:32:54 -07:00
Mendon Kissling
e2e18318d5
[Docs] - Multiple outputs (#2256)
multiple-outputs
2024-06-22 12:05:59 -04:00
Mendon Kissling
682a1c65fe
Docs 1.0a changes (#2241)
* folders

* screenshots

* output-preview

* custom-api-endpoint

* screenshots

* memory-management

* update-component-version

* img

* errors

* space

* fix-issue

* remove-weird-footers

* mdx

* fix-import
2024-06-21 17:24:50 -04:00
Gabriel Luiz Freitas Almeida
ee2d3e6c03 update vector store flow 2024-06-21 13:53:29 -03:00
Gabriel Luiz Freitas Almeida
ebb8275bf2 Fix variable name in PromptComponent build_prompt method 2024-06-19 16:54:11 -03:00
ogabrielluiz
be88c25dac Add io module for easier access to Inputs and Outputs 2024-06-19 01:22:59 -03:00
ogabrielluiz
dfcba47e75 Update RAG project 2024-06-19 01:06:32 -03:00
ogabrielluiz
921250cbe1 Merge branch 'cz/mergeAll' into two_edges 2024-06-10 15:57:46 -03:00
ogabrielluiz
735a7e3780 Merge cz/mergeAll to two_edges 2024-06-10 11:31:02 -03:00
ogabrielluiz
4c87f7662c Merge remote-tracking branch 'origin/dev' into two_edges 2024-06-07 10:42:22 -03:00
Mendon Kissling
c8240d73bd Merge branch 'dev' into docs-cli-commands 2024-06-06 09:56:22 -04:00
Mendon Kissling
199459f645 better-twitter-svg 2024-06-05 11:15:43 -04:00
Mendon Kissling
8e9e2875cd replace-twitter-logo 2024-06-05 11:13:49 -04:00
Lucas Oliveira
81f61201be Merge remote-tracking branch 'origin/dev' into fix/minor_bugs 2024-05-31 20:55:38 -03:00
ogabrielluiz
5c818f0b60 feat: Update field types in prompt and formatter modules
This commit updates the field types in the `prompt.py` and `formatter/base.py` modules. The `DefaultPromptField` class in `prompt.py` now inherits from `InputField` instead of `TemplateField`. Similarly, the `format` method in the `FieldFormatter` class in `formatter/base.py` now accepts an `InputField` parameter instead of a `TemplateField` parameter. These changes ensure consistency and improve the accuracy of the code.
2024-05-30 16:46:45 -03:00
Mendon Kissling
b4152c8a5f update-notion-image 2024-05-30 11:38:55 -04:00
Mendon Kissling
d757f1a703 repopulate-examples 2024-05-30 11:35:42 -04:00