Ahmed Salim
Results
2
comments of
Ahmed Salim
Hi @lekejo, you're right. It seems there's a typo in the [example_5_rag_semantic_query.ipynb](https://github.com/llmware-ai/llmware/blob/main/examples/Notebooks/fast_start_examples/example_5_rag_semantic_query.ipynb) notebook. The issue occurred because the `install_new_embedding` function in `Library` class expects the parameter `embedding_model_name` instead of `embedding_model`...
Hi, I encountered the same issue I resolved it by creating a new virtual env and installing Python 3.9 in it