Only use embeddings when external sources have changed
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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