openrag/src
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
..
api fix conftest and more optionals 2025-10-14 12:17:07 -04:00
config fix document processing embedding model bug 2025-10-13 11:31:56 -04:00
connectors document_service connector fix 2025-10-10 14:21:39 -04:00
models fix document processing embedding model bug 2025-10-13 11:31:56 -04:00
services fix document processing embedding model bug 2025-10-13 11:31:56 -04:00
tui fix: TUI should not pull contianers on start, fixed image detection logic bug 2025-10-10 21:56:36 -04:00
utils await 2025-10-11 02:53:16 -04:00
agent.py feat: adds what is openrag prompt, refactors chat design, adds scroll to bottom on chat, adds streaming support (#283) 2025-10-22 14:03:23 -03:00
auth_context.py ruff 2025-09-03 09:17:30 -04:00
auth_middleware.py remove logging 2025-10-07 02:11:51 -04:00
main.py ingest should use task tracker 2025-10-16 20:52:44 -04:00
session_manager.py Merge branch 'main' of https://github.com/langflow-ai/openrag into delete-knowledge 2025-09-18 14:09:51 -06:00