Skip to content

Commit

Permalink
update search domain
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaekfjlk committed Oct 11, 2024
1 parent f4289ef commit 11f9fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research_town/envs/env_proposal_writing_with_rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run(self) -> Generator[Tuple[Progress, Agent], None, None]:
related_papers = self.paper_db.search_papers(
query=insight.content,
author=researcher.profile.name,
domain=top_keyword + researcher.profile.domain[0],
domain=top_keyword,
num=self.config.param.related_paper_num,
)
idea = researcher.brainstorm_idea(
Expand Down

0 comments on commit 11f9fc2

Please sign in to comment.