Open
Description
Using Ragged Books it becomes clear that support for multiple collections would be a nice addition
- I want to work on different topics
- Software architecture books in one folder, python books in another.
At the moment I can change the collection name in appsettings and import a different folder and after that I must change settings and restart, so the support is sort of already there.
However, a book collection is not only defined by where you put it, but it carries some other stuff with it:
- Choice of embedding model
- Choice of Chat Completion Model
- A system prompt that is engineered to fit the task and goals you as a user is trying to achieve.
- Adjustments to how you cut up the texts.
The above should be taken in to consideration when designing this feature.
This is not a UI feature, as such (but it will be exposed in the UI, of course)