-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Description
Hello,
I am new to all of this and I was trying to follow and run the RAG notebooks on google colab. The 5th notebook in the RAG series (Fast Start) when run on colab throws the following error. In fact, you can find the error in the original notebook itself which was uploaded. It seems this notebook never ran well.
update: Step 4 - Generating Embeddings in chomadb db - with Model- industry-bert-contracts
TypeError Traceback (most recent call last)
in <cell line: 2>()
1 print("\nupdate: Step 4 - Generating Embeddings in {} db - with Model- {}".format(vector_db, embedding_model))
----> 2 library.install_new_embedding(embedding_model=embedding_model, vector_db=vector_db)
TypeError: Library.install_new_embedding() got an unexpected keyword argument 'embedding_model'
I hope you see that.
pritesh2000
Metadata
Metadata
Assignees
Labels
No labels