Skip to content

Commit

Permalink
templates: 0.1 bump (#15648)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Jan 7, 2024
1 parent 64f5968 commit 08be477
Show file tree
Hide file tree
Showing 172 changed files with 9,970 additions and 7,830 deletions.
154 changes: 77 additions & 77 deletions templates/anthropic-iterative-search/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/anthropic-iterative-search/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
anthropic = "^0.5.0"
wikipedia = "^1.4.0"

Expand Down
148 changes: 74 additions & 74 deletions templates/basic-critique-revise/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/basic-critique-revise/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
openai = "<2"

[tool.poetry.group.dev.dependencies]
Expand Down
162 changes: 81 additions & 81 deletions templates/bedrock-jcvd/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/bedrock-jcvd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ uvicorn = "^0.23.2"
langserve = {extras = ["server"], version = ">=0.0.30"}
pydantic = "<2"
boto3 = "^1.33.10"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"

[tool.langserve]
export_module = "bedrock_jcvd.chain"
Expand Down
148 changes: 74 additions & 74 deletions templates/cassandra-entomology-rag/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/cassandra-entomology-rag/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
openai = "<2"
tiktoken = "^0.5.1"
cassio = "^0.1.3"
Expand Down
148 changes: 74 additions & 74 deletions templates/cassandra-synonym-caching/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/cassandra-synonym-caching/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
openai = "<2"
tiktoken = "^0.5.1"
cassio = "^0.1.3"
Expand Down
162 changes: 81 additions & 81 deletions templates/chain-of-note-wiki/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/chain-of-note-wiki/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
anthropic = "^0.7.0"
wikipedia = "^1.4.0"
langchainhub = "^0.1.14"
Expand Down
156 changes: 78 additions & 78 deletions templates/chat-bot-feedback/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/chat-bot-feedback/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
openai = "<2"
langsmith = ">=0.0.54"
langchainhub = ">=0.1.13"
Expand Down
284 changes: 167 additions & 117 deletions templates/cohere-librarian/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/cohere-librarian/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
cohere = "^4.37"
chromadb = "^0.4.18"

Expand Down
159 changes: 79 additions & 80 deletions templates/csv-agent/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/csv-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
openai = "<2"
tiktoken = "^0.5.1"
faiss-cpu = "^1.7.4"
Expand Down
148 changes: 74 additions & 74 deletions templates/elastic-query-generator/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/elastic-query-generator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
elasticsearch = "^8.10.1"
openai = "<2"

Expand Down
162 changes: 81 additions & 81 deletions templates/extraction-anthropic-functions/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/extraction-anthropic-functions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
anthropic = ">=0.5.0"
langchainhub = ">=0.1.13"
langchain-experimental = "^0.0.36"
Expand Down
148 changes: 74 additions & 74 deletions templates/extraction-openai-functions/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/extraction-openai-functions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
openai = "<2"

[tool.poetry.group.dev.dependencies]
Expand Down
148 changes: 74 additions & 74 deletions templates/guardrails-output-parser/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/guardrails-output-parser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
openai = "<2"
guardrails-ai = "^0.2.4"
alt-profanity-check = "^1.3.1"
Expand Down
148 changes: 74 additions & 74 deletions templates/hybrid-search-weaviate/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/hybrid-search-weaviate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
openai = "<2"
tiktoken = "^0.5.1"
weaviate-client = ">=3.24.2"
Expand Down
273 changes: 156 additions & 117 deletions templates/hyde/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/hyde/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
openai = "<2"
chromadb = "^0.4.15"
tiktoken = "^0.5.1"
Expand Down
148 changes: 74 additions & 74 deletions templates/llama2-functions/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/llama2-functions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
replicate = ">=0.15.4"

[tool.poetry.group.dev.dependencies]
Expand Down
148 changes: 74 additions & 74 deletions templates/mongo-parent-document-retrieval/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/mongo-parent-document-retrieval/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
openai = "<2"
pymongo = "^4.6.0"
pypdf = "^3.17.0"
Expand Down
142 changes: 71 additions & 71 deletions templates/neo4j-advanced-rag/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/neo4j-advanced-rag/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
tiktoken = "^0.5.1"
openai = "<2"
neo4j = "^5.14.0"
Expand Down
148 changes: 74 additions & 74 deletions templates/neo4j-cypher-ft/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/neo4j-cypher-ft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
neo4j = ">5.12"
openai = "<2"

Expand Down
148 changes: 74 additions & 74 deletions templates/neo4j-cypher-memory/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/neo4j-cypher-memory/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
neo4j = ">5.12"
openai = "<2"

Expand Down
148 changes: 74 additions & 74 deletions templates/neo4j-cypher/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/neo4j-cypher/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
neo4j = ">5.12"
openai = "<2"

Expand Down
148 changes: 74 additions & 74 deletions templates/neo4j-generation/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/neo4j-generation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
openai = "<2"
neo4j = "^5.12.0"

Expand Down
148 changes: 74 additions & 74 deletions templates/neo4j-parent/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/neo4j-parent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.353,<0.2"
langchain = "^0.1"
tiktoken = "^0.5.1"
openai = "<2"
neo4j = "^5.14.0"
Expand Down
Loading

0 comments on commit 08be477

Please sign in to comment.