People Top languages Python TypeScript Jupyter Notebook JavaScript HTML Most used topics langgraph langchain langgraph-template langgraph-js llm Footer © 2025 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information
Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 13,531 Commits .devcontainer .github cookbook docs libs scripts .gitattributes .gitignore .pre-commit-config.yaml
packagemainimport("context""fmt""log""github.com/tmc/langchaingo/llms""github.com/tmc/langchaingo/llms/openai")funcmain() {ctx:=context.Background()llm,err:=openai.New()iferr!=nil{log.Fatal(err) }prompt:="What would be a good company name for a company that makes colorful socks?
langchain4j-github-bot Public Java 2 Apache-2.0 0 0 3 Updated Jan 10, 2025 langchain4j-test-1 Public Forked from burrsutter/langchain4j-test-1 Java 0 2 0 0 Updated Dec 9, 2024 View all repositories People Top languages Java HTML Most used topics huggingface java langchain op...
git clone https://github.com/langchain-ai/opengpts.git cd opengpts Set Up Environment Variables: Create a.envfile in the root directory of the project by copying.env.exampleas a template, and add the following environment variables:
LangServe 🦜️🏓. Contribute to langchain-ai/langserve development by creating an account on GitHub.
@software{langchain_chatchat, title = {{langchain-chatchat}}, author = {Liu, Qian and Song, Jinke, and Huang, Zhiguo, and Zhang, Yuxuan, and glide-the, and liunux4odoo}, year = 2024, journal = {GitHub repository}, publisher = {GitHub}, howpublished = {\url{https://github.com/...
github地址:https://github.com/liaokongVFX/LangChain-Chinese-Getting-Started-Guide 加了个 CHANGELOG,更新了新的内容我会写在这里,方便之前看过的朋友快速查看新的更新内容 如果想把 OPENAI API 的请求根路由修改成自己的代理地址,可以通过设置环境变量 “OPENAI_API_BASE” 来进行修改。 相关参考代码:https:/...
Last commit date Latest commit hinthornw Remove ancient lockfile Nov 16, 2024 049ec89·Nov 16, 2024 History 7 Commits .github/workflows Setup New Project template Sep 19, 2024 src/agent Setup New Project template Sep 19, 2024 static
#拉取仓库$ git clone https://github.com/chatchat-space/Langchain-Chatchat.git#进入目录$cdLangchain-Chatchat#安装全部依赖$ pip install -r requirements.txt $ pip install -r requirements_api.txt $ pip install -r requirements_webui.txt#默认依赖包括基本运行环境(FAISS向量库)。如果要使用 milvus/...