mirror of
https://github.com/run-llama/llama-hub.git
synced 2025-11-30 00:49:56 +00:00
Update README.md
This commit is contained in:
parent
c4e0ad298f
commit
7d1d0ba8c3
@ -12,7 +12,7 @@ from llama_index import download_loader
|
||||
PubmedReader = download_loader("PubmedReader")
|
||||
|
||||
loader = PubmedReader()
|
||||
documents = loader.load_data(search_query=['amyloidosis'])
|
||||
documents = loader.load_data(search_query='amyloidosis')
|
||||
```
|
||||
|
||||
This loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/jerryjliu/gpt_index/tree/main/gpt_index) and/or subsequently used as a Tool in a [LangChain](https://github.com/hwchase17/langchain) Agent. See [here](https://github.com/emptycrown/llama-hub/tree/main) for examples.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user