forked from langchain-ai/langchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEMPLATES Metadata (langchain-ai#13691)
Co-authored-by: Lance Martin <[email protected]>
- Loading branch information
1 parent
e327bb4
commit 78da341
Showing
73 changed files
with
491 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "cassandra-entomology-rag" | ||
version = "0.0.1" | ||
description = "" | ||
description = "RAG using Apache Cassandra® or Astra DB" | ||
authors = [ | ||
"Stefano Lottini <[email protected]>", | ||
] | ||
|
@@ -21,6 +21,12 @@ langchain-cli = ">=0.0.15" | |
export_module = "cassandra_entomology_rag" | ||
export_attr = "chain" | ||
|
||
[tool.templates-hub] | ||
use-case = "rag" | ||
author = "DataStax" | ||
integrations = ["OpenAI", "Cassandra"] | ||
tags = ["vectordbs"] | ||
|
||
[build-system] | ||
requires = [ | ||
"poetry-core", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "cassandra-synonym-caching" | ||
version = "0.0.1" | ||
description = "" | ||
description = "LLM caching backed by Apache Cassandra® or Astra DB" | ||
authors = [ | ||
"Stefano Lottini <[email protected]>", | ||
] | ||
|
@@ -21,6 +21,12 @@ langchain-cli = ">=0.0.15" | |
export_module = "cassandra_synonym_caching" | ||
export_attr = "chain" | ||
|
||
[tool.templates-hub] | ||
use-case = "rag" | ||
author = "DataStax" | ||
integrations = ["OpenAI", "Cassandra"] | ||
tags = ["vectordbs"] | ||
|
||
[build-system] | ||
requires = [ | ||
"poetry-core", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "extraction-anthropic-functions" | ||
version = "0.1.0" | ||
description = "" | ||
description = "Use Anthropic function calling for tasks like extraction or tagging" | ||
authors = [ | ||
"Lance Martin <[email protected]>", | ||
] | ||
|
@@ -21,6 +21,12 @@ langchain-cli = ">=0.0.15" | |
export_module = "extraction_anthropic_functions" | ||
export_attr = "chain" | ||
|
||
[tool.templates-hub] | ||
use-case = "extraction" | ||
author = "LangChain" | ||
integrations = ["Anthropic", "Function Calling"] | ||
tags = ["function-calling", "tagging", "extraction"] | ||
|
||
[build-system] | ||
requires = [ | ||
"poetry-core", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "extraction-openai-functions" | ||
version = "0.1.0" | ||
description = "" | ||
description = "Use OpenAI function calling for tasks like extraction or tagging" | ||
authors = [ | ||
"Lance Martin <[email protected]>", | ||
] | ||
|
@@ -19,6 +19,12 @@ langchain-cli = ">=0.0.15" | |
export_module = "extraction_openai_functions" | ||
export_attr = "chain" | ||
|
||
[tool.templates-hub] | ||
use-case = "extraction" | ||
author = "LangChain" | ||
integrations = ["OpenAI", "Function Calling"] | ||
tags = ["function-calling", "tagging", "extraction"] | ||
|
||
[build-system] | ||
requires = [ | ||
"poetry-core", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "hybrid-search-weaviate" | ||
version = "0.1.0" | ||
description = "" | ||
description = "Improve accuracy and relevance with Weaviate hybrid search" | ||
authors = ["Erika Cardenas <[email protected]>"] | ||
readme = "README.md" | ||
|
||
|
@@ -24,6 +24,12 @@ version = "^1.0.0" | |
export_module = "hybrid_search_weaviate" | ||
export_attr = "chain" | ||
|
||
[tool.templates-hub] | ||
use-case = "search" | ||
author = "Weaviate" | ||
integrations = ["Weaviate", "OpenAI"] | ||
tags = ["hybrid-search", "vectordb"] | ||
|
||
[build-system] | ||
requires = [ | ||
"poetry-core", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "llama2-functions" | ||
version = "0.1.0" | ||
description = "" | ||
description = "Extraction with a JSON-output LLaMA2 model" | ||
authors = [ | ||
"Lance Martin <[email protected]>", | ||
] | ||
|
@@ -19,6 +19,12 @@ langchain-cli = ">=0.0.15" | |
export_module = "llama2_functions" | ||
export_attr = "chain" | ||
|
||
[tool.templates-hub] | ||
use-case = "extraction" | ||
author = "LangChain" | ||
integrations = ["Llama.cpp", "Replicate"] | ||
tags = ["local-llm", "function-calling"] | ||
|
||
[build-system] | ||
requires = [ | ||
"poetry-core", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "neo4j-advanced-rag" | ||
version = "0.1.0" | ||
description = "" | ||
description = "Balance precise embeddings and context retention with advanced strategies" | ||
authors = [ | ||
"Tomaz Bratanic <[email protected]>", | ||
] | ||
|
@@ -18,6 +18,12 @@ neo4j = "^5.14.0" | |
export_module = "neo4j_advanced_rag" | ||
export_attr = "chain" | ||
|
||
[tool.templates-hub] | ||
use-case = "rag" | ||
author = "Neo4j" | ||
integrations = ["Neo4j", "OpenAI"] | ||
tags = ["vectordb", "parent", "summarization"] | ||
|
||
[build-system] | ||
requires = [ | ||
"poetry-core", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "neo4j-cypher-ft" | ||
version = "0.1.0" | ||
description = "" | ||
description = "Interact with a Neo4j graph database using natural language" | ||
authors = [ | ||
"Tomaz Bratanic <[email protected]>", | ||
] | ||
|
@@ -20,6 +20,12 @@ langchain-cli = ">=0.0.15" | |
export_module = "neo4j_cypher_ft" | ||
export_attr = "chain" | ||
|
||
[tool.templates-hub] | ||
use-case = "query" | ||
author = "Neo4j" | ||
integrations = ["Neo4j", "OpenAI"] | ||
tags = ["search", "graph-database", "query"] | ||
|
||
[build-system] | ||
requires = [ | ||
"poetry-core", | ||
|
Oops, something went wrong.