run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.43k stars 728 forks source link

yahoo finance key word addition to read me file for better search experience in llamahub #897

Closed saitej123 closed 5 months ago

saitej123 commented 6 months ago

Description

If someone search for yahoo finance related data pack its not appearing in llamahub

Fixes # (issue) yahoo finance key word addition to readme file

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Its markdown change not code update

Suggested Checklist:

anoopshrma commented 6 months ago

To make it recognise with Yahoo or finance or combined, you'll need to add it as a keyword in library.json.

https://github.com/run-llama/llama-hub/blob/main/llama_hub/llama_packs/library.json#L264

jerryjliu commented 5 months ago

@saitej123 quick bump on this

saitej123 commented 5 months ago

Thanks Anoop !