Nick Byrne
Nick Byrne
@pmeier No problem. And just a reminder that this isn't really a PR, just a PoC (you asked me to open as a PR in #233 for ease-of-viewing), and so...
**TL;DR** I'm happy to continue using the issue tracker for contributing. I'm also happy to accept that not all issues will lead to a new feature being merged into the...
I've made a start on this over [here](https://github.com/nenb/ragna/commit/da9c3f31b9fac075486082c4fa5f175e2f69ca28). My first attempt is to just extend the `Rag` class with a `corpus` method. This method instantiates a `Corpus` instance, in a...
@pmeier Thanks for the write-up. 😍 I have some questions on a couple of the topics: > Switch the source storages to one table / collection / index / ......
> I'm happy to be enlightened here, but I don't think this is easy or doable. How would you define a "search string" for the following two scenarios: Only retrieve...
My impression is that your work in #205 was probably the recommended approach - at least that is what I got from reading [this](https://github.com/python/cpython/issues/66435) still active thread on the topic....
I just spent a little time on this and made an attempt with the `pydantic2` [`model_post_init`](https://docs.pydantic.dev/latest/api/base_model/#pydantic.main.BaseModel.model_post_init) hook. I was reading through some of the comments in the code, and I...
I think that I may only have a partial understanding of the intended workflows. I'm going to be more explicit here about my current understanding. Please correct the bits that...
>Could you explain how you got to that conclusion? It seemed to me like a user could be relying on a TOML file, or environment variables, or passing something to...
I've added an attempt to incorporate it into the wizard [here](https://github.com/Quansight/ragna/compare/main...nenb:ragna:entrypoints-plugin?expand=1). What do you think? (I put it in 'common' rather than 'builtin' because I felt that a plugin wasn't...