-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathNOTICE
More file actions
33 lines (24 loc) · 1.22 KB
/
Copy pathNOTICE
File metadata and controls
33 lines (24 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
osgrep
Copyright 2025 Ryan Donofrio
This product includes software originally developed by MixedBread as mgrep.
Original mgrep Copyright 2025 MixedBread
https://github.com/mixedbread-ai/mgrep
================================================================================
MODIFICATIONS AND ENHANCEMENTS
osgrep is a substantial modification and enhancement of the original mgrep
codebase. The following major changes and additions have been made by
Ryan Donofrio:
- Complete rewrite to use local-only embeddings (removing remote API dependencies)
- Integration with @huggingface/transformers for local model inference
- Implementation of LanceDB for local vector storage
- New local storage architecture and indexing system
- Enhanced chunking and context management
- Addition of watch mode for real-time index updates
- New CLI commands and improved user experience
- Comprehensive benchmarking and evaluation tools
- Extensive test suite additions
- Documentation and setup improvements
================================================================================
THIRD-PARTY DEPENDENCIES
This software depends on various open-source libraries. See package.json for
a complete list of dependencies and their respective licenses.