Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lone17 committed Mar 29, 2024
1 parent 33e69df commit 463a1a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions docs/development/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
engineering UI for AI developers in a project to quickly create a prompt
engineering tool for DMs and QALs. It also provides a command to quickly spin
up a project code base. For a full list and description of these utilities,
please refer to the [Development/Utilities](/development/ultilities) section.
please refer to the [Utilities](/development/utilities) section.

```mermaid
mindmap
Expand Down Expand Up @@ -70,5 +70,3 @@ mindmap
- Use squash and merge option
- 1st line message is the PR title.
- The text area is the PR description.

![image](images/274787925-e2593010-d7ef-46e3-8719-6fcae0315b5d.png)
4 changes: 2 additions & 2 deletions libs/kotaemon/tests/test_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ def test_wrapper_agent_langchain(openai_completion, llm, mock_google_search):
side_effect=_openai_chat_completion_responses_react_langchain_tool,
)
def test_react_agent_with_langchain_tools(openai_completion, llm):
from langchain.tools import DuckDuckGoSearchRun, WikipediaQueryRun
from langchain.utilities import WikipediaAPIWrapper
from langchain_community.tools import DuckDuckGoSearchRun, WikipediaQueryRun
from langchain_community.utilities import WikipediaAPIWrapper

wikipedia = WikipediaQueryRun(api_wrapper=WikipediaAPIWrapper())
search = DuckDuckGoSearchRun()
Expand Down

0 comments on commit 463a1a8

Please sign in to comment.