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
During a similarity search, the following is inconsistently raised:
RuntimeError: Failed due to a DB issue: Unexpected error: ORA-22922: LOB value does not exist
.
.
.
langchain_community/vectorstores/oraclevs.py", line 648, in similarity_search_by_vector
docs_and_scores = self.similarity_search_by_vector_with_relevance_scores(
langchain_community/vectorstores/oraclevs.py", line 58, in wrapper
raise RuntimeError(
Catch and retry.
The text was updated successfully, but these errors were encountered:
During a similarity search, the following is inconsistently raised:
Catch and retry.
The text was updated successfully, but these errors were encountered: