Skip to content
Discussion options

You must be logged in to vote

I was thinking about this and cannot find a good way to use embeddings in iwe.

For this step: User asks a question → find the 3-5 semantically closest notes

AI agent can read through the contents of your library (headings/key) and tell you what's matching and then retrieve. The benefit of doing this using embeddings is the speed. But the downside is that you need to re-index and cache embeddings and it requires an embeddings model which is pretty heavy dependency.

I'm not sure if we need speed for this. LLM can do contents scan relatively fast (for a small library) and update iwe existing indexes (links, etc) for future fast retrieval.

There may be a use case I just do see it yet.

Replies: 2 comments 17 replies

Comment options

You must be logged in to vote
12 replies
@kiil
Comment options

@gimalay
Comment options

@kiil
Comment options

@gimalay
Comment options

Answer selected by kiil
@kiil
Comment options

@kiil
Comment options

@gimalay
Comment options

@gimalay
Comment options

Comment options

You must be logged in to vote
5 replies
@gimalay
Comment options

@kiil
Comment options

@gimalay
Comment options

@kiil
Comment options

@gimalay
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants