{"id":20766553,"url":"https://github.com/maxtheman/langserve_test","last_synced_at":"2026-04-18T16:38:24.467Z","repository":{"id":208514451,"uuid":"721822014","full_name":"maxtheman/langserve_test","owner":"maxtheman","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-21T22:52:21.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T18:55:10.753Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxtheman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-21T20:57:13.000Z","updated_at":"2023-11-21T21:57:32.000Z","dependencies_parsed_at":"2024-11-17T23:32:05.405Z","dependency_job_id":null,"html_url":"https://github.com/maxtheman/langserve_test","commit_stats":null,"previous_names":["maxtheman/langserve_test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxtheman/langserve_test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxtheman%2Flangserve_test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxtheman%2Flangserve_test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxtheman%2Flangserve_test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxtheman%2Flangserve_test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxtheman","download_url":"https://codeload.github.com/maxtheman/langserve_test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxtheman%2Flangserve_test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T11:24:41.008Z","updated_at":"2026-04-18T16:38:24.448Z","avatar_url":"https://github.com/maxtheman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# langserve_test\n\n## Installation\n\nInstall the LangChain CLI if you haven't yet\n\n```bash\npip install -U langchain-cli\n```\n\n## Adding packages\n\n```bash\n# adding packages from \n# https://github.com/langchain-ai/langchain/tree/master/templates\nlangchain app add $PROJECT_NAME\n\n# adding custom GitHub repo packages\nlangchain app add --repo $OWNER/$REPO\n# or with whole git string (supports other git providers):\n# langchain app add git+https://github.com/hwchase17/chain-of-verification\n\n# with a custom api mount point (defaults to `/{package_name}`)\nlangchain app add $PROJECT_NAME --api_path=/my/custom/path/rag\n```\n\nNote: you remove packages by their api path\n\n```bash\nlangchain app remove my/custom/path/rag\n```\n\n## Setup LangSmith (Optional)\nLangSmith will help us trace, monitor and debug LangChain applications. \nLangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). \nIf you don't have access, you can skip this section\n\n\n```shell\nexport LANGCHAIN_TRACING_V2=true\nexport LANGCHAIN_API_KEY=\u003cyour-api-key\u003e\nexport LANGCHAIN_PROJECT=\u003cyour-project\u003e  # if not specified, defaults to \"default\"\n```\n\n## Launch LangServe\n\n```bash\nlangchain serve\n```\n\n## Running in Docker\n\nThis project folder includes a Dockerfile that allows you to easily build and host your LangServe app.\n\n### Building the Image\n\nTo build the image, you simply:\n\n```shell\ndocker build . -t my-langserve-app\n```\n\nIf you tag your image with something other than `my-langserve-app`,\nnote it for use in the next step.\n\n### Running the Image Locally\n\nTo run the image, you'll need to include any environment variables\nnecessary for your application.\n\nIn the below example, we inject the `OPENAI_API_KEY` environment\nvariable with the value set in my local environment\n(`$OPENAI_API_KEY`)\n\nWe also expose port 8080 with the `-p 8080:8080` option.\n\n```shell\ndocker run -e OPENAI_API_KEY=$OPENAI_API_KEY -p 8080:8080 my-langserve-app\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxtheman%2Flangserve_test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxtheman%2Flangserve_test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxtheman%2Flangserve_test/lists"}