You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: dynamic embed init
* feat: apply embeddingbase class to vectordb
* feat: add tests and optimize codes
* fix: update import path of embedding_models from autorag to autorag.embedding.base
* fix: import err
* fix: autorag.embedding_models -> autorag.embedding.base.embedding_models
* simplify and delete _check_one_item function and use assertion
* return LazyInit at load_from_str and use initialized embedding model at vectordb class
* add docs for newer embedding model configuration
---------
Co-authored-by: Um Changyong <[email protected]>
Co-authored-by: Jeffrey (Dongkyu) Kim <[email protected]>
Is your feature request related to a problem? Please describe.
Hello!
How about improving the system to allow the use of other embedding models dynamically, in addition to the predefined models?
AutoRAG/autorag/vectordb/base.py
Line 19 in 499f54a
AutoRAG/autorag/__init__.py
Lines 65 to 103 in 499f54a
The text was updated successfully, but these errors were encountered: