fix: formatted dataframe output in chatoutput (#6717)
* Updated Chat Output to handle Dataframe without displaying other metadata * Updated starter examples * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * Reverted change to allow md table to be displayed * Added html support to md renderer * added min width to markdown tables * Fixed chat component markdown rendering * Fixed starter examples * [autofix.ci] apply automated fixes * Updated versions * Fixed rehypeRaw * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes * fix: update get_all_flows_similar_to_project function signature and return type --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Edwin Jose <edwin.jose@datastax.com> Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
parent
74b273f36b
commit
dfd4a09620
32 changed files with 332 additions and 73 deletions
|
|
@ -76,6 +76,7 @@
|
|||
"react18-json-view": "^0.2.8",
|
||||
"reactflow": "^11.11.3",
|
||||
"rehype-mathjax": "^4.0.3",
|
||||
"rehype-raw": "^6.1.1",
|
||||
"remark-gfm": "3.0.1",
|
||||
"remark-math": "^6.0.0",
|
||||
"shadcn-ui": "^0.9.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue