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
Hello,
I am following the guide on creating a question-answering engine. I have done everything the same as the guide, but the collection stays empty for some reason. Before pasting the code here, this is the list of what I've done so far:
Printing row - prints them perfectly,
Added counter for every insert_pipe(*row) - count also worked perfectly,
Print(collection.is_empty) - returns True,
print(collection.name) - returns question_answer
Checked the port - can connect to it perfectly.
Output: True. Total number of inserted data is 0.
P.S: I am using VS Code. Have tried Jupyter Notebook as well. Same results.
Hello,
I am following the guide on creating a question-answering engine. I have done everything the same as the guide, but the collection stays empty for some reason. Before pasting the code here, this is the list of what I've done so far:
P.S: I am using VS Code. Have tried Jupyter Notebook as well. Same results.
Code:
The text was updated successfully, but these errors were encountered: