diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-06 13:20:29 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-06 13:20:29 +0200 |
commit | 709e9fe8840e9e4111438c57eafab55327cdd490 (patch) | |
tree | 774e1cc85ab2b8d443170bfff96e1c6ffbd6c267 /rag/rag.py | |
parent | ff060aa4b45cbfdcc1af1584302cbdcf6b251fc3 (diff) |
Add another fixme
Diffstat (limited to 'rag/rag.py')
-rw-r--r-- | rag/rag.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ from rag.parser import pdf class RAG: def __init__(self) -> None: + # FIXME: load this somewhere else? load_dotenv() self.generator = Generator() self.encoder = Encoder() |