mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +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);
|
||||
} catch (const std::exception &e) {
|
||||
qWarning() << "ERROR: could not search hnswlib index:" << e.what();
|
||||
return std::vector<qint64>();
|
||||
return {};
|
||||
}
|
||||
|
||||
std::vector<qint64> neighbors;
|
||||
|
Loading…
Reference in New Issue
Block a user