Results 16 comments of Wesley

@f-lombardo because we somehow have to retrieve the related pieces.. but I might not be doing it in the best way yet. Right now for myself I have implemented it...

Of course vector store agnostic is great. But in any case we will need to implement a new method for all vector stores so we can fetch related docs right?...

> > The SlidingWindowTransformer make sense only if have very big document right? Or I am missing something? @synio-wesley > > I think so, even if the concept of "big"...

> > in any case we will need to implement a new method for all vector stores so we can fetch related docs > > Yes, of course this is...

When I'm back from holidays I can compare this with what I have to give some feedback

A related problem is that the `count` method in Odoo/Endpoint/ObjectEndpoint.php cannot be used anymore to retrieve the count. You should add a `SearchCount` `Request` subclass similar to this: ``` class...