Initial commit: RAG demo with build and query scripts
This commit is contained in:
commit
39f1f73e2a
6 changed files with 214 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Python
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Generated data
|
||||
storage/
|
||||
models/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Data (users supply their own)
|
||||
data/*
|
||||
!data/.gitkeep
|
||||
Loading…
Add table
Add a link
Reference in a new issue