Skip to content
Snippets Groups Projects
Commit f00d0fbe authored by ale's avatar ale
Browse files

Add a couple of minor notes

parent e8ef6fa2
No related branches found
No related tags found
No related merge requests found
......@@ -90,3 +90,17 @@ To search for something:
```shell
sbkm search Mistral fine tuning
```
## Technical notes
There are a couple of interesting / new things in this tool, that
might be worth pointing out so I can salvage those useful bits of code
in the future:
* it's using [Bleve's vector search
support](https://github.com/blevesearch/bleve/blob/master/docs/vectors.md)
* it computes vector embeddings with *llama.cpp* using [custom Go
bindings](index/llamacpp/README.md) built for this purpose, so we
can run SBERT models without the overhead of a Python environment.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment