Skip to content

Commit 59fa6e9

Browse files
fix(internal): remove more langchain-scripts artifacts (langchain-ai#9296)
1 parent 66870b8 commit 59fa6e9

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

β€Ž.github/codeql/codeql-config.ymlβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ paths-ignore:
1919
- "**/*.test.ts"
2020
- "**/tests/**/*.ts"
2121
- "**/__tests__/**/*.ts"
22-
- "/libs/langchain-scripts/**/*.ts"
2322
- "docs/core_docs/scripts/*.js"

β€Ž.github/contributing/INTEGRATIONS.mdβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ Above, we have a document loader that we're sure will always require a specific
122122

123123
We highly appreciate documentation and integration tests showing how to set up and use your integration. Providing this will make it much easier for reviewers to verify that your integration works and will streamline the review process.
124124

125-
New docs pages should be added as the appropriate template from here:
126-
127-
https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-scripts/src/cli/docs/templates
128-
129125
### Linting and formatting
130126

131127
As with all contributions, make sure you run `pnpm lint` and `pnpm format` so that everything conforms to our established style.

β€Ž.github/workflows/unit-tests-integrations.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
needs: get-changed-files
4343
runs-on: ubuntu-latest
4444
env:
45-
PACKAGES: "anthropic,aws,azure-cosmosdb,azure-dynamic-sessions,baidu-qianfan,cerebras,cloudflare,cohere,core,community,deepseek,exa,google-cloud-sql-pg,google-common,google-gauth,google-genai,google-vertexai,google-vertexai-web,google-webauth,groq,mcp-adapters,mistralai,mixedbread-ai,mongodb,nomic,ollama,openai,pinecone,qdrant,redis,scripts,standard-tests,tavily,textsplitters,weaviate,xai,yandex"
45+
PACKAGES: "anthropic,aws,azure-cosmosdb,azure-dynamic-sessions,baidu-qianfan,cerebras,cloudflare,cohere,core,community,deepseek,exa,google-cloud-sql-pg,google-common,google-gauth,google-genai,google-vertexai,google-vertexai-web,google-webauth,groq,mcp-adapters,mistralai,mixedbread-ai,mongodb,nomic,ollama,openai,pinecone,qdrant,redis,standard-tests,tavily,textsplitters,weaviate,xai,yandex"
4646
outputs:
4747
matrix: ${{ steps.set-matrix.outputs.matrix }}
4848
matrix_length: ${{ steps.set-matrix.outputs.matrix_length }}

0 commit comments

Comments
Β (0)