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
This would be very useful to have. I suppose it'd need some lightweight llm to summarize the various recognized issue content right? If so, would you lean towards integrating with a hosted model (w/ potential privacy / cost concerns) or try to include a embedded self-hosted model a la ollama (which might be huge)?
I'm not worried about the privacy content as it's indexing publicly available github issues (and that's how we're getting the embeddings anyway). possible models include https://developers.cloudflare.com/workers-ai/models.
we'll also need to add a lengthier cache for each cluster api response as this will become costly
The text was updated successfully, but these errors were encountered: