Rayhan
Rayhan
@Anush008 Just tried now, it happens too. For query `hello` : Python: https://pastebin.com/raw/WHirXXpU ```python embedding_function = FastEmbedEmbeddings( model_name="BAAI/bge-base-en-v1.5", cache_dir=".cache", ) ``` JS: https://pastebin.com/raw/Ui7kiKkU ```js this._embedder = await FlagEmbedding.init({ model: EmbeddingModel.BGEBaseENV15,...
There might be an issue then. Can you try on your own?
@Anush008 Did you get time to have a look into this?
Thanks, great job! Are you planning a stable release soon? Will it work with React 19 (currently has peer dependencies error) ?
Experiencing a similar issue, seems like portal changes broke something. Working properly in 5.1.4 but no anymore in nexts.