Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create and run message -> Add message to thread and run #2

Open
CakeCrusher opened this issue Mar 6, 2024 · 0 comments
Open

Create and run message -> Add message to thread and run #2

CakeCrusher opened this issue Mar 6, 2024 · 0 comments
Labels
Assistants API Refactor Transition current backend to use Assistants API

Comments

@CakeCrusher
Copy link

CakeCrusher commented Mar 6, 2024

Depends on #3

Entry point:
When message is sent

async function onMessage(event: CustomEvent<string>) {

->
Actually create the message
async function writeMessage({

@CakeCrusher CakeCrusher added the Assistants API Refactor Transition current backend to use Assistants API label Mar 6, 2024
CakeCrusher pushed a commit that referenced this issue May 22, 2024
* feat: playwright, spatial parsing, markdown for web search

Co-authored-by: Aaditya Sahay <[email protected]>

* feat: choose multiple clusters if necessary (#2)

* chore: resolve linting failures

* feat: improve paring performance and error messages

* feat: combine embeddable chunks together on cpu

* feat: reduce parsed pages from 10 to 8

* feat: disable javascript in playwright by default

* feat: embedding and parsing error messages

* feat: move isURL, fix type errors, misc

* feat: misc cleanup

* feat: change serializedHtmlElement to interface

* fix: isUrl filename

* fix: add playwright dependencies to docker

* feat: add playwright browsers to docker image

* feat: enable javascript by default

* feat: remove error message from console on failed page

---------

Co-authored-by: Aaditya Sahay <[email protected]>
Co-authored-by: Aaditya Sahay <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Assistants API Refactor Transition current backend to use Assistants API
Projects
None yet
Development

No branches or pull requests

1 participant