Arpan Mukherjee

Results 9 issues of Arpan Mukherjee

It will be easier for developers to evaluate this project at a higher level if you attach a few screenshots to demonstrate how the generated screens look and feel like.

Is there a way to port this into a browser extension?

Is there a way to use this JSONForm Widget outside of Django Admin Site? I want to use this widget in a custom view with template.

enhancement

## 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...

good first issue

## 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...

good first issue

## 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.

**Describe the bug** I have the following pytest tests, running in the same order as below. The first one uses the NinjaTestClient. Once this `client1.get("/whoami", user=simple_user)` is executed, the next...