Skip to content

Commit bcdffbe

Browse files
author
pavanmantha
committed
changed the version
1 parent 7c3dd71 commit bcdffbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstraprag/templates/mem0/react_agent_with_memory/react_agent_with_query_engine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def _create_react_agent(self):
119119
# and veteran stock market investor.
120120
# """
121121
self.agent = ReActAgent.from_tools(
122-
self.query_engine_tools,
122+
tools=self.query_engine_tools,
123123
llm=Settings.llm,
124124
verbose=True,
125125
# context=context

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='bootstrap-rag',
9-
version='0.0.16',
9+
version='0.0.17',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
1212
packages=find_packages(),

0 commit comments

Comments
 (0)