issues
search
justyns
/
silverbullet-ai
Plug for SilverBullet to integrate LLM functionality
https://ai.silverbullet.md/
GNU Affero General Public License v3.0
29
stars
1
forks
source link
Vector search and embeddings generation
#37
Closed
justyns
closed
3 months ago
justyns
commented
3 months ago
For #34
Needs more testing, but so far:
Added support for generating embeddings using openai, ollama, and gemini
Stores generated embeddings in silverbullet's native datastore
Listens for page:index events and indexes pages automatically when they change
Generates an embedding per paragraph
Added a new 🤖 virtual page to test searching with
Todo:
[x] make this whole thing optional
[x] add docs and make sure to recommend using local first, like ollama
[x] more testing to make sure nothing blows up
For #34
Needs more testing, but so far:
Todo: