Closed sekingme closed 3 months ago
Chroma uses HMSW (an approximately method) to search. Likely some symptom of that?
Chroma uses HMSW (an approximately method) to search. Likely some symptom of that?
@logan-markewich while use milvus db,it shows the same symptom.
🤷🏻 probably the same issue with hsnw? I don't think this issue is related to llama-index. If you used milvus or chroma directly, I would expect a similar behavior
🤷🏻 probably the same issue with hsnw? I don't think this issue is related to llama-index. If you used milvus or chroma directly, I would expect a similar behavior
Is there any fix way?
already fix myself, thanks all.
Question Validation
Question
my method code like:
take method as: vector.retrieve_data(collection_name="hive", similarity_top_k=15, query="视频被踩的累计快照事实表")
while set similarity_top_k to 15,it returns top3 data with score as:
but while set similarity_top_k to 16,it returns top3 data with score as:
both data and score is significant differences,why? Only set similarity_top_k bigger than 16, it return the right value.