mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-12 13:21:58 +00:00
Update gpt4all-chat/embeddings.cpp
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com> Signed-off-by: AT <manyoso@users.noreply.github.com>
This commit is contained in:
parent
17b346dfe7
commit
4b413a60e4
@ -172,7 +172,7 @@ std::vector<qint64> Embeddings::search(const std::vector<float> &embedding, int
|
|||||||
result = m_hnsw->searchKnn(embedding.data(), K);
|
result = m_hnsw->searchKnn(embedding.data(), K);
|
||||||
} catch (const std::exception &e) {
|
} catch (const std::exception &e) {
|
||||||
qWarning() << "ERROR: could not search hnswlib index:" << e.what();
|
qWarning() << "ERROR: could not search hnswlib index:" << e.what();
|
||||||
return std::vector<qint64>();
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<qint64> neighbors;
|
std::vector<qint64> neighbors;
|
||||||
|
Loading…
Reference in New Issue
Block a user