top | item 35645975

(no title)

zh217 | 2 years ago

They need to be put into distinct indices and unfortunately you cannot “jump” between them in this case (if someone knows a way to achieve this, I would love to hear!)

discuss

order

joshspankit|2 years ago

I think I’m understanding that the item’s vector in one LLM can be stored as one index and the vector in another LLM can be stored as a second index without them colliding or one having to overwrite the other.

Is that right?

zh217|2 years ago

Yes, actually I already do that. Sbert is better than openai ada embeddings for many use cases.