Skip to content

Commit

Permalink
docs: Add topics to pubspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Sep 1, 2023
1 parent df784ff commit 8c1d629
Show file tree
Hide file tree
Showing 17 changed files with 106 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/chromadb/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com

topics:
- ai
- nlp
- vector_db

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
6 changes: 6 additions & 0 deletions packages/langchain/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com

topics:
- ai
- nlp
- llms
- langchain

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
6 changes: 6 additions & 0 deletions packages/langchain_amazon/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com
publish_to: none # Remove when the package is ready to be published

topics:
- ai
- nlp
- llms
- langchain

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
6 changes: 6 additions & 0 deletions packages/langchain_anthropic/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com
publish_to: none # Remove when the package is ready to be published

topics:
- ai
- nlp
- llms
- langchain

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
7 changes: 7 additions & 0 deletions packages/langchain_chroma/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com

topics:
- ai
- nlp
- llms
- langchain
- vector_db

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
6 changes: 6 additions & 0 deletions packages/langchain_cohere/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com
publish_to: none # Remove when the package is ready to be published

topics:
- ai
- nlp
- llms
- langchain

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
7 changes: 7 additions & 0 deletions packages/langchain_google/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com

topics:
- ai
- nlp
- llms
- langchain
- vertex_ai

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
6 changes: 6 additions & 0 deletions packages/langchain_huggingface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com
publish_to: none # Remove when the package is ready to be published

topics:
- ai
- nlp
- llms
- langchain

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
6 changes: 6 additions & 0 deletions packages/langchain_microsoft/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com
publish_to: none # Remove when the package is ready to be published

topics:
- ai
- nlp
- llms
- langchain

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
7 changes: 7 additions & 0 deletions packages/langchain_openai/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com

topics:
- ai
- nlp
- llms
- langchain
- gpt

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
7 changes: 7 additions & 0 deletions packages/langchain_pinecone/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com

topics:
- ai
- nlp
- llms
- langchain
- vector_db

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
6 changes: 6 additions & 0 deletions packages/langchain_supabase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com
publish_to: none # Remove when the package is ready to be published

topics:
- ai
- nlp
- llms
- langchain

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
6 changes: 6 additions & 0 deletions packages/langchain_weaviate/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com
publish_to: none # Remove when the package is ready to be published

topics:
- ai
- nlp
- llms
- langchain

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
6 changes: 6 additions & 0 deletions packages/langchain_wikipedia/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com
publish_to: none # Remove when the package is ready to be published

topics:
- ai
- nlp
- llms
- langchain

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
6 changes: 6 additions & 0 deletions packages/langchain_wolfram/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com
publish_to: none # Remove when the package is ready to be published

topics:
- ai
- nlp
- llms
- langchain

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
6 changes: 6 additions & 0 deletions packages/langchain_zapier/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com
publish_to: none # Remove when the package is ready to be published

topics:
- ai
- nlp
- llms
- langchain

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down
7 changes: 7 additions & 0 deletions packages/vertex_ai/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
documentation: https://langchaindart.com

topics:
- ai
- nlp
- llms
- palm
- matching_engine

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down

0 comments on commit 8c1d629

Please sign in to comment.