Seungwoo hong

Results 5 issues of Seungwoo hong

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Yes, users can edit...

enhancement

Fixed module versions: ``` × Cannot uninstall blinker 1.4 × google-colab 1.0.0 requires ipykernel==5.5.6, but you have ipykernel 6.29.5 which is incompatible. ```

Implement default web UI launch for AutoRAG CLI - Running `$ autorag` in the terminal should: - API routes are prefixed with `/api/` - All other routes serve the React...

I have idea about dynamic import function in __init__.py ```py embedding_models = { "openai": LazyInit("llama_index.embeddings.openai.OpenAIEmbedding"), "huggingface_bge_small": LazyInit("llama_index.embeddings.huggingface.HuggingFaceEmbedding", model_name="BAAI/bge-small-en-v1.5"), "mock": LazyInit("llama_index.embeddings.mock.MockEmbeddingRandom", embed_dim=768), } ``` _Originally posted by @hongsw in https://github.com/Marker-Inc-Korea/AutoRAG/issues/823#issuecomment-2404324627_

## Is your feature request related to a problem? Please describe. The current Python implementation of our YAML Config Validator has limitations that significantly impact its effectiveness and user experience:...

enhancement