Eric Hare
ba8c034eb2
fix: Avoid File import issue with icon
2025-11-19 15:16:45 -08:00
Eric Hare
a674dfcf95
Create new file object + debug logging
2025-11-19 15:15:17 -08:00
Eric Hare
1a188161f6
Merge branch 'main' into feat-folder-picker
2025-11-19 14:58:42 -08:00
Eric Hare
83c7328470
fix: Use the basename for folder file uploads
2025-11-19 14:57:09 -08:00
pushkala-datastax
b8de30c181
Merge pull request #437 from langflow-ai/pushkala-datastax-patch-1
...
Bump version from 0.1.35 to 0.1.36
2025-11-19 14:30:57 -08:00
pushkala-datastax
283fefb3c5
Bump version from 0.1.35 to 0.1.36
2025-11-19 14:25:49 -08:00
pushkala-datastax
ddb74b9253
Merge pull request #419 from langflow-ai/feat/chat-dropzone
...
Chat file dropzone
2025-11-19 14:23:07 -08:00
pushkala-datastax
c7a8e89132
Merge pull request #421 from langflow-ai/fix-gdrive-connector
...
fix: Improve the Google Drive / Sharepoint / OneDrive connector's validation and sync
2025-11-19 14:22:32 -08:00
pushkala-datastax
b322404814
Merge pull request #435 from langflow-ai/fix-nudges-errors
...
fix: Error handling for chats that are slow to respond
2025-11-19 14:22:04 -08:00
Cole Goldsmith
f6e6aa43a2
Feat/provider improvements ( #422 )
...
* remove connection dot indicators on settings page, better toast message for provider setup dialogs, fix typo in default agent prompt
* format
* open llm model select when toast button to settings is clicked
2025-11-19 15:20:27 -06:00
Eric Hare
195e3d1417
feat: Add native folder picker for Add Folder
2025-11-19 13:03:50 -08:00
Eric Hare
02b88859b1
fix: Error handling for chats that are slow to respond
2025-11-19 12:50:10 -08:00
Eric Hare
0394df2052
Fix sharepoint and onedrive connectors
2025-11-19 12:39:39 -08:00
Eric Hare
1cfa72d20e
Clean up the errors in connectors
2025-11-19 12:25:40 -08:00
Eric Hare
b8a0f41d61
Merge branch 'main' into fix-gdrive-connector
2025-11-19 11:59:50 -08:00
Edwin Jose
8c9318d688
Merge pull request #423 from langflow-ai/fix/anthropic_showing_openai_api_key
2025-11-19 14:57:27 -05:00
Edwin Jose
3a398a058f
Merge branch 'main' into fix/anthropic_showing_openai_api_key
2025-11-19 14:57:13 -05:00
Edwin Jose
aa3494759f
Merge pull request #425 from langflow-ai/fix-env
2025-11-19 14:48:42 -05:00
Edwin Jose
f7d4cd1d9e
Update docker-compose.yml
2025-11-19 14:42:52 -05:00
Edwin Jose
d3c5df1252
Merge branch 'main' into fix-env
2025-11-19 14:39:22 -05:00
Edwin Jose
b3b891a40f
Add support for Anthropic, WatsonX, and Ollama APIs
...
Introduced new environment variables for Anthropic, WatsonX, and Ollama API integration in both backend and Langflow services within docker-compose files. Also enabled backend service to build from local Dockerfile instead of using only the image.
2025-11-19 14:38:13 -05:00
Lucas Oliveira
e9d2e05319
updated flows removing ollama base url global variable
2025-11-19 16:18:49 -03:00
Lucas Oliveira
141a7da339
update template when provider updates
2025-11-19 16:18:26 -03:00
Eric Hare
856a1d141b
fix: Improve the Google Drive connector
2025-11-19 11:04:09 -08:00
pushkala-datastax
230081e591
Merge pull request #420 from langflow-ai/fix/toast_light_mode
...
fix: add sonner styling for light mode
2025-11-19 10:51:52 -08:00
Lucas Oliveira
580ffc044c
Fixed sonner styling
2025-11-19 15:15:41 -03:00
Lucas Oliveira
42e5e25f60
Bump version
2025-11-19 14:24:38 -03:00
Lucas Oliveira
dce97c97e4
fix: make nudges and new conversations appear after onboarding, fix behavior on conversations ( #418 )
...
* fixed docker to old way
* added refetch when nudges are not fetched
* show skip overview just when finishing embedding
* just show children when show layout
* increased total onboarding steps
* made assistant message be saved on local storage to save progress on onboarding
* clean all items from local storage on finish onboarding
* only show navigation when onboarding is complete
* fixed navigation style to not placeholder for new conversation, not show loading state, and to show correct files
* fixed chat losing past message when navigating out of the chat
* fixed conversation be selected even though its a new conversation
* set the messages as just the user message when messages.length is 1
* fixed conversation be selected when exiting onboarding
2025-11-19 14:23:34 -03:00
pushkala-datastax
60598b65ca
Merge pull request #417 from langflow-ai/fix-incorrect-doc-count
...
fix: Make sure we exclude the warmup file ingestion
2025-11-18 13:51:12 -08:00
Cole Goldsmith
c1a6713bd8
use toast for error instead
2025-11-18 14:59:32 -06:00
Cole Goldsmith
08428bc12d
format
2025-11-18 14:34:46 -06:00
Cole Goldsmith
6df076379c
format chat page
2025-11-18 14:26:32 -06:00
Cole Goldsmith
0b3e8faf09
Merge branch 'main' into feat/chat-dropzone
2025-11-18 14:21:30 -06:00
Cole Goldsmith
3ad90f7293
use react dropzone on chat input
2025-11-18 14:21:09 -06:00
Eric Hare
cfe7f6b581
fix: Make sure we exclude the warmup file ingestion
2025-11-18 12:07:38 -08:00
Lucas Oliveira
3216d866f7
fix: add space cleaning on gh actions ( #409 )
...
* Bump version
* updated runner to 16 cores
2025-11-18 16:00:37 -03:00
Cole Goldsmith
98cb6c5198
Merge branch 'main' into feat/chat-dropzone
2025-11-17 12:39:42 -06:00
Cole Goldsmith
d47038e097
Reorganize folders within frontend ( #407 )
...
* reorganize folder structure
* move folders from merge
* fix import issue
* run format
* update configs
2025-11-17 08:23:23 -06:00
pushkala-datastax
f09698af1c
Merge pull request #408 from langflow-ai/stop-push-2-pypi
...
Comment Push PyPi
2025-11-15 09:38:17 -08:00
pushkala-datastax
2100ae5a0b
Comment Push PyPi
2025-11-15 09:37:16 -08:00
Lucas Oliveira
c295431484
fix: refactor models validation to fix bugs related to ollama, watsonx and openai ( #406 )
...
* Fixed models service to try api key with first available model
* fixed ibm onboarding to not disable query when no data is available
* make ibm query disabled when not configured
* enable ollama query only when configured or endpoint present
* enable get openai models query when already configured
* just enable get from env when not configured
* Simplify ollama models validation
* fix max_tokens error on gpt 4o
2025-11-14 18:09:47 -03:00
Lucas Oliveira
4b9d7599fc
fix: add Thinking state to agent response, fix ollama and watsonx overwriting values on the onboarding ( #405 )
...
* Added thinking message to assistant message
* fixed ibm and ollama overwriting values
2025-11-14 17:42:47 -03:00
Lucas Oliveira
3a6a05d043
Fix: reduce docling and provider banner refresh interval, implemented Starting on docling TUI ( #404 )
...
* Fixed refetch interval to be 3 seconds when Docling is unhealthy, fixed query to refetch on window focus
* Changed time to refetch provider health
* Added starting state to Docling on the TUI
2025-11-14 17:25:22 -03:00
Cole Goldsmith
173df0be99
add biome & format code ( #403 )
2025-11-14 13:45:32 -06:00
Lucas Oliveira
e93febf391
fix: make tui status check with podman, change opensearch password validation ( #394 )
...
* Fixed welcome screen using Docker instead of Podman to check for services
* fixed password generator to always generate with symbols
* Fixed config to auto generate password and to not let the user input invalid passwords
2025-11-14 16:43:55 -03:00
Cole Goldsmith
5aad7c50dd
Design sweep - improved light mode onboarding ( #401 )
...
* tweaking colors
* minimal diff for layout wrapper
* scrolling fix
2025-11-13 16:21:25 -06:00
Mendon Kissling
441f28a9f4
docs: release 0.1.33 changes ( #397 )
...
* container-already-exists
* upgrade-openrag-package-and-containers
* move-anthropic-tab
* default tab
* anthropic-no-tui-key
* bump-pdf
2025-11-12 17:27:02 -05:00
Lucas Oliveira
583ba2ded3
Fixed failed tasks not going away, and processing tasks going away ( #393 )
2025-11-12 16:30:23 -03:00
Mendon Kissling
7ecd6a23ea
use-string-shorthand-for-sidebar ( #392 )
2025-11-12 13:24:56 -05:00
Mendon Kissling
9ad4d89cb3
docs: use ollama with openrag ( #380 )
...
* initial-content
* initial-content
* clarify-server-language
* rec-nomic-text-embeddings
* remove-page-make-single-partial
* Apply suggestions from code review
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
* ollama-partial-summary-and-steps
* add-space
---------
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2025-11-12 13:03:18 -05:00