Replies: 1 comment
-
But if you're looking for a way to handle cross-collection query within the CLI, it's not supported yet, mostly because I wasn't happy about the quality of rerankers (or rather, the ones that are small enough to run on my PC). The reranker issue is important because people may use different embedding models for different projects, and you can't just compare embeddings from different models. You'd have to get the raw text and use a reranker to sort the texts from different projects. If the reranker doesn't give a reasonable ranking, it'll be just wasting tokens for nothing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First this is awesome, then
I't looks like query are bound to collection, which i assume is on purpose, However, when using many open-source libraries and odd build systems (like CMake) or whatever comes in your mind, it would be great to query across multiple collection.
So is it something possible or even desirable? So then each chat could be bound to specific list of collection.
Or this is a dumb question and obviously, the best solution is to simply create one collection containing everything that you need?
Beta Was this translation helpful? Give feedback.
All reactions