Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency llama_hub to v0.0.79.post1 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
llama_hub (source) ==0.0.39 -> ==0.0.79.post1 age adoption passing confidence

Release Notes

emptycrown/llama-hub (llama_hub)

v0.0.79.post1

Compare Source

v0.0.79

Compare Source

New Features
Smaller Features + Bug Fixes / Nits
  • Updated Docugami loader (#​771)
  • asyncio bug fix in telegram loader (#​928)
  • feat: allow use of self-signed cert for MinIO server with MinioReader (#​935)
  • add setup_cli.sh (oops) (#​941)
  • Update README.md to fix a bug in the example (#​942)
  • Added handling of filename_as_id and file_extractor to SharePointReader (#​934)
  • Remove links from telegram text messages (#​943)
  • SEC Filings loader bug fixes (#​909)

v0.0.78

Compare Source

New Features
  • add local RAG CLI variant (#​916)
  • Simple short-form Self-RAG Pack (#​907)
Smaller Features + Bug Fixes / Nits
  • fix: store the str path instead of the Path object (#​917)
  • Update base.py in paged_csv (#​839)
  • Fix to confluence loader documentation. (#​920)
  • yahoo finance key word addition to read me file for better search experience in llamahub (#​897)

v0.0.77

Compare Source

New Features
  • add infer-retrieve-rerank pack (#​911)
  • feat/add-llama-retriver-examples (#​910)
Smaller Features + Bug Fixes / Nits
  • fix tools/openai_image_generation import (#​906)

v0.0.76

Compare Source

New Features
  • Convert Metaphor documentation to Exa (#​896)
  • Add XML loader (#​887)
  • Add Couchbase Reader (#​892)
  • Support ArangoDB simple loader (#​900)
Smaller Features + Bug Fixes / Nits
  • feat: add example option for llamapack library (#​895)
  • fix import main_content_extractor (#​891)
  • feat: example for rag evaluator pack (#​882)
  • feat: example for voyage query engine pack (#​880)
  • RAGatouille metadata support (#​893)

v0.0.75

Compare Source

New Features

v0.0.74

Compare Source

New Features
Bug Fixes / Nits
  • add timeout arg to github repo reader (#​873)
  • use os.path to generate file paths (#​866)
  • add args for trafilatrus loader (#​872)

v0.0.73

Compare Source

New Features
  • Create stock_market_data_query_engine (#​845)
  • feat: Add full site BFS scraping loader (#​827)
Bug Fixes / Nits
  • update judge llm (#​869)
  • add some consistent doc ids (#​868)
  • add back selenium

v0.0.72

Compare Source

New Features
  • Add mix self consistency llama pack (for table QA) (#​861)
  • Add MultiTenancyRAGPack (#​862)

v0.0.71

Compare Source

New Features
  • add chain of table llamapack (#​859)

v0.0.70

Compare Source

New Features
  • add semantic chunker llama pack (#​853)
  • Feature/add agent search (#​844)

v0.0.69

Compare Source

New Features
  • add rag fusion query pipeline pack (#​847)

v0.0.68.post1

Compare Source

v0.0.67

Compare Source

Security Fix
  • Fixed security flaw when loading yaml, should always use yaml.safe_load() (#​841)

v0.0.66

Compare Source

New Features
Smaller Features + Bug Fixes / Nits
  • handle bytestring (#​834)
  • Slack Tool: Fix "fn_schema is None" issue (#​824)
  • Wikipedia tools should return text, not documents (Tools aren't DataLoaders!) (#​828)
  • Fixing JsonReader and introducing unit tests (#​816)
  • Fix:dense pack naming error in usage example notebook (#​831)
  • chore: get the full detailed text from Confluence (#​809)
  • feat: fix folder name and add keywords (#​829)

v0.0.65

Compare Source

New Features
  • Add Powerpoint Slide Loader PptxSlideReader to LLama-hub (#​796)
  • Added notebook for llama_guard_moderator pack (#​814)
  • add llm compiler pack (#​820)
Smaller Features + Bug Fixes / Nits
  • docs: Address branding issues of Apache OpenDAL (#​817)

v0.0.64

Compare Source

v0.0.62

Compare Source

New Features
  • Add MiniEsgBenchDataset (#​799)
  • Add PDFPlubmerReader (#​798)
  • Add Cogniswitch llama pack and update Cogniswitch tool (#​797)
Smaller Features + Bug Fixes / Nits
  • Improved s3Reader to move control where files are downloaded (#​788)

v0.0.61

Compare Source

  • Add MiniMtBenchSingleGradingDataset & MtBenchHumanJudgementDataset (#​782)
  • Add EvaluatorBenchmarkerPack (#​777)
Smaller Features + Bug Fixes / Nits
  • backwards compatibility import ResumeScreenerPack, GmailOpenAIAgentPack, Neo4jQueryToolSpec

v0.0.60

Compare Source

New Features
  • Add NebulaGraphQueryEnginePack and SnowflakeQueryEnginePack (#​776)
Smaller Features + Bug Fixes / Nits
  • Fix ui-breaking entry in library.json - authors can only be string (#​779)

v0.0.59

Compare Source

Smaller Features + Bug Fixes / Nits
  • Fix bugs in StreamlitChatPack (#​772)
  • NOTE: using "postX" as release version doesn't get picked up ui

v0.0.58.post1

Compare Source

v0.0.58

Compare Source

New Features
Smaller Features + Bug Fixes / Nits
  • Update AzStorageBlobReader (#​756)

v0.0.57

Compare Source

New Features
  • Add Astra DB loader (#​764)
  • Add DocugamiKgRagSec10Q dataset (#​767)

v0.0.56.post1

Compare Source

v0.0.56

Compare Source

New Features
  • Create llama_packs_neo4j.ipynb (#​744)
  • Add Panel Chat Pack (#​703)
  • Add AlexNet dataset (#​750)
  • Adding SnowflakeReader (#​754)
  • Microsoft SharePoint Data Loader (#​745)
Smaller Featuers + Bug Fixes / Nits
  • Added fix to run SQL query function description (#​729)
  • add basic checks for datasets library (#​746)
  • added colab badge in neo4j test notebook (#​747)
  • Update pandas excel reader (#​752)
  • Implemented start and cursor support for confluence loader (#​733)

v0.0.55.post1

Compare Source

v0.0.55

Compare Source

New Features
  • add CovidQaDataset and MiniCovidQaDataset (#​738)
Smaller Features + Bug Fixes / Nits
  • nit: remove print statements from ollama pack (#​741)

v0.0.54

Compare Source

New Features
  • Add batch execution controlled by batch_size and sleep_time_in_seconds to RagEvaluatorPack (#​734)

v0.0.52

Compare Source

New Features
  • Add EvaluatingLlmSurveyPaperDataset (#​725)
  • Add OriginOfCovid19Dataset (#​723)
Smaller Features + Bug Fixes / NITs
  • Add citation to MiniTruthfulQADataset README (#​726)
  • Fix link to submission template nb in datasets README (#​724)

v0.0.50

Compare Source

New Features
  • add amazon product extraction (#​670)
  • Add Waii connector (#​647)

v0.0.48

Compare Source

New Features
  • Add some advanced retrieval llama packs (#​659)

v0.0.47.post1

Compare Source

v0.0.47

Compare Source

v0.0.46

Compare Source

New Features

v0.0.45

Smaller Features + Bug Fixes
  • Updated init file (#​633)
  • fIMDB Movie reviews bug fixes and feature addition (#​636)
  • replace s/gpt_index/llama_index references in READMEs (#​635)

v0.0.44

Smaller Features + Bug Fixes
  • Extend GoogleSheetsReader to Accept Custom Text Column Names (#​620)
  • feat: sync mongo to SimpleMongoReader of llama-index (#​624)
  • Adding moview reviews link for IMDB loader (#​630)

v0.0.43

Smaller Features + Bug Fixes

v0.0.42

New Features
  • Add a Lilac dataset reader. (#​563)
Smaller Features + Bug Fixes
  • Cogniswitch llama-hub corrections (#​613)
  • name change and README update to Tavily (#​614)

v0.0.41

Compare Source

New Features
Smaller Features + Bug Fixes
  • add docs to min_chunk_size (#​607)
  • Change Tavily client name (#​609)

v0.0.40

Compare Source

New Features
  • Added OpenAlex Reader for Scientific QA (#​599)
  • Added Tavily Search API as a tool (#​600)
  • Adding loader to read from OneDrive Personal and OneDrive for Business (#​597)
Smaller Features + Bug Fixes
  • Update TrafilaturaWebReader in library.json (#​602)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency llama_hub to v0.0.50 Update dependency llama_hub to v0.0.52 Dec 6, 2023
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.52 Update dependency llama_hub to v0.0.55.post1 Dec 7, 2023
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.55.post1 Update dependency llama_hub to v0.0.56.post1 Dec 11, 2023
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.56.post1 Update dependency llama_hub to v0.0.58.post1 Dec 15, 2023
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.58.post1 Update dependency llama_hub to v0.0.59 Dec 16, 2023
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.59 Update dependency llama_hub to v0.0.60 Dec 18, 2023
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.60 Update dependency llama_hub to v0.0.61 Dec 21, 2023
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.61 Update dependency llama_hub to v0.0.62 Dec 22, 2023
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.62 Update dependency llama_hub to v0.0.64 Dec 26, 2023
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.64 Update dependency llama_hub to v0.0.65 Dec 29, 2023
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.65 Update dependency llama_hub to v0.0.66 Jan 5, 2024
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.66 Update dependency llama_hub to v0.0.67 Jan 8, 2024
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.67 Update dependency llama_hub to v0.0.69 Jan 10, 2024
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.69 Update dependency llama_hub to v0.0.70 Jan 12, 2024
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.70 Update dependency llama_hub to v0.0.71 Jan 14, 2024
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.71 Update dependency llama_hub to v0.0.72 Jan 15, 2024
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.72 Update dependency llama_hub to v0.0.73 Jan 19, 2024
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.73 Update dependency llama_hub to v0.0.74 Jan 20, 2024
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.74 Update dependency llama_hub to v0.0.77 Jan 30, 2024
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.77 Update dependency llama_hub to v0.0.78 Feb 6, 2024
@renovate renovate bot changed the title Update dependency llama_hub to v0.0.78 Update dependency llama_hub to v0.0.79.post1 Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants