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
Couchbase tests for retrieval in test_couchbase.py are failing. It is not retrieving any results for the query. Have commented them out but it needs to be investigated.
# test_retrieve_docs
""" FAILING - NO RESULTS ARE RETRIEVED, CAN SEE IN COUCHBASE UI THAT THEY EXIST - INVESTIGATE
queries = ["doc2", "doc3"]
res = db.retrieve_docs(queries, collection_name)
texts = [[item[0]["content"] for item in sublist] for sublist in res]
received_ids = [[item[0]["id"] for item in sublist] for sublist in res]
assert texts[0] == ["doc2", "doc3"]
assert received_ids[0] == ["2", "3"]
"""
"Tests with optional dependencies" workflow test is failing if "retrieve-couchbase" optional dependency is included. It may be because the environment for Couchbase is not set up correctly (See contrib-test.yml for the setup of Couchbase).
PR #979 has temporarily disabled these two issues to allow other PRs to merge.
Steps to reproduce
No response
Model Used
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Two problems.
contrib-test.yml
for the setup of Couchbase).PR #979 has temporarily disabled these two issues to allow other PRs to merge.
Steps to reproduce
No response
Model Used
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: