longyunfeigu

Results 5 issues of longyunfeigu

## Description embeddings target is the same level as llm, and the way it is written now will confuse users who haven't read the source code with target as the...

## Description When using the LanceDBVectorStore, the score of the searched doc may be negative after 1-abs (float(doc["_distance"]) calculation ## Related Issues [Reference any related issues or tasks that this...

## Description get_global_search_engine and get_local_search_engine from an object-oriented perspective should return the abstract class BaseSearch rather than the concrete class: LocalSearch or GlobalSearch, with the outer layer calling the asearch...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version: v2.4.0 - Deployment mode(standalone or cluster): - MQ...

kind/bug
needs-triage

## Description Add the redis option in the cache, install the redis dependency and add the ttl option in the configuration file. ## Related Issues [Reference any related issues or...