hunter2009pf

Results 8 comments of hunter2009pf

> I have forked and modified this ThreadPool for use in log4cplus where I have implemented this functionality. See https://github.com/log4cplus/Threadpool. > > I believe the aim of this repository is...

nope, everything depends on yourself.

> 请确认langchain版本是否与requirements中一致 果然是langchain版本的问题,感谢大佬!

解决了吗?我也有这个问题,设置为0的话提供的参考数据都是没有什么相关度的。

这种情况也不是indices为空,而是搜索出来的结果的分数都超过设置的阈值了。我现在不是很懂啊,这个 scores, indices = self.index.search(vector, k) 中的scores代表什么意思? 如果谁能告诉我的话,应该这个代码就好改了。 MyFAISS.py中的这一行有问题: if i == -1 or 0 < self.score_threshold < scores[0][j]:

> websocketpp/websocketpp is one subdirectory to deep, please use: > > ``` > git clone https://github.com/zaphoyd/websocketpp.git > cd websocketpp > mkdir build > cd build > cmake .. > ```...