index
:
rag.git
master
Retrieval Augmented Generation with ollama
Gustaf Rydholm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rag
/
__main__.py
blob: be85a2e83e65a5c9fe0c4a3239dac46378b33eb5 (
plain
)
1
2
3
4
5
6
from dotenv import load_dotenv from rag.cli import cli load_dotenv() cli()