mudler / mudler/LocalRecall

Only use embeddings when external sources have changed

Open
#31 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
974
Forks
121
Avg merge
5h 52m
Merged PRs (30d)
1

Description

Every time the update interval for external sources is reached, the application does a complete text embedding of the external source. It also seems to save a text file of the external source, so it should be possible to check if there are any actual changes before generating embeddings.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the code that checks the external-source update interval, persists the source text, and starts embedding generation. Compare the persisted content before embedding; done when unchanged sources skip embedding while changed sources are embedded normally.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
ai
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.