llmine_core
llmine_core copied to clipboard
Your Platform for Text Mining through Configurable LLM Chains. Ideal for Developers and Semi-Technical Users
## How to replicate 1. Export from admin screen 2. Try clicking on the file name in exports screen ## Expected Behaviour The file should download correctly. ## Tip to...
## Background We have well defined `jsonschema` and `labels` for extractor prompts for `json` and `labels` return types respectively. But currently we don't have any validation after the LLM has...
## How to reproduce 1. Create an extractor chain 2. Add an extractor prompt with order index 0 3. Add another extractor prompt with order index 0 4. Save the...
## Structure and Data Model Changes 1. Create a new App called `llm_settings`, add it to `INSTALLED_APPS` before `core` and after `datasources` 2. Within that create a model `LLMConfig` with...
For now if it doesn't match throw an exception. Later on we will figure out a way to recover.
Hi, I'm so appreciated about your great work with this powerful tool However, when installing with docker compose, I found that some css or js files are missing, so that...