Fix init to accept kwargs

This commit is contained in:
Connor Shorten
2025-11-27 11:31:18 -05:00
parent d178be7c0e
commit b0578059e5
2 changed files with 15 additions and 9 deletions

View File

@@ -1,7 +1,8 @@
{
"lm": "openai/gpt-4.1-mini",
"collection_name": "IRPapersText_Default",
"return_properties": [
"content"
]
],
"k": 5,
"lm": "openai/gpt-4.1-mini"
}