diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-13 18:07:45 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-13 18:07:45 +0100 |
| commit | 2a6fd554998c64733e2d97aecf653f6e48e0f8b4 (patch) | |
| tree | f53c2f0b4dc42825f426ada0ebb591dbb80c89e9 /.gitignore | |
| parent | a1a595a3305727d30e16e856f4faf95980643e1c (diff) | |
| download | llmnpc-2a6fd554998c64733e2d97aecf653f6e48e0f8b4.tar.gz | |
Store context documents to Vector Database
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ # Build artefacts -prompt models/ +prompt +context # Other files .DS_Store *.log +*.vdb |
