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

GenAI: how to record embeddings #1174

Open
lmolkova opened this issue Jun 21, 2024 · 0 comments
Open

GenAI: how to record embeddings #1174

lmolkova opened this issue Jun 21, 2024 · 0 comments
Labels
area:gen-ai enhancement New feature or request

Comments

@lmolkova
Copy link
Contributor

lmolkova commented Jun 21, 2024

  • Which request parameters are important (in addition to model)?

    • encoding_format?
    • dimensions?
    • should they be in gen_ai.request namespace and mixed with chat params?
  • Should we record input in an event?

    • embeddings calls are probably much cheaper and frequent than chats, recording input for each one could be too expensive
    • if we record inputs, they should be enabled independently from chat events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:gen-ai enhancement New feature or request
Development

No branches or pull requests

2 participants