### Description We should integrate the embedding model with `LiteLLM` under the `quantmind/llm` folder. ### Task - [x] Add the `embedding.py` - [x] Add the corresponding unit test. - [x] Add `EmbeddingConfig` under the `quantmind/config` folder. - [x] Add the corresponding example.
Description
We should integrate the embedding model with
LiteLLMunder thequantmind/llmfolder.Task
embedding.pyEmbeddingConfigunder thequantmind/configfolder.