james che

Results 2 issues of james che

Error on this notebook: potato-disease-classification-model-using-image-data-generator.ipynb The line: batch_prediction = model.predict(images_batch) Getting an error on this line. images_batch was never defined (misspelling?). That cell has to be removed. If you want...

search = vectordb.similarity_search(" ") this returns only 4 docs. is there a way to return all documents from vectordb? isn't this what you want since the purpose is to get...