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

Add semantic analysis adaptor functions #1065

Open
josephjclark opened this issue Mar 19, 2025 · 0 comments
Open

Add semantic analysis adaptor functions #1065

josephjclark opened this issue Mar 19, 2025 · 0 comments

Comments

@josephjclark
Copy link
Collaborator

josephjclark commented Mar 19, 2025

We'd like to explore an Apollo adaptor/integration so that users can call out to specific services from workflows.

For me, the smaller, more controlled and more focused those services, the better.

So for example: filtering emails or grievences.

We could have an Apollo function like filter(data, criteria) to use AI to filter an array of items, orgroup(data, criteria, groups) to group an array into an object of arrays sorted by key.

Importantly, this stuff is good at inherently fuzzy searches. "Filter grievences by urgent ones" or "attach the best label to these emails". Not for "filter items where x is greater than 10" or "sort by this key".

This is run-time AI usage and absolutely has considerations from a responsible AI point of view.

Consider:

  • how API keys are set and passed (I guess that's just on the apollo credential?). Or, who pays for this? Is it part of your project's AI credits? Actually yes
  • whether the model can be swapped out
  • What models we might provide for this (I want to say the smaller the better I fear this isn't true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Status: New Issues
Development

No branches or pull requests

1 participant