Skip to content

Commit

Permalink
πŸ‘₯ Update LangChain people data (langchain-ai#17743)
Browse files Browse the repository at this point in the history
πŸ‘₯ Update LangChain people data

---------

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
2 people authored and k8si committed Feb 22, 2024
1 parent 159d608 commit 85754e7
Show file tree
Hide file tree
Showing 9 changed files with 3,246 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/actions/people/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM python:3.9

RUN pip install httpx PyGithub "pydantic==2.0.2" pydantic-settings "pyyaml>=5.3.1,<6.0.0"

COPY ./app /app

CMD ["python", "/app/main.py"]
11 changes: 11 additions & 0 deletions .github/actions/people/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Adapted from https://github.com/tiangolo/fastapi/blob/master/.github/actions/people/action.yml
name: "Generate LangChain People"
description: "Generate the data for the LangChain People page"
author: "Jacob Lee <jacob@langchain.dev>"
inputs:
token:
description: 'User token, to read the GitHub API. Can be passed in using {{ secrets.LANGCHAIN_PEOPLE_GITHUB_TOKEN }}'
required: true
runs:
using: 'docker'
image: 'Dockerfile'

0 comments on commit 85754e7

Please sign in to comment.