zeroameli
zeroameli
@quicksandznzn In the method `def search_by_vector()`, it return the results without score_threshold filtering, and tcvectordb won't return the score. Score_threshold won't work as expect. For example, you want the agent...
@xiaodong-l Check this out #4127, it had been fixed in 0.6.7
@quicksandznzn I found some problems: https://github.com/langgenius/dify/blob/a591366f727da7d6ae3612aaec678fe081e84e11/api/core/rag/datasource/vdb/tencent/tencent_vector.py#L158-L161 - param `limit` is needed when query with filter, why not use delete with filter. - fields in metadata should be indexed if we...
@WhiteRoseinShangHai Try checking the "encrypt_public_key" in table "tenants", it seem you got an invalid value.
@Yeuoly The code is updated, please have a review.