Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattecasu committed Feb 25, 2024
1 parent ac19abd commit d1b2b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rag/docs_rag/index.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

from rag.docs_rag.chroma_indexer import ChromaIndexer
from chroma_indexer import ChromaIndexer

RAGS_DOCS_FOLDER = os.path.expanduser('~') + "/Desktop/RAG_pdfs/"
CHROMA_DIR = os.path.expanduser('~') + "/Desktop/chroma"
Expand Down

0 comments on commit d1b2b76

Please sign in to comment.