Skip to content

Commit

Permalink
Fix Discord link to not expire, added more .gitignore (#1134)
Browse files Browse the repository at this point in the history
* fix discord link
  • Loading branch information
danielmerja authored Feb 13, 2025
1 parent fce56ba commit d614b5e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,28 @@ cover.cov

# macOS Specific
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE
.idea
.vscode

# dev
.env
.env.local
vendor/*
service-account.json

# IDE specific files
.idea/
.vscode/
*.swp
*.swo

embeddings/cybertron/models/*
examples/cybertron-embedding-example/models/*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
> 🎉 **Join our new official Discord community!** Connect with other LangChain Go developers and get help: [Join Discord](https://discord.gg/A9BEHHnZ)
> 🎉 **Join our new official Discord community!** Connect with other LangChain Go developers, get help and contribute: [Join Discord](https://discord.gg/t9UbBQs2rG)
# 🦜️🔗 LangChain Go

[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/tmc/langchaingo)
[![scorecard](https://goreportcard.com/badge/github.com/tmc/langchaingo)](https://goreportcard.com/report/github.com/tmc/langchaingo)
[![](https://dcbadge.vercel.app/api/server/A9BEHHnZ?compact=true&style=flat)](https://discord.gg/A9BEHHnZ)
[![](https://dcbadge.vercel.app/api/server/t9UbBQs2rG?compact=true&style=flat)](https://discord.gg/t9UbBQs2rG)
[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/tmc/langchaingo)
[<img src="https://github.com/codespaces/badge.svg" title="Open in Github Codespace" width="150" height="20">](https://codespaces.new/tmc/langchaingo)

Expand Down

0 comments on commit d614b5e

Please sign in to comment.