OlsenSoup

Results 8 comments of OlsenSoup

Seems the same issue also needs to be fixed in v1? @gaius-qi @hyy0322 [code](https://github.com/dragonflyoss/helm-charts/blob/8d9fbe2c8b26f7e3039c3b1b351425216fdf66c7/charts/dragonfly/templates/dfdaemon/dfdaemon-daemonset.yaml#L435])

@adrianchiris thank you so much. I'll take a look at sriov-network-operator.

same issue with Kernel Version: 5.15.0-124-generic, Ubuntu 22.04.5 LTS, Docker Engine: 27.3.1

@jim3ma Thanks for your quick reply! I deployed dragonfly on k8s(v1.24, runtime: containerd 1.6) via helm following the quickstart [guide](https://d7y.io/docs/getting-started/quick-start/kubernetes/#create-dragonfly-cluster-based-on-helm-charts). How does containerd send requests to dfdaemon through 127.0.0.1:65001?

> 你这个很奇怪啊 similarity_search_with_relevance_scores 深究下去还是similarity_search_with_score,similarity_search_with_score结果是NotImplementedError,但却能运行? 但是计算出向量似乎没有归一化。。 `similarity_search_with_score()`方法是在各个 vector store 子类实现的,归一化是调用`relevance_score_fn`去做的

@ZamboLin 你的 langchain 版本比较低了,我的 ``` langchain 0.2.16 langchain-community 0.2.16 langchain-core 0.2.39 ```