Nonetype object is not callable , can anyone please help me out

if vectorstore is not None: ----> matching_results=vectorstore.similarity_search(query,k=k) [4]return matching_results [5]else: TypeError: ‘NoneType’ object is not callable

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.