Skip to content

UI: Showing Ingestion status#893

Closed
elisalimli wants to merge 841 commits intomainfrom
feat/saml-ingest-tasks
Closed

UI: Showing Ingestion status#893
elisalimli wants to merge 841 commits intomainfrom
feat/saml-ingest-tasks

Conversation

@elisalimli
Copy link
Contributor

@elisalimli elisalimli commented Mar 11, 2024

Summary

Also fixes #892

Depends on #91

Steps to test

  • Make sure you have set NEXT_PUBLIC_SUPERRAG_API_URL in .env e.g. NEXT_PUBLIC_SUPERRAG_API_URL=http://localhost:1234/api/v1
  • Make sure your superrag branch is feat/add-message-queue
Screen.Recording.2024-03-11.at.11.48.34.PM.mov

elisalimli and others added 30 commits December 15, 2023 09:16
* Enhancement add pagination to /agents get route

* Enhancement add pagination to /workflows get route
* adding streaming for workflows

* removing unnecessary return

* Fix formatting

---------

Co-authored-by: Ismail Pelaseyed <homanp@gmail.com>
* added Agent model

* added workflow editor

* adding popover component

* replace button with combobox

* replace button with combobox

* opening the modal by search params

* fix response class name

* fix agent types

* Revert "fix agent types"

This reverts commit 0db2422.

* fix agent types

This reverts commit 82f711a.

* patch endpoint for workflow step

* include agents in steps listing endpoint

* adding streaming for workflows

* adding workflow fetch methods

* listing workflows

* making input and output optional in workflow step

* adding models

* making Message component shared

* workflow chat ui

* remove input and output

* small fixes

* workflow editor

* not saving workflow if step count is less than 2

* fix formmating

* disabling save button if there is no change

* adding unselect agent

* fix scroll

* conforming naming convention

* Add db migraitons

* adding remove workflow

* Small tweaks

---------

Co-authored-by: Ismail Pelaseyed <homanp@gmail.com>
* Generate semantic config for tools

* Generate semantic router config using OSS LLMs

* Fix formatting

* Minor tweaks

* Update .env.example
* Add support for running Bing Search with semantic router

* Add support for creating tool config for Bing Search API

* Small tweaks
* adding accordion

* seperate accordions for agent answers

* fix typo

* fix formating

* fix streaming

* small tweaks

* Small tweaks

* fixing line break problem

---------

Co-authored-by: Ismail Pelaseyed <homanp@gmail.com>
* adding alert dialog

* adding workflow settings page

* fix react key errors

* making settings model
* Add HTTP tool

* Format and lint

* Add method validation, exception handling

* Minor fixes

* Add migrations

* Minor tweaks

* Update docs

---------

Co-authored-by: ItzCrazyKns <kushagra20103@gmail.com>
homanp and others added 10 commits March 6, 2024 18:44
* fix: change semantic to by_title

needs to be fixed in superrag, we will use by_title until it gets fixed

* feat: just update the tool when description is changed
* fix: small typo

* fix: migrate superrag to the new api

* chore: add field descriptions

* chore: remove print statements
@vercel
Copy link

vercel bot commented Mar 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
superagent-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2024 6:08pm

@render
Copy link

render bot commented Mar 11, 2024

@homanp
Copy link
Collaborator

homanp commented Mar 11, 2024

@elisalimli is this ready for testing?

@elisalimli
Copy link
Contributor Author

@elisalimli is this ready for testing?

@homanp yes, please review

@elisalimli elisalimli marked this pull request as ready for review March 12, 2024 08:00
@elisalimli elisalimli self-assigned this Mar 12, 2024
@elisalimli elisalimli requested a review from homanp March 12, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Toast error timeout on SAML save too short.