Tips on how to augmenting embeddings? #1359
Unanswered
JosephGatto
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am struggling to understand how to update the evaluation codes to enable the use of an augmented embedding. I feel like I understand what to do re: overriding the encode function, but after that it gets tricky with different types of evaluations. In other words, I see how I can update the embedding returned from encode to include additional information, but it becomes unclear how that embedding gets used in different evaluations.
What I am looking for is tips on how to, for example:
Specific instruction where to look for these two tasks may enlighten me on how to do this generally.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions