Replies: 1 comment
-
Hey @sinaayyy, have you considered using several instances of Weaviate for this? As an alternative you can use Haystack's indices: as you can see on the API documentation (https://docs.haystack.deepset.ai/reference/document-store-api#weaviatedocumentstore), you can specify the index where to write/read your documents, and separate indices behave quite like separate document stores. |
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.
-
Hello
I'm using the weaviate vector database and I'd like to know how I can use the different vectors from different models without having to write the old vectors from another model. For example, to be able to compare the embeding performance of different models.
Beta Was this translation helpful? Give feedback.
All reactions