Mendon Kissling
31c6b1240b
Docs: Components cleanup ( #5987 )
...
* 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>
2025-01-31 20:25:58 +00:00
Mendon Kissling
7c5cce6143
Docs: follow on for database service config change ( #5998 )
...
* docs: remove redundant line in environment variables documentation
* docs: deprecate POOL_SIZE for centralized connection settings
* docs: Add LANGFLOW_LOAD_FLOWS_PATH environment variable
2025-01-29 18:50:18 +00:00
Mendon Kissling
0d11564dea
docs: v1.1.2 ( #5850 )
...
* docs:add-changelog-to-nav
* docs: add OpenRouter component documentation with detailed inputs and outputs
* docs: add Outputs section to components-models documentation for Cohere and Ollama
* docs: update references from configuration-objects to concepts-objects across multiple components and documentation files
* feat: Add DataFrame operations section to components-processing documentation
* title-case-in-nav
* fix-memories-tab-in-chat-memory
* tool-calling-agent-update
* feat: enhance documentation with icon imports and improved instructions for OpenAI component
* material-icon
* fix: update documentation for tool mode input connection in agent component
* add-loop-component
* add-img-for-loop-summary
* feat: add documentation for using logic components in a flow with examples
* fix: enhance documentation for Loop component with detailed data flow explanation
* redirect-for-config-objects-page
* fix: improve error handling in data processing module
* fix: update documentation for Data objects in Loop component and add import statement in memory chatbot tutorial
* quickstart-screenshots
* docs: update starter flow images
* update-agent-screenshots
* move-repl-agent
* docs: enhance global variables documentation and clarify prerequisites for vector store RAG flow
* docs: update Simple Agent to use URL component
* docs: enhance memory chatbot tutorial with example conversation and clarify session ID terminology
* docs: update visibility icon description in concepts-components.md
* Apply suggestions from code review
Co-authored-by: brian-f <brian.fisher@datastax.com>
* correct-playground-sequence-and-typo
---------
Co-authored-by: brian-f <brian.fisher@datastax.com>
2025-01-24 14:24:57 +00:00
Mendon Kissling
6ad6227f14
docs: use fernet for secret key generation ( #5611 )
...
* docs: enhance authentication documentation with LANGFLOW_SECRET_KEY setup instructions
* docs: update LANGFLOW_SECRET_KEY documentation for clarity and consistency
2025-01-13 20:19:58 +00:00
Mendon Kissling
cd6dfc20e3
fix: remove duplicate Components section from sidebar ( #5533 )
2025-01-03 17:23:45 +00:00
Lucas Oliveira
a6bebd5fcb
docs: remove Guides, add pages on other categories, add Types ( #4881 )
...
* Adds Chat Memory on Components
* Removes Guides
* Adds Types
* Fix links that referenced Guides
* combine-files
* redirects
* content
* fix(docs): update sidebar position and redirect path in configuration files
* feat(docs): update memory components documentation and sidebar links
* feat(docs): enhance configuration documentation with ContentBlock and DataFrame examples
* add-link-for-pydantic-baseclass
* update-links
---------
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
2025-01-03 16:58:29 +00:00
Mendon Kissling
d790761ff0
docs: fix onBrokenAnchor behavior and links ( #5520 )
...
* fix: component url errors
* remove-unnecessary-nav-controls
* fix: update link-ids so onBrokenAnchors doesnt throw warnings
* delete unused category files
* delete unused sidebar_position
* space
* docs: format URLs in documentation for consistency
* fix: urls returning 404s
* backtick
2025-01-03 16:30:59 +00:00
Cypher Pepe
db641e70f6
docs: fix typos in documentation files ( #5202 )
...
* typo components-custom-components.md
* typo configuration-api-keys.md
* typo guides-chat-memory.md
---------
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
2024-12-11 17:30:08 +00:00
Lucas Oliveira
008c65b6b7
docs: update docs for global variables page and security ( #4878 )
...
* Added best practices document
* Refactored global variables page
* added category
* move-security-page
* link
* Removed title from Security Best Practices
* Avoid empty headings
* Sentence case for headings
* Remove general best practices not related to Langflow
* Add bulleted list instead of numbered list
* changed default secret locations to use the default secret key locations
* Add periods on end of sentences
* Changed title to be imperative
---------
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
2024-12-02 19:32:57 +00:00
Cristhian Zanforlin Lousa
109b1acd03
docs: standardize environment variable configuration instructions in authentication docs ( #4880 )
...
* 📝 (configuration-authentication.md): Improve formatting and readability of authentication configuration documentation. Add note recommending the use of a .env file for setting variables for security and maintainability.
* remove-export-note
---------
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
2024-11-28 01:34:24 +00:00
Thomas Kraxner
1e6ada3a3a
feat: make log format configurable ( #4851 )
...
* made logformat configurable
* [autofix.ci] apply automated fixes
* documentation of log format env var
* log stuff at one place in documentation
* added documentation of log environment
* check for log format
* [autofix.ci] apply automated fixes
* just load log format on custom logenv
* [autofix.ci] apply automated fixes
* no more invalid whitespaces
* fixed br s with escape
* logging error in case of invalid format string
---------
Co-authored-by: Kraxner Thomas <thomas.kraxner@illwerkevkw.at>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-11-27 06:28:50 -08:00
Mendon Kissling
1b3785ee95
docs: rename getting-started folder and add redirects ( #4813 )
...
* feat: add docusaurus preset for OpenAPI integration
* feat: integrate OpenAPI plugins into Docusaurus configuration
* plugins
* feat: define custom sidebar structure for documentation
* fix-folder-name-and-redirect
2024-11-25 20:26:58 +00:00
Gabriel Luiz Freitas Almeida
a06f777f9c
docs: add documentation for external database configuration ( #4707 )
...
* Add documentation for configuring external databases with Langflow
* Update title in configuration documentation to 'External Database Configuration'
* Update PostgreSQL configuration docs to include .env file usage instructions
* more-context
* fix: improve clarity in instructions for starting services in custom database configuration
---------
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
2024-11-22 17:17:35 +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
Mendon Kissling
692af0eef4
Docs: Settings pages ( #4425 )
...
* settings-content
* my-collection-location-and-slug
* my-collection
* redirects
* more-cleanup
* docs:: fixed-components-menu-item
* move-settings-content-and-redirect
* title-case
* case
* code-review
* 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-12 10:34:11 -05:00
Mendon Kissling
33a42bcd6b
Docs: Authentication ( #4476 )
...
* initial-cleanup
* more
* docs: update authentication configuration guide for version 0.5
* introduce-table
* tech-and-docs-review
2024-11-08 22:09:28 +00:00
Mendon Kissling
1138869d0f
Docs: backend only mode ( #4405 )
...
* initial-cleanup-and-test
* better-flow
* config
* Apply suggestions from code review
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* more-why-clarity
* cleanup
* code-review-and-tech-review
---------
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2024-11-08 14:00:43 +00:00
Mendon Kissling
dc4e0e5ce1
Docs: update api configuration ( #4354 )
2024-11-02 13:18:52 +00:00
Eric Schneider
d38e79bde6
docs: Update CLI page and add new environment variables page ( #4311 )
...
* Update drafts
* Sync CLI and env variables
* More drafts
* Converge CLI pages
* Formalize env variables page
* Remove Required column
* Remove some variables
* More tweaks to env
* Small changes to CLI config
* Add anchor links to env variables and cli options
* Add cross references between cli and env options
* Some qol tweaks to env variable page
* Remove unused env variables
* Fix double period
* Fix typo
---------
Co-authored-by: Ítalo Johnny <italojohnnydosanjos@gmail.com>
2024-10-30 12:52:17 +00:00
Lucas Oliveira
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
github-actions[bot]
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
github-actions[bot]
b731983f31
docs: update docs from notion ( #2684 )
...
Co-authored-by: lucaseduoli <lucaseduoli@users.noreply.github.com>
2024-07-12 16:36:29 -07: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