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
Thank you for your work and open source code, but there are the following issues that need to be resolved by you.
The latest version of faiss is 1.5.3, and only faiss-cpu can meet the requirements of version 1.8.0.
langchain-openai requires the version of openai to be at least 1.26.0 and the version of tiktoken to be at least 0.7. However, the version of openai in requirements is 1.14.1 and the version of tiktoken is 0.4.0.
The text was updated successfully, but these errors were encountered:
In addition, on line 11 of train_toolbench.py in the query2query folder, a function is imported from a non-existent file:
from toolrag.tool_reranker.utils import set_seed.
Also, both train_query_nt.py and evaluate_query_nt.py in toolrag/toolrefiner import top_k_recall, T2VDatasetQueryNT, t2v_collator_query_nt from the non-existent folder tool_reranker.
Thank you for your work and open source code, but there are the following issues that need to be resolved by you.
The latest version of faiss is 1.5.3, and only faiss-cpu can meet the requirements of version 1.8.0.
langchain-openai requires the version of openai to be at least 1.26.0 and the version of tiktoken to be at least 0.7. However, the version of openai in requirements is 1.14.1 and the version of tiktoken is 0.4.0.
The text was updated successfully, but these errors were encountered: