Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix: ignore outdated pack examples
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn committed Feb 20, 2024
1 parent bf79202 commit 3994ed6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llama_hub/llama_packs/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"id": "llama_packs/arize_phoenix_query_engine",
"author": "axiomofjoy",
"keywords": ["arize", "phoenix", "query", "engine", "index"],
"example": true
"example": false
},
"FuzzyCitationEnginePack": {
"id": "llama_packs/fuzzy_citation",
Expand Down Expand Up @@ -159,7 +159,7 @@
"id": "llama_packs/rag_evaluator",
"author": "nerdai",
"keywords": ["rag", "evaluation", "benchmarks"],
"example": true
"example": false
},
"LlamaDatasetMetadataPack": {
"id": "llama_packs/llama_dataset_metadata",
Expand Down Expand Up @@ -251,7 +251,7 @@
"id": "llama_packs/agent_search_retriever",
"author": "logan-markewich",
"keywords": ["agent", "search", "retriever"],
"example": true
"example": false
},
"ChainOfTablePack": {
"id": "llama_packs/tables/chain_of_table",
Expand Down

0 comments on commit 3994ed6

Please sign in to comment.