We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3076f3f commit 1c609d7Copy full SHA for 1c609d7
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "uipath-llamaindex"
3
-version = "0.0.1"
+version = "0.0.2"
4
description = "UiPath LlamaIndex SDK"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
requires-python = ">=3.10"
src/uipath_llamaindex/_cli/_utils/_config.py
@@ -109,7 +109,7 @@ async def cleanup(self):
109
110
111
class LlamaIndexConfig:
112
- def __init__(self, config_path: str = "llama.json"):
+ def __init__(self, config_path: str = "llama_index.json"):
113
self.config_path = config_path
114
self._config: Optional[Dict[str, Any]] = None
115
self._workflows: List[WorkflowConfig] = []
0 commit comments