Replies: 1 comment
-
At the moment, no. You'd have to do it the way the If you're interested in making the changes to store ids as well, happy to take a PR! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
While exploring CacheWrapper, I observed that embeddings for queries and corpus are put together in the same array when I try to get embeddings from a task.
For example,
Is there a way to separate the embeddings for queries and the embeddings for the corpus?
Ultimately, like this:
Beta Was this translation helpful? Give feedback.
All reactions