hyperpocket-llamaindex 0.4.5__tar.gz → 0.5.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyperpocket-llamaindex
3
- Version: 0.4.5
3
+ Version: 0.5.0
4
4
  Author-email: Hyperpocket Team <hyperpocket@vessl.ai>
5
5
  Requires-Python: >=3.10
6
6
  Requires-Dist: hyperpocket>=0.0.3
@@ -15,7 +15,7 @@ class PocketLlamaindex(Pocket):
15
15
  if use_profile is not None:
16
16
  self.use_profile = use_profile
17
17
 
18
- tools = [self.get_tool(pk) for pk in self.core.tools.values()]
18
+ tools = [self.get_tool(pk) for pk in self.tools.values()]
19
19
  return tools
20
20
 
21
21
  def get_tool(self, pocket_tool: Tool) -> BaseTool:
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "hyperpocket-llamaindex"
4
- version = "0.4.5"
4
+ version = "0.5.0"
5
5
  description = ""
6
6
  authors = [{ name = "Hyperpocket Team", email = "hyperpocket@vessl.ai" }]
7
7
  requires-python = ">=3.10"