Open-Assistant
Open-Assistant copied to clipboard
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
The University of Freiburg's Algorithms and Data Structures Group has a nice repository with an overview of several QA datasets: https://github.com/ad-freiburg/large-qa-datasets Example entry: **TriviaQA** Joshi et al. PDF: https://www.aclweb.org/anthology/P17-1147.pdf Dataset:...
One possible fix for #541 might be the use of NextJS's SSR `getServerSideProps` on task pages. This should simplify things, and also eliminate #343 without workaround PR #393. We'll still...
Creating a new draft PR for random task post-refactor of the tasks. Notes: - The design needs some more work - All tasks moved to the `/tasks/all` route, we need...
I'd like to share this article from Stephen Wolfram, of Wolfram Alpha: https://writings.stephenwolfram.com/2023/01/wolframalpha-as-the-way-to-bring-computational-knowledge-superpowers-to-chatgpt/ Connecting Open-Assistant to the Wolfram|Alpha API could provide a powerful solution for many problems that require high...
I am trying to follow steps here: https://github.com/LAION-AI/Open-Assistant/tree/main/backend#backend-development-setup docker compose stuff looks good. i did the pip install stuff but when i run the script i get this: ```bash (venv)...
Add [simple version counting](https://docs.sqlalchemy.org/en/14/orm/versioning.html) to the backend tables `task`, `text_labels`, `message` & `message_tree_state`. @melvinebenezer
Unify the TaskControls implementation into one place. Also happens to fix some issues with the no-changes are-you-sure dialog only appearing once and other form values not being reset correctly for...
Agenda Items: * Update on what's been fixed * tbd * Review any blocking changes * tbd * Open Discussion * tbd