Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sbkm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ula
research
sbkm
Commits
f00d0fbe
Commit
f00d0fbe
authored
11 months ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Add a couple of minor notes
parent
e8ef6fa2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-0
14 additions, 0 deletions
README.md
with
14 additions
and
0 deletions
README.md
+
14
−
0
View file @
f00d0fbe
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment