Philip Meier
Philip Meier
> the tests running in CI are experiencing timeouts waiting for the server to come up You've set the timeout to only 5 seconds, which is a little to low....
Any solution here should also support #421.
Here are my thoughts: - We don't need a `generate` method on the `Chat` object. That is exclusively meant for asking questions about documents. If users want to use Ragna...
> Two packages like this can be achieved with two separate directories & pyproject.toml but that'll be a pain for maintenance, hence I'll try to achieve this in as minimal...
> I wonder if you're suggesting for a monorepo architecture, that is absolutely possible. So I guess we'll need to have two different directories i.e. `ragna` & `ragna-base` My idea...
Depending on a `setup.py` is a non-starter. Right now we are using `setuptools`, but I don't want to lock us into that. If we depend on `setup.py` we cannot ever...
> monorepo architecture where we'd need to maintain almost double the codebase compared to now. I don't understand that. Basically, the only duplication would be the metadata in the `pyproject.toml`....
> Sorry, i didn't want to bother you with pinging and was expecting your response whenever you had chance. Don't worry, you have every right to ping when I don't...
@arjxn-py I'm not really comfortable with having both packages supply our source code. I played with the proper meta-package idea a little in #439. Could you please have a look?
Closing this in favor of #439 that solves a lot of the issues I mentioned here. @arjxn-py let's collaborate there.