You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Perform a manual prototype to confirm that this approach works moderately well for computing exactly how on topic a comment is. Minimal glue code should be produced and the data should be manipulated mostly manually at this stage.
I think that findings should be posted manually here in the comments.
We will eventually probably save response.batchedResponse.data[number] and associate them with each GitHub comment ID in our database.
Tooling
Go back to the Cloudflare Embeddings heading in #9 to get started.
There is also a sandbox that Cloudflare offers for testing once you get started:
Be sure to replace WORKSPACE_ID with your Cloudflare account id.
Be sure to replace PROJECT_ID with your Worker project id.
Perform a manual prototype to confirm that this approach works moderately well for computing exactly how on topic a comment is. Minimal glue code should be produced and the data should be manipulated mostly manually at this stage.
I think that findings should be posted manually here in the comments.
We will eventually probably save
response.batchedResponse.data[number]
and associate them with each GitHub comment ID in our database.Tooling
Go back to the
Cloudflare Embeddings
heading in #9 to get started.There is also a sandbox that Cloudflare offers for testing once you get started:
WORKSPACE_ID
with your Cloudflare account id.PROJECT_ID
with your Worker project id.https://dash.cloudflare.com/WORKSPACE_ID/workers/services/edit/PROJECT_ID/production
The text was updated successfully, but these errors were encountered: