Commit graph

461 commits

Author SHA1 Message Date
phact
efa4b91736 update symlinks 2025-10-27 16:59:00 -04:00
phact
e3353bb0f8 loosen reconfigure check 2025-10-24 04:11:58 -04:00
Lucas Oliveira
cfd28ede6e Fix backend file context upload 2025-10-23 18:30:35 -03:00
Lucas Oliveira
fcf7a302d0
feat: adds what is openrag prompt, refactors chat design, adds scroll to bottom on chat, adds streaming support (#283)
* Changed prompts to include info about OpenRAG, change status of As Dataframe and As Vector Store to false on OpenSearch component

* added markdown to onboarding step

* added className to markdown renderer

* changed onboarding step to not render span

* Added nudges to onboarding content

* Added onboarding style for nudges

* updated user message and assistant message designs

* updated route.ts to handle streaming messages

* created new useChatStreaming to handle streaming

* changed useChatStreaming to work with the chat page

* changed onboarding content to use default messages instead of onboarding steps, and to use the new hook to send messages

* added span to the markdown renderer on stream

* updated page to use new chat streaming hook

* disable animation on completed steps

* changed markdown renderer margins

* changed css to not display markdown links and texts on white always

* added isCompleted to assistant and user messages

* removed space between elements on onboarding step to ensure smoother animation

* removed opacity 50 on onboarding messages

* changed default api to be langflow on chat streaming

* added fade in and color transition

* added color transition

* Rendered onboarding with use-stick-to-bottom

* Added use stick to bottom on page

* fixed nudges design

* changed chat input design

* fixed nudges design

* made overflow be hidden on main

* Added overflow y auto on other pages

* Put animate on messages

* Add source to types

* Adds animate and delay props to messages
2025-10-22 14:03:23 -03:00
phact
163d313849 ingest should use task tracker 2025-10-16 20:52:44 -04:00
phact
77edef26f7 fix conftest and more optionals 2025-10-14 12:17:07 -04:00
phact
9674021fae v0.1.24 2025-10-14 12:15:45 -04:00
phact
612a98f083 remove /upload endpoint, switch tests to router 2025-10-13 23:21:19 -04:00
phact
3998014561 fix document processing embedding model bug 2025-10-13 11:31:56 -04:00
phact
bba02910e6 await 2025-10-11 02:53:16 -04:00
Sebastián Estévez
b9f109ea7d
Merge branch 'main' into multi-embedding-support 2025-10-11 02:44:16 -04:00
phact
a7c5a9f8f3 fis: keyword type field name for search 2025-10-11 02:10:01 -04:00
phact
a424bb422a improve embedding generation timeout hadling w/ retry and error handling 2025-10-11 01:06:14 -04:00
phact
0c696afef8 make overquery optional 2025-10-11 00:59:45 -04:00
phact
5a4d5158bc crank langflow timeout 2025-10-11 00:52:56 -04:00
phact
aff70096ce .keyword fix 2025-10-11 00:48:09 -04:00
phact
81901c666b fix: ensure /settings changes embedding models across all flows 2025-10-11 00:05:07 -04:00
phact
12ae6d3fb1 ingest flow works multi-embedding 2025-10-10 22:14:51 -04:00
phact
59f45a2db7 fix: TUI should not pull contianers on start, fixed image detection logic bug 2025-10-10 21:56:36 -04:00
phact
f4576868a6 document_service connector fix 2025-10-10 14:21:39 -04:00
phact
6266e5c18d persist dimensions 2025-10-10 14:16:58 -04:00
phact
c8c719c7eb filter query optimization 2025-10-10 10:28:11 -04:00
phact
4b29ad73af WIP, non-langflow mode only 2025-10-10 09:57:45 -04:00
phact
102c17d7ec WIP, non-langflow mode only 2025-10-10 09:43:37 -04:00
Copilot
140d24603d
Implement dynamic Ollama embedding dimension resolution with server probing (#237)
* Initial plan

* Implement dynamic Ollama embedding dimension resolution with probing

Co-authored-by: phact <1313220+phact@users.noreply.github.com>

* Fix Ollama probing

* raise instead of dims 0

* Show better error

* Run embedding probe before saving settings so that user can update

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: phact <1313220+phact@users.noreply.github.com>
Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
Co-authored-by: phact <estevezsebastian@gmail.com>
2025-10-09 16:40:58 -03:00
Lucas Oliveira
45c80204a7
changed ibm validation to include generating the bearer token (#240) 2025-10-09 13:58:53 -03:00
Sebastián Estévez
cec0516639
Merge branch 'main' into tui-improvements 2025-10-08 23:12:59 -04:00
Sebastián Estévez
d347f14c57
Merge branch 'main' into misc-podman-improvements 2025-10-08 23:12:27 -04:00
Sebastián Estévez
0a4998eb36
Merge branch 'main' into tui-improvements 2025-10-08 23:08:32 -04:00
phact
b45a26940e fix generate password bug 2025-10-08 22:44:12 -04:00
phact
e32a8387bf transparently handle langflow auto login etc. 2025-10-08 22:09:57 -04:00
phact
97ee36cea2 fix:dynamic langflow user box 2025-10-08 21:54:28 -04:00
phact
326cdded7d only show langflow user if password is set 2025-10-08 21:46:38 -04:00
Lucas Oliveira
66f8d1b5bf Added validation for api keys 2025-10-08 17:59:30 -03:00
phact
62ee661b15 stop should not down 2025-10-08 16:59:09 -04:00
phact
8e1fd7a7fe tui and backend: handle langflow optional password config 2025-10-08 16:47:55 -04:00
phact
bbb63d5dce os password validator 2025-10-08 15:40:24 -04:00
phact
4ff3b8e57c better keybindings 2025-10-08 15:33:08 -04:00
phact
b13f4c761e modal minigame 2025-10-08 15:32:57 -04:00
phact
5f70e6042a fix service detection 2025-10-08 15:18:05 -04:00
phact
c8fe21f33a styling fixes 2025-10-08 15:12:28 -04:00
phact
a5aab8e92a podman fixes: bind docling-serve to 0.0, improve logging, support magic podman and docker hostnames 2025-10-08 13:56:52 -04:00
phact
ad572a7b23 back to main, progress improvements for docker pull 2025-10-08 12:23:42 -04:00
Sebastián Estévez
aa6be39334
Merge branch 'main' into 0.1.19 2025-10-08 11:42:00 -04:00
phact
efe0bc2240 version in tui and 0.1.19 2025-10-08 11:41:26 -04:00
phact
8d79fd20b4 compose symlink fix 2025-10-08 11:38:50 -04:00
phact
af137b39c4 merge 2025-10-08 11:16:35 -04:00
phact
49efeba375 files to symlinks 2025-10-08 11:09:36 -04:00
phact
17a625b1c6 tui copies flows and v0.1.17 update 2025-10-08 11:05:44 -04:00
phact
325358e917 key permissions 2025-10-07 13:18:31 -04:00