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

embedder: added OpenAIGenerator model implementation #9436

Closed
jordanh opened this issue Feb 19, 2024 · 0 comments
Closed

embedder: added OpenAIGenerator model implementation #9436

jordanh opened this issue Feb 19, 2024 · 0 comments

Comments

@jordanh
Copy link
Contributor

jordanh commented Feb 19, 2024

Issue - Enhancement

The "research" version of the embedder service was aimed at enabling local development against AI and GPT models. For production, we're likely to utilize Open AI for summarization of textual objects to embed in much the same manner as how we use Open AI for creating meeting summaries, template recommendations, etc.

Acceptance Criteria (optional)

We can:

  • Enable Open AI for summarization in a .env file via a configuration string similar to:

    AI_GENERATION_MODELS='[{"model": "openai:gpt-4"}]'

  • Engineer and test a summarization prompt that works well for extant fullText transforms (i.e. retrospectiveDiscussionTopic)

Estimated effort: 13 points (see CONTRIBUTING.md)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants