Commit Graph

610 Commits

Author SHA1 Message Date
cc52f5f00d docs: update-session-id (#3733)
update-session-id
2024-09-09 16:51:47 +00:00
5eaebe58f3 docs: add new starter flows (#3688)
add-new-starter-flows
2024-09-06 15:14:18 +00:00
78541f453d docs: add Loaders components page (#3672)
add-loaders
2024-09-03 21:00:58 +00:00
922fd5f645 feat: add gtm to docs (#3622) 2024-08-29 19:35:02 -03:00
6ce733570f docs: update deprecated term 'variables and secrets' (#3480)
docs: update deprected term 'variables and secrets'

Update old term 'Variables and Secrets' to 'Global Variables'
2024-08-21 12:09:33 -07:00
dc10cdd1d5 docs: auto saving (#3389)
* Added auto saving page

* Added more auto saving documentation

* Update docs/docs/Configuration/configuration-auto-saving.md

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>

* Update docs/docs/Configuration/configuration-auto-saving.md

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>

* Update docs/docs/Configuration/configuration-auto-saving.md

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>

* Update docs/docs/Configuration/configuration-auto-saving.md

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>

* Update docs/docs/Configuration/configuration-auto-saving.md

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>

* Update docs/docs/Configuration/configuration-auto-saving.md

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>

---------

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
2024-08-16 17:20:12 +00:00
ce17bd4e71 feat: Add support for metadata filtering and namespaces for the Upstash Vector component (#3254)
* feat: add metadata filtering and namespace support for the upstash vector component

* docs: add upstash vector to the vectorstores doc

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-08-14 07:18:45 -07:00
17337b4748 docs: fix render deployment and docs (#3309)
* initial-content

* doc-update
2024-08-14 03:45:56 -07:00
5ad5ca5857 Update Astra link in README.md (#3314)
* Update link in README.md

* Update README.md

* Update getting-started-installation.md

* Update README.KR.md

* Update README.ja.md
2024-08-13 17:29:54 -05:00
ecfcbdaa5a docs: variable global precautions (#3285)
docs: add section with variable global precautions
2024-08-12 13:15:57 -03:00
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
15d49d8526 docs: update readme banner (#3174)
Updated banner of README
2024-08-05 14:40:20 +02:00
1a5156784c fix: deploy buttons images not appearing (#3092)
Added railway, render and GCP deploy images and link
2024-07-31 04:26:22 -07:00
8f3a82e0df docs: update docs from notion (#3074)
* Update docs from Notion

* feat: Add RAG (Retrieval-Augmented Generation) components documentation

This commit adds documentation for RAG (Retrieval-Augmented Generation) components. It explains how these components process a user query by retrieving relevant documents and generating a concise summary that addresses the user's question. The documentation includes information about the Vectara component, its parameters, and the Vectara corpus. For more details, refer to the [Vectara documentation](https://docs.vectara.com/docs).

---------

Co-authored-by: ogabrielluiz <ogabrielluiz@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2024-07-30 17:52:03 +00:00
06d185a976 chore: remove langwatch docs mdx, as .md files are now generated automatically from notion (#3073)
Remove langwatch docs mdx, as .md files are now generated automatically from notion
2024-07-30 14:34:10 +00:00
469625c0a3 feat: new Vectara RAG Component (#2733)
* First implementation of LangWatch tracer

* Remove dependency from backend base internal and add langwatch docs

* Bump langwatch to v0.1.4

* Fix missing log parameter on method

* Move docs to the right folder

* chore: update lock

* Add Vectara RAG component and docs

* [autofix.ci] apply automated fixes

* refactor: update VectaraRAG component to the new component standard

* fix: update VectaraRagComponent filter parameter

Update the filter parameter in the VectaraRagComponent class to use the correct variable name 'self.filter' instead of 'filter'. This ensures that the correct filter value is passed to the VectaraQueryConfig object.

* fix: add condition to set_cache_coro in Graph class

Add a condition to the `set_cache_coro` function call in the `Graph` class. The condition checks if the `cache` variable is true and the `flow_id` is not empty before calling the function. This ensures that the cache is set only when both conditions are met, improving the efficiency of the code.

---------

Co-authored-by: Rogério Chaves <rogeriochaves@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-28 14:02:23 +00:00
b2e40ec92f fix: videos not showing on docs (#2967)
Fixed videos not showing on docs
2024-07-25 22:11:40 +00:00
d6c7352345 docs: update docs from notion (#2951)
Update docs from Notion

Co-authored-by: lucaseduoli <lucaseduoli@users.noreply.github.com>
2024-07-25 19:30:28 +00:00
384f622f48 docs: update docs from notion (#2922)
Update docs from Notion

Co-authored-by: lucaseduoli <lucaseduoli@users.noreply.github.com>
2024-07-24 21:22:39 +00:00
e4a8769e8d docs: Fixing integrations-langwatch.md (#2783)
Update integrations-langwatch.md

Fixing the link to Langwatch.

Updated link from langwatch.com to langwatch.ai
2024-07-18 19:28:30 +00:00
868e22c6c3 docs: update docs from notion (#2747)
Update docs from Notion

Co-authored-by: ogabrielluiz <ogabrielluiz@users.noreply.github.com>
2024-07-17 21:11:21 +00:00
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
1b0dbd7fb5 docs: add CNAME file for custom domain (#2685) 2024-07-13 01:21:22 -07:00
b731983f31 docs: update docs from notion (#2684)
Co-authored-by: lucaseduoli <lucaseduoli@users.noreply.github.com>
2024-07-12 16:36:29 -07:00
138552d7b5 docs: api page fix and workflow run fix (#2675)
* Fetched updated docs

* Fixed GitHub workflow for fetching docs
2024-07-12 22:14:28 +00:00
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
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
c8d7f47070 feat: Add milvus vector store (#2634)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-12 12:47:55 -07:00
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
4f839c73a6 chore: Rename Kubernetes documentation file to use .md extension 2024-06-26 09:16:44 -03:00
c8fde3c789 Added image on introduction page and refactored title 2024-06-24 08:26:48 -07:00
c2d5a631dd Added and removed some outdated warnings 2024-06-24 08:26:48 -07:00
8e51ac6a41 Removed unused classname 2024-06-24 08:26:48 -07:00
44e2611294 Removed margin top from second level categories 2024-06-24 08:26:48 -07:00
dcb2900ba8 Removed margin from Notion category 2024-06-24 08:26:48 -07:00
5ce681355d Added new text to the page A New Chapter for Langflow 2024-06-24 07:17:13 -07:00
1f0532a995 Fixed link errors 2024-06-24 06:49:41 -07:00
0bd768f92d Fixed broken link on docs 2024-06-24 06:49:41 -07:00
63b72e8c82 Fixed prompt customization to import Admonition 2024-06-24 06:36:34 -07:00
ceaff46016 Merge remote-tracking branch 'origin/main' into dev 2024-06-24 10:09:44 -03:00
184f2524cf refactor: make rag example be two flows again 2024-06-24 05:59:32 -07:00
abbc0097e7 Added GTAG for Google Analytics 2024-06-24 05:56:11 -07:00
7f94f5f5dd Update project documentation URLs to use the new domain 2024-06-24 05:43:40 -07:00
5c1ac1b273 refactor: Update imports to use MessageTextInput instead of TextInput 2024-06-24 05:05:35 -07:00
914e741e29 fix: imports from TextInput to MessageTextInput 2024-06-24 04:56:40 -07:00
9b88eab828 Added warning of outdated information to all components 2024-06-24 04:37:06 -07:00
21fd151fdc Removed top bar 2024-06-24 04:37:06 -07:00
5457af1f00 Changed possible instalation issues' location 2024-06-24 04:37:06 -07:00
b2224a3179 remove wrong regex 2024-06-24 04:37:06 -07:00
285355c3bb - fix wrong comments
- add comments in some catogories
- change Custom Component title
2024-06-24 04:37:06 -07:00