Skip to content

Commit

Permalink
added docs for hybrid research
Browse files Browse the repository at this point in the history
  • Loading branch information
assafelovic committed Aug 12, 2024
1 parent 3e84e07 commit 14744f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/gpt-researcher/tailored-research.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ if __name__ == "__main__":
print(report)
```

### Hybrid Research 🔄
You can combine the above methods to conduct hybrid research. For example, you can instruct the GPT Researcher to research on both web sources and local documents.
Simply provide the sources and set the `report_source` argument as `"hybrid"` and watch the magic happen.

Please note! You should set the proper retrievers for the web sources and doc path for local documents for this to work.
To lean more about retrievers check out the [Retrievers](https://docs.gptr.dev/docs/gpt-researcher/retrievers) documentation.


### Research on LangChain Documents 🦜️🔗
You can instruct the GPT Researcher to research on a list of langchain document instances.

Expand Down

0 comments on commit 14744f8

Please sign in to comment.