Skip to content

Commit 09c597c

Browse files
committed
fix: bugname with suffixes
1 parent 752ab95 commit 09c597c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agentic_rag/local_rag_agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def __init__(self, vector_store: VectorStore = None, model_name: str = None,
168168
self.collection = collection
169169
self.quantization = quantization
170170
self.model_name = model_name
171+
print('Model Name pre-check:', model_name)
171172
# skip_analysis parameter kept for backward compatibility but no longer used
172173

173174
# Check if this is an Ollama model (anything not Mistral is considered Ollama)

0 commit comments

Comments
 (0)