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

feat: example for voyage query engine pack #880

Closed thucpn closed 6 months ago

thucpn commented 6 months ago

Description

This pull request (PR) provides example code for using the VoyageQueryEnginePack. Users can easily copy and modify a few options in the code to start running the example. This example will be helpful when generating a project using create-llama.

Type of Change

nerdai commented 6 months ago

looks like we just need to run make lint and make format, then commit changes and push to get passed the linting checks.