Commit graph

460 commits

Author SHA1 Message Date
Mendon Kissling
f74e0f0b80 fix-links 2024-06-04 16:21:44 -04:00
Mendon Kissling
9a515e7f8e move-doc 2024-06-04 16:21:40 -04:00
Mendon Kissling
689de35d14 fix-link 2024-06-04 16:21:27 -04:00
Mendon Kissling
8ab21e8ced text-and-record 2024-06-04 16:21:07 -04:00
Mendon Kissling
4841cd9e66 combine-input-and-output-docs 2024-06-04 15:21:59 -04:00
Mendon Kissling
c371cbc22b combine-global-env-docs 2024-06-04 15:21:24 -04:00
Lucas Oliveira
9d49597dae Merge remote-tracking branch 'origin/dev' into fix/minor_bugs 2024-06-04 14:25:51 -03:00
Mendon Kissling
fedbf906d9 update-gif 2024-06-04 10:37:30 -04:00
ogabrielluiz
8c89efd08f run codespell 2024-06-04 09:26:13 -03:00
ogabrielluiz
433ea80ab6 refactor: Update Langflow Twitter handle in community.md
The Langflow Twitter handle in the community.md file has been updated from "@langflow_ai" to "@LangflowAI". This change ensures consistency and reflects the correct Twitter handle for Langflow.

Note: The commit message has been generated based on the provided code changes and recent commits.
2024-06-04 09:17:22 -03:00
Lucas Oliveira
81f61201be Merge remote-tracking branch 'origin/dev' into fix/minor_bugs 2024-05-31 20:55:38 -03:00
Gabriel Luiz Freitas Almeida
4c113d5ac0
Add Upstash Vector Store support (#2004)
* docs(migration): add UPSTASH_VECTOR_REST_URL and UPSTASH_VECTOR_REST_TOKEN to the list of default environment variables
pyproject.toml: add upstash-vector package as a dependency with version 0.4.0
src/backend/base/langflow/components/vectorsearch/UpstashSearch.py: create UpstashSearchComponent for implementing a Vector Store using Upstash
src/backend/base/langflow/components/vectorstores/Upstash.py: create UpstashVectorStoreComponent for implementing a Vector Store using Upstash
src/backend/base/langflow/services/settings/constants.py: add UPSTASH_VECTOR_REST_URL and UPSTASH_VECTOR_REST_TOKEN to the list of variables to get from the environment

*  (UpstashSearch.py): Add support for 'number_of_results' and 'text_key' parameters in UpstashSearchComponent to enhance search functionality
♻️ (Upstash.py): Refactor UpstashVectorStoreComponent to include 'text_key' parameter for consistency and improved functionality

* ♻️ (Upstash.py): refactor UpstashVectorStoreComponent to improve code readability and maintainability by restructuring the instantiation of UpstashVectorStore instances based on conditions and adding support for adding documents directly to the instance.

* feat: Update langchain-core, langchainhub, langsmith, and requests dependencies to latest versions
2024-05-30 12:02:40 -07:00
Mendon Kissling
572f26f5a3 strip-old-links 2024-05-30 12:05:38 -04: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
Mendon Kissling
b1505cf4f7 Merge branch 'dev' into docs-example-components 2024-05-30 10:38:49 -04:00
Mendon Kissling
2eef3bc8f6 bump python version 2024-05-30 09:43:21 -04:00
igorrCarvalho
0eb6f6b212 Merge dev 2024-05-29 12:35:09 -03:00
Gabriel Luiz Freitas Almeida
8f6b9d6443
Added API key access to AUTO_LOGIN=True and fixed SecretKeyModal (#1994)
* chore: Add type attribute to button in SecretKeyModal

* chore: Refactor Header component to fix autoLogin button visibility

* docs(api.mdx): update admonition message to remove reference to LANGFLOW_AUTO_LOGIN environment variable
docs(cli.mdx): update CLI command example to use 'run' subcommand instead of no arguments
feat(cli.mdx): add 'api-key' command to create API key for default superuser when LANGFLOW_AUTO_LOGIN is True

* docs(api.mdx): update admonition message to remove reference to LANGFLOW_AUTO_LOGIN environment variable

* chore: Fix typo in get-curl-code.tsx

---------

Co-authored-by: anovazzi1 <otavio2204@gmail.com>
2024-05-28 12:02:40 -07:00
Mendon Kissling
897a18405f strip-old-content 2024-05-28 13:58:06 -04:00
Mendon Kissling
43bea36155 remove-install-from-starter-projects 2024-05-28 11:48:31 -04:00
Mendon Kissling
8a6dfae8d7 title-case 2024-05-28 11:26:43 -04:00
Mendon Kissling
e38123c951 combine-flows-doc-into-canvas 2024-05-28 11:22:49 -04:00
Mendon Kissling
b916ef0ebc remove-hf-space-page 2024-05-28 11:12:11 -04:00
Mendon Kissling
2d9719946a hf-spaces-and-subfolder 2024-05-28 11:11:11 -04:00
Mendon Kissling
d8fcdb8d7d
docs integrations notion (#1951)
- docs: add Notion Setup instructions
- docs: Notion Add Content to Page instructions
- docs: Notion List Database Properties instructions
- docs: Notion List Pages instructions
- docs: Notion Page Viewer instructions
- docs: Notion Page Create instructions
- docs: Notion User Lists instructions
- docs: Notion Page Update instructions
2024-05-28 10:23:20 -04:00
Mendon Kissling
ccecdbcc98 cleanup 2024-05-28 10:18:01 -04:00
Mendon Kissling
7ff581e90a intro 2024-05-28 09:20:03 -04:00
Mendon Kissling
bd7d8f4e49
[Docs] - Administration folder (#1969)
* video-content

* consolidate-pages

* api

* remove-langfuse-integration

* playground-svg

* update-component-png

* consolidate-items

* status-svgs

* factor-flows-components-collections-docs

* cleanup-page

* component-content

* api-calls

* move-docs

* migration-issues

---------

Co-authored-by: ogabrielluiz <gabriel@langflow.org>
2024-05-27 05:24:30 -07:00
Gabriel Luiz Freitas Almeida
e23544a1b2
Update settings attributes and remove config.yaml references (#1975)
* chore: update settings attributes and remove config.yaml references

* Remove config.yaml references and update settings attributes
2024-05-26 07:24:21 -07:00
Eliot Zubkoff
98b011f46d
Update CLI command in docs (#1970)
change cli command from  to
2024-05-24 14:00:17 -07:00
Cezar Vasconcelos
9fbac00ea2 docs: add styling with admonitions 2024-05-23 17:59:31 -03:00
Cezar Vasconcelos
cc07094826 docs: add styling with admonitions 2024-05-23 17:53:58 -03:00
Cezar Vasconcelos
d8b9eadb12 docs: fix example images source and use info for examples usages 2024-05-23 17:42:17 -03:00
Cezar Vasconcelos
b220eb62b1 docs: fix missing notion intro in sidebar 2024-05-23 17:30:20 -03:00
Cezar Vasconcelos
a3ad6d9d18 docs: add Intro to Notion 2024-05-23 17:19:37 -03:00
Cezar Vasconcelos
1969aada85 docs: adjust page naming for better SEO and add notion references 2024-05-23 16:54:56 -03:00
Cezar Vasconcelos
0117076fd8 docs: fix missing code in Notion Search 2024-05-23 16:32:23 -03:00
Cezar Vasconcelos
1775e1961c docs: add Search notion component 2024-05-23 16:31:49 -03:00
Cezar Vasconcelos
bca1df64d7 docs: fix Notion List Pages image and naming 2024-05-23 16:29:35 -03:00
igorrCarvalho
ec5d5f2b38 Merge dev into shortcuts_settings 2024-05-23 15:40:53 -03:00
Cezar Vasconcelos
1022891608 docs: add sub category in integrations for notion 2024-05-23 15:10:08 -03:00
Cezar Vasconcelos
1b81f6d6ef docs: fix notion docs and move to integrations folder 2024-05-23 14:34:23 -03:00
Prajwal Pai
19680bb137
Add support for Couchbase vector store (#1901)
* add couchbase vector store support

* add docs + minor changes

* Fix lint issues

* remove stray lines

* Add required validation and minor changes

* Address Comments

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2024-05-23 06:06:21 -07:00
Madhavan
e39b00cdd6
Minor documentation update (#1948)
* Update to use non-deprecated output parser imports

* Update documentation

* Revert "Update to use non-deprecated output parser imports"

This reverts commit 11a969d82b6b2b3659eb7c3c26b5b29a98815834.
2024-05-23 05:34:01 -07:00
Cezar Vasconcelos
d2d942ef62 docs: Notion Page Update instructions 2024-05-22 19:23:49 -03:00
Cezar Vasconcelos
a73ab2dcd5 docs: Notion User Lists instructions 2024-05-22 19:23:35 -03:00
Cezar Vasconcelos
7ceae7ab10 docs: Notion Page Create instructions 2024-05-22 19:23:15 -03:00
Cezar Vasconcelos
91f10da3e9 docs: Notion Page Viewer instructions 2024-05-22 19:22:53 -03:00
Cezar Vasconcelos
28ddd5a28e docs: Notion List Pages instructions 2024-05-22 19:22:30 -03:00