Commit Graph

598 Commits

Author SHA1 Message Date
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
4e01178d1c refactor: remove some preview references 2024-06-24 04:37:06 -07:00
147f075877 docs: Add LangSmith docs 2024-06-24 04:37:06 -07:00
add8fc7ded docs: Rewrite Getting Started pages 2024-06-24 04:37:06 -07:00
7f59a4867b parentheses 2024-06-24 04:37:06 -07:00
0f3a79be38 custom-component 2024-06-24 04:37:06 -07:00
d8169ee1a2 playground 2024-06-24 04:37:06 -07:00
6c65cc3f25 logs 2024-06-24 04:37:06 -07:00
85c1d79d3e memories 2024-06-24 04:37:06 -07:00
5d786aa320 strip-v10-alpha 2024-06-24 04:37:06 -07:00
f4f5d2fc7f playgounrd 2024-06-24 04:37:06 -07:00
054bf25680 playground 2024-06-24 04:37:06 -07:00
3980cf0de4 folders 2024-06-24 04:37:06 -07:00