diff --git a/libs/cli/langchain_cli/package_template/README.md b/libs/cli/langchain_cli/package_template/README.md index 87daa656aa5..1b3e8226890 100644 --- a/libs/cli/langchain_cli/package_template/README.md +++ b/libs/cli/langchain_cli/package_template/README.md @@ -33,7 +33,7 @@ __app_route_code__ (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/libs/cli/langchain_cli/project_template/README.md b/libs/cli/langchain_cli/project_template/README.md index cc5726bb2c0..ae2a2dc9840 100644 --- a/libs/cli/langchain_cli/project_template/README.md +++ b/libs/cli/langchain_cli/project_template/README.md @@ -32,7 +32,7 @@ langchain app remove my/custom/path/rag ## Setup LangSmith (Optional) LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/README.md b/templates/README.md index 1ba3d46e73c..66cc9f313f7 100644 --- a/templates/README.md +++ b/templates/README.md @@ -77,7 +77,7 @@ add_routes(app, pirate_speak_chain, path="/pirate-speak") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/anthropic-iterative-search/README.md b/templates/anthropic-iterative-search/README.md index 4a948150027..0ad2753eae1 100644 --- a/templates/anthropic-iterative-search/README.md +++ b/templates/anthropic-iterative-search/README.md @@ -38,7 +38,7 @@ add_routes(app, anthropic_iterative_search_chain, path="/anthropic-iterative-sea (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/basic-critique-revise/README.md b/templates/basic-critique-revise/README.md index c25cb6c51b0..78ca43b303c 100644 --- a/templates/basic-critique-revise/README.md +++ b/templates/basic-critique-revise/README.md @@ -35,7 +35,7 @@ add_routes(app, basic_critique_revise_chain, path="/basic-critique-revise") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/bedrock-jcvd/README.md b/templates/bedrock-jcvd/README.md index 430d2f7ce49..4488740e94c 100644 --- a/templates/bedrock-jcvd/README.md +++ b/templates/bedrock-jcvd/README.md @@ -55,7 +55,7 @@ add_routes(app, bedrock_jcvd_chain, path="/bedrock-jcvd") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/cassandra-entomology-rag/README.md b/templates/cassandra-entomology-rag/README.md index 54eb0209673..42d7b7f3f09 100644 --- a/templates/cassandra-entomology-rag/README.md +++ b/templates/cassandra-entomology-rag/README.md @@ -43,7 +43,7 @@ add_routes(app, cassandra_entomology_rag_chain, path="/cassandra-entomology-rag" (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/cassandra-synonym-caching/README.md b/templates/cassandra-synonym-caching/README.md index 344bf2f3db1..1acc74a8724 100644 --- a/templates/cassandra-synonym-caching/README.md +++ b/templates/cassandra-synonym-caching/README.md @@ -42,7 +42,7 @@ add_routes(app, cassandra_synonym_caching_chain, path="/cassandra-synonym-cachin (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/chain-of-note-wiki/README.md b/templates/chain-of-note-wiki/README.md index 8d226cfaa4e..7521a680de6 100644 --- a/templates/chain-of-note-wiki/README.md +++ b/templates/chain-of-note-wiki/README.md @@ -40,7 +40,7 @@ add_routes(app, chain_of_note_wiki_chain, path="/chain-of-note-wiki") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/cohere-librarian/README.md b/templates/cohere-librarian/README.md index eb1e39ad5ca..5b614c986a3 100644 --- a/templates/cohere-librarian/README.md +++ b/templates/cohere-librarian/README.md @@ -40,7 +40,7 @@ add_routes(app, cohere_librarian_chain, path="/cohere-librarian") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/csv-agent/README.md b/templates/csv-agent/README.md index f2cda8432e1..aea28e70050 100644 --- a/templates/csv-agent/README.md +++ b/templates/csv-agent/README.md @@ -38,7 +38,7 @@ add_routes(app, csv_agent_chain, path="/csv-agent") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/elastic-query-generator/README.md b/templates/elastic-query-generator/README.md index 8e2ee269442..3b4b50b0fed 100644 --- a/templates/elastic-query-generator/README.md +++ b/templates/elastic-query-generator/README.md @@ -56,7 +56,7 @@ add_routes(app, elastic_query_generator_chain, path="/elastic-query-generator") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/extraction-anthropic-functions/README.md b/templates/extraction-anthropic-functions/README.md index 0ff8b6afeda..9a6a6650f32 100644 --- a/templates/extraction-anthropic-functions/README.md +++ b/templates/extraction-anthropic-functions/README.md @@ -40,7 +40,7 @@ add_routes(app, extraction_anthropic_functions_chain, path="/extraction-anthropi (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/extraction-openai-functions/README.md b/templates/extraction-openai-functions/README.md index 8266d8e1778..f6bb326397e 100644 --- a/templates/extraction-openai-functions/README.md +++ b/templates/extraction-openai-functions/README.md @@ -38,7 +38,7 @@ add_routes(app, extraction_openai_functions_chain, path="/extraction-openai-func (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/gemini-functions-agent/README.md b/templates/gemini-functions-agent/README.md index 6ee68495344..cbe477513ab 100644 --- a/templates/gemini-functions-agent/README.md +++ b/templates/gemini-functions-agent/README.md @@ -44,7 +44,7 @@ add_routes(app, gemini_functions_agent_chain, path="/openai-functions-agent") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/guardrails-output-parser/README.md b/templates/guardrails-output-parser/README.md index 84017046b89..e461c71879d 100644 --- a/templates/guardrails-output-parser/README.md +++ b/templates/guardrails-output-parser/README.md @@ -40,7 +40,7 @@ add_routes(app, guardrails_output_parser_chain, path="/guardrails-output-parser" (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/hybrid-search-weaviate/README.md b/templates/hybrid-search-weaviate/README.md index fd2c9dd13f3..f955a327c14 100644 --- a/templates/hybrid-search-weaviate/README.md +++ b/templates/hybrid-search-weaviate/README.md @@ -39,7 +39,7 @@ add_routes(app, hybrid_search_weaviate_chain, path="/hybrid-search-weaviate") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/hyde/README.md b/templates/hyde/README.md index 35ea291eca1..951af6d1e88 100644 --- a/templates/hyde/README.md +++ b/templates/hyde/README.md @@ -44,7 +44,7 @@ add_routes(app, hyde_chain, path="/hyde") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/intel-rag-xeon/README.md b/templates/intel-rag-xeon/README.md index 0ecd696b36b..021b5c3aaba 100644 --- a/templates/intel-rag-xeon/README.md +++ b/templates/intel-rag-xeon/README.md @@ -68,7 +68,7 @@ from intel_rag_xeon import chain as xeon_rag_chain add_routes(app, xeon_rag_chain, path="/intel-rag-xeon") ``` -(Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). If you don't have access, you can skip this section +(Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell export LANGCHAIN_TRACING_V2=true diff --git a/templates/llama2-functions/README.md b/templates/llama2-functions/README.md index 4d6303acf82..dfb864a6e2a 100644 --- a/templates/llama2-functions/README.md +++ b/templates/llama2-functions/README.md @@ -40,7 +40,7 @@ add_routes(app, llama2_functions_chain, path="/llama2-functions") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/mongo-parent-document-retrieval/README.md b/templates/mongo-parent-document-retrieval/README.md index 55705fa0eb1..5ba805f624a 100644 --- a/templates/mongo-parent-document-retrieval/README.md +++ b/templates/mongo-parent-document-retrieval/README.md @@ -50,7 +50,7 @@ add_routes(app, mongo_parent_document_retrieval_chain, path="/mongo-parent-docum (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/neo4j-advanced-rag/README.md b/templates/neo4j-advanced-rag/README.md index e7f5c75a96e..019df5a8f48 100644 --- a/templates/neo4j-advanced-rag/README.md +++ b/templates/neo4j-advanced-rag/README.md @@ -67,7 +67,7 @@ add_routes(app, neo4j_advanced_chain, path="/neo4j-advanced-rag") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/neo4j-cypher-ft/README.md b/templates/neo4j-cypher-ft/README.md index 66f2b4812fb..3416b84ef32 100644 --- a/templates/neo4j-cypher-ft/README.md +++ b/templates/neo4j-cypher-ft/README.md @@ -55,7 +55,7 @@ add_routes(app, neo4j_cypher_ft_chain, path="/neo4j-cypher-ft") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/neo4j-cypher-memory/README.md b/templates/neo4j-cypher-memory/README.md index dc6d885533c..e46e27a7e58 100644 --- a/templates/neo4j-cypher-memory/README.md +++ b/templates/neo4j-cypher-memory/README.md @@ -64,7 +64,7 @@ add_routes(app, neo4j_cypher_memory_chain, path="/neo4j-cypher-memory") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/neo4j-cypher/README.md b/templates/neo4j-cypher/README.md index 27ccb7422b7..cd2f49d82e1 100644 --- a/templates/neo4j-cypher/README.md +++ b/templates/neo4j-cypher/README.md @@ -62,7 +62,7 @@ add_routes(app, neo4j_cypher_chain, path="/neo4j-cypher") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/neo4j-generation/README.md b/templates/neo4j-generation/README.md index 2adf9684ccb..4b8510b0aeb 100644 --- a/templates/neo4j-generation/README.md +++ b/templates/neo4j-generation/README.md @@ -51,7 +51,7 @@ add_routes(app, neo4j_generation_chain, path="/neo4j-generation") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/neo4j-parent/README.md b/templates/neo4j-parent/README.md index 8f8f98865ca..82f1f5c5925 100644 --- a/templates/neo4j-parent/README.md +++ b/templates/neo4j-parent/README.md @@ -54,7 +54,7 @@ add_routes(app, neo4j_parent_chain, path="/neo4j-parent") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/neo4j-semantic-layer/README.md b/templates/neo4j-semantic-layer/README.md index 7019d627bce..3bd0603d2bc 100644 --- a/templates/neo4j-semantic-layer/README.md +++ b/templates/neo4j-semantic-layer/README.md @@ -63,7 +63,7 @@ add_routes(app, neo4j_semantic_agent, path="/neo4j-semantic-layer") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/neo4j-semantic-ollama/README.md b/templates/neo4j-semantic-ollama/README.md index 53f95aa94de..674571befe6 100644 --- a/templates/neo4j-semantic-ollama/README.md +++ b/templates/neo4j-semantic-ollama/README.md @@ -74,7 +74,7 @@ add_routes(app, neo4j_semantic_agent, path="/neo4j-semantic-ollama") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/neo4j-vector-memory/README.md b/templates/neo4j-vector-memory/README.md index 1b77a41b12a..8bf883ba8d3 100644 --- a/templates/neo4j-vector-memory/README.md +++ b/templates/neo4j-vector-memory/README.md @@ -53,7 +53,7 @@ add_routes(app, neo4j_vector_memory_chain, path="/neo4j-vector-memory") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/nvidia-rag-canonical/README.md b/templates/nvidia-rag-canonical/README.md index 6e095a47496..8fe5cbdd371 100644 --- a/templates/nvidia-rag-canonical/README.md +++ b/templates/nvidia-rag-canonical/README.md @@ -60,7 +60,7 @@ Note that for files ingested by the ingestion API, the server will need to be re (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/openai-functions-agent-gmail/README.md b/templates/openai-functions-agent-gmail/README.md index 2438ec3f021..6f7b4213f5d 100644 --- a/templates/openai-functions-agent-gmail/README.md +++ b/templates/openai-functions-agent-gmail/README.md @@ -56,7 +56,7 @@ add_routes(app, openai_functions_agent_chain, path="/openai-functions-agent-gmai (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/openai-functions-agent/README.md b/templates/openai-functions-agent/README.md index 87a754eb43e..92562f6aa9d 100644 --- a/templates/openai-functions-agent/README.md +++ b/templates/openai-functions-agent/README.md @@ -42,7 +42,7 @@ add_routes(app, openai_functions_agent_chain, path="/openai-functions-agent") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/openai-functions-tool-retrieval-agent/README.md b/templates/openai-functions-tool-retrieval-agent/README.md index b4b2c5faa66..5deee643301 100644 --- a/templates/openai-functions-tool-retrieval-agent/README.md +++ b/templates/openai-functions-tool-retrieval-agent/README.md @@ -43,7 +43,7 @@ add_routes(app, openai_functions_tool_retrieval_agent_chain, path="/openai-funct (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/pii-protected-chatbot/README.md b/templates/pii-protected-chatbot/README.md index a16223405fa..e09d95b6903 100644 --- a/templates/pii-protected-chatbot/README.md +++ b/templates/pii-protected-chatbot/README.md @@ -37,7 +37,7 @@ add_routes(app, pii_protected_chatbot, path="/openai-functions-agent") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/pirate-speak-configurable/README.md b/templates/pirate-speak-configurable/README.md index ee9e5ea5214..38adfd24621 100644 --- a/templates/pirate-speak-configurable/README.md +++ b/templates/pirate-speak-configurable/README.md @@ -42,7 +42,7 @@ add_routes(app, pirate_speak_configurable_chain, path="/pirate-speak-configurabl (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/pirate-speak/README.md b/templates/pirate-speak/README.md index 20552d4479c..5e28358eaf5 100644 --- a/templates/pirate-speak/README.md +++ b/templates/pirate-speak/README.md @@ -36,7 +36,7 @@ add_routes(app, pirate_speak_chain, path="/pirate-speak") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/propositional-retrieval/README.md b/templates/propositional-retrieval/README.md index 49b2076cae7..3048e22a403 100644 --- a/templates/propositional-retrieval/README.md +++ b/templates/propositional-retrieval/README.md @@ -51,7 +51,7 @@ add_routes(app, chain, path="/propositional-retrieval") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/python-lint/README.md b/templates/python-lint/README.md index 094022b5a8f..42f762a71dd 100644 --- a/templates/python-lint/README.md +++ b/templates/python-lint/README.md @@ -43,7 +43,7 @@ add_routes(app, python_lint_agent, path="/python-lint") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-astradb/README.md b/templates/rag-astradb/README.md index 0515fac33b3..7ee291950c3 100644 --- a/templates/rag-astradb/README.md +++ b/templates/rag-astradb/README.md @@ -43,7 +43,7 @@ add_routes(app, astradb_entomology_rag_chain, path="/rag-astradb") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-aws-kendra/README.md b/templates/rag-aws-kendra/README.md index e4d7d1f5dfe..d3d574cbb02 100644 --- a/templates/rag-aws-kendra/README.md +++ b/templates/rag-aws-kendra/README.md @@ -53,7 +53,7 @@ add_routes(app, rag_aws_kendra_chain, path="/rag-aws-kendra") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-azure-search/README.md b/templates/rag-azure-search/README.md index 9822d334e4f..21d9ff151a6 100644 --- a/templates/rag-azure-search/README.md +++ b/templates/rag-azure-search/README.md @@ -56,7 +56,7 @@ add_routes(app, rag_azure_search_chain, path="/rag-azure-search") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-chroma-multi-modal-multi-vector/README.md b/templates/rag-chroma-multi-modal-multi-vector/README.md index 8719e1587c3..9f3b6acd9fb 100644 --- a/templates/rag-chroma-multi-modal-multi-vector/README.md +++ b/templates/rag-chroma-multi-modal-multi-vector/README.md @@ -99,7 +99,7 @@ add_routes(app, rag_chroma_multi_modal_chain_mv, path="/rag-chroma-multi-modal-m (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-chroma-multi-modal/README.md b/templates/rag-chroma-multi-modal/README.md index 2fa35331b8a..12e11a8cd0c 100644 --- a/templates/rag-chroma-multi-modal/README.md +++ b/templates/rag-chroma-multi-modal/README.md @@ -87,7 +87,7 @@ add_routes(app, rag_chroma_multi_modal_chain, path="/rag-chroma-multi-modal") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-chroma-private/README.md b/templates/rag-chroma-private/README.md index a2a2004b066..93d97476b24 100644 --- a/templates/rag-chroma-private/README.md +++ b/templates/rag-chroma-private/README.md @@ -48,7 +48,7 @@ from rag_chroma_private import chain as rag_chroma_private_chain add_routes(app, rag_chroma_private_chain, path="/rag-chroma-private") ``` -(Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). If you don't have access, you can skip this section +(Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell export LANGCHAIN_TRACING_V2=true diff --git a/templates/rag-chroma/README.md b/templates/rag-chroma/README.md index f39aaeb2973..9a813310e59 100644 --- a/templates/rag-chroma/README.md +++ b/templates/rag-chroma/README.md @@ -38,7 +38,7 @@ add_routes(app, rag_chroma_chain, path="/rag-chroma") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-codellama-fireworks/README.md b/templates/rag-codellama-fireworks/README.md index b679f7a6cc5..d7607a8cb95 100644 --- a/templates/rag-codellama-fireworks/README.md +++ b/templates/rag-codellama-fireworks/README.md @@ -40,7 +40,7 @@ add_routes(app, rag_codellama_fireworks_chain, path="/rag-codellama-fireworks") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-conversation-zep/README.md b/templates/rag-conversation-zep/README.md index 52ba71edf64..539852072a3 100644 --- a/templates/rag-conversation-zep/README.md +++ b/templates/rag-conversation-zep/README.md @@ -62,7 +62,7 @@ add_routes(app, rag_conversation_zep_chain, path="/rag-conversation-zep") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-conversation/README.md b/templates/rag-conversation/README.md index 4c31fff358c..d0647a28694 100644 --- a/templates/rag-conversation/README.md +++ b/templates/rag-conversation/README.md @@ -40,7 +40,7 @@ add_routes(app, rag_conversation_chain, path="/rag-conversation") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-elasticsearch/README.md b/templates/rag-elasticsearch/README.md index 976ef2a1437..1858f4a52d4 100644 --- a/templates/rag-elasticsearch/README.md +++ b/templates/rag-elasticsearch/README.md @@ -56,7 +56,7 @@ add_routes(app, rag_elasticsearch_chain, path="/rag-elasticsearch") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-fusion/README.md b/templates/rag-fusion/README.md index aa1444aa3a4..c45ec68689e 100644 --- a/templates/rag-fusion/README.md +++ b/templates/rag-fusion/README.md @@ -38,7 +38,7 @@ add_routes(app, rag_fusion_chain, path="/rag-fusion") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-gemini-multi-modal/README.md b/templates/rag-gemini-multi-modal/README.md index c210901c64f..6437e08d979 100644 --- a/templates/rag-gemini-multi-modal/README.md +++ b/templates/rag-gemini-multi-modal/README.md @@ -87,7 +87,7 @@ add_routes(app, rag_gemini_multi_modal_chain, path="/rag-gemini-multi-modal") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-google-cloud-sensitive-data-protection/README.md b/templates/rag-google-cloud-sensitive-data-protection/README.md index 3d5296ad46a..8a6c098133e 100644 --- a/templates/rag-google-cloud-sensitive-data-protection/README.md +++ b/templates/rag-google-cloud-sensitive-data-protection/README.md @@ -53,7 +53,7 @@ add_routes(app, rag_google_cloud_sensitive_data_protection_chain, path="/rag-goo (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-google-cloud-vertexai-search/README.md b/templates/rag-google-cloud-vertexai-search/README.md index 6e2035eef65..297feaf1bdb 100644 --- a/templates/rag-google-cloud-vertexai-search/README.md +++ b/templates/rag-google-cloud-vertexai-search/README.md @@ -57,7 +57,7 @@ add_routes(app, rag_google_cloud_vertexai_search_chain, path="/rag-google-cloud- (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-gpt-crawler/README.md b/templates/rag-gpt-crawler/README.md index 0c300bfccbd..a5b58cd9e38 100644 --- a/templates/rag-gpt-crawler/README.md +++ b/templates/rag-gpt-crawler/README.md @@ -62,7 +62,7 @@ add_routes(app, rag_gpt_crawler, path="/rag-gpt-crawler") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-jaguardb/README.md b/templates/rag-jaguardb/README.md index e99eefb1d07..e81ffa1e6ae 100644 --- a/templates/rag-jaguardb/README.md +++ b/templates/rag-jaguardb/README.md @@ -42,7 +42,7 @@ add_routes(app, rag_jaguardb_chain, path="/rag-jaguardb") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-lancedb/README.md b/templates/rag-lancedb/README.md index 43a42a077ed..6e252a1598a 100644 --- a/templates/rag-lancedb/README.md +++ b/templates/rag-lancedb/README.md @@ -35,7 +35,7 @@ add_routes(app, rag_lancedb_chain, path="/rag-lancedb") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-lantern/README.md b/templates/rag-lantern/README.md index f7b5745c69a..7ad318eab36 100644 --- a/templates/rag-lantern/README.md +++ b/templates/rag-lantern/README.md @@ -99,7 +99,7 @@ add_routes(app, rag_lantern_chain, path="/rag-lantern") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-matching-engine/README.md b/templates/rag-matching-engine/README.md index 83f83335fef..9a0d50aefee 100644 --- a/templates/rag-matching-engine/README.md +++ b/templates/rag-matching-engine/README.md @@ -49,7 +49,7 @@ add_routes(app, rag_matching_engine_chain, path="/rag-matching-engine") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-momento-vector-index/README.md b/templates/rag-momento-vector-index/README.md index 89000d51bef..2326d2159ed 100644 --- a/templates/rag-momento-vector-index/README.md +++ b/templates/rag-momento-vector-index/README.md @@ -44,7 +44,7 @@ add_routes(app, rag_momento_vector_index_chain, path="/rag-momento-vector-index" (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-mongo/README.md b/templates/rag-mongo/README.md index eefc9a53540..4b7bf598c67 100644 --- a/templates/rag-mongo/README.md +++ b/templates/rag-mongo/README.md @@ -49,7 +49,7 @@ add_routes(app, rag_mongo_ingest, path="/rag-mongo-ingest") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-multi-index-fusion/README.md b/templates/rag-multi-index-fusion/README.md index 57fe52edf8e..43fa407cd16 100644 --- a/templates/rag-multi-index-fusion/README.md +++ b/templates/rag-multi-index-fusion/README.md @@ -42,7 +42,7 @@ add_routes(app, rag_multi_index_fusion_chain, path="/rag-multi-index-fusion") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-multi-index-router/README.md b/templates/rag-multi-index-router/README.md index e1e4ffc9708..d6375d104e1 100644 --- a/templates/rag-multi-index-router/README.md +++ b/templates/rag-multi-index-router/README.md @@ -42,7 +42,7 @@ add_routes(app, rag_multi_index_router_chain, path="/rag-multi-index-router") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-multi-modal-local/README.md b/templates/rag-multi-modal-local/README.md index 610c8c57f16..4e34795b9dd 100644 --- a/templates/rag-multi-modal-local/README.md +++ b/templates/rag-multi-modal-local/README.md @@ -96,7 +96,7 @@ add_routes(app, rag_chroma_multi_modal_chain, path="/rag-chroma-multi-modal") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-multi-modal-mv-local/README.md b/templates/rag-multi-modal-mv-local/README.md index c9095e44531..23311ba4e69 100644 --- a/templates/rag-multi-modal-mv-local/README.md +++ b/templates/rag-multi-modal-mv-local/README.md @@ -92,7 +92,7 @@ add_routes(app, rag_multi_modal_mv_local_chain, path="/rag-multi-modal-mv-local" (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-ollama-multi-query/README.md b/templates/rag-ollama-multi-query/README.md index 92076243cdd..c855a28feec 100644 --- a/templates/rag-ollama-multi-query/README.md +++ b/templates/rag-ollama-multi-query/README.md @@ -55,7 +55,7 @@ from rag_ollama_multi_query import chain as rag_ollama_multi_query_chain add_routes(app, rag_ollama_multi_query_chain, path="/rag-ollama-multi-query") ``` -(Optional) Now, let's configure LangSmith. LangSmith will help us trace, monitor, and debug LangChain applications. LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). If you don't have access, you can skip this section +(Optional) Now, let's configure LangSmith. LangSmith will help us trace, monitor, and debug LangChain applications. You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell export LANGCHAIN_TRACING_V2=true diff --git a/templates/rag-opensearch/README.md b/templates/rag-opensearch/README.md index aeacebe80da..35c105f5fbb 100644 --- a/templates/rag-opensearch/README.md +++ b/templates/rag-opensearch/README.md @@ -51,7 +51,7 @@ add_routes(app, rag_opensearch_chain, path="/rag-opensearch") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-pinecone-multi-query/README.md b/templates/rag-pinecone-multi-query/README.md index 821bd264712..340cac83ccc 100644 --- a/templates/rag-pinecone-multi-query/README.md +++ b/templates/rag-pinecone-multi-query/README.md @@ -41,7 +41,7 @@ from rag_pinecone_multi_query import chain as rag_pinecone_multi_query_chain add_routes(app, rag_pinecone_multi_query_chain, path="/rag-pinecone-multi-query") ``` -(Optional) Now, let's configure LangSmith. LangSmith will help us trace, monitor, and debug LangChain applications. LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). If you don't have access, you can skip this section +(Optional) Now, let's configure LangSmith. LangSmith will help us trace, monitor, and debug LangChain applications. You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell export LANGCHAIN_TRACING_V2=true diff --git a/templates/rag-pinecone-rerank/README.md b/templates/rag-pinecone-rerank/README.md index 70d01721ad8..997b5d4670c 100644 --- a/templates/rag-pinecone-rerank/README.md +++ b/templates/rag-pinecone-rerank/README.md @@ -42,7 +42,7 @@ add_routes(app, rag_pinecone_rerank_chain, path="/rag-pinecone-rerank") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-pinecone/README.md b/templates/rag-pinecone/README.md index b0c4260b33e..b4382550ab6 100644 --- a/templates/rag-pinecone/README.md +++ b/templates/rag-pinecone/README.md @@ -38,7 +38,7 @@ add_routes(app, rag_pinecone_chain, path="/rag-pinecone") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-redis-multi-modal-multi-vector/README.md b/templates/rag-redis-multi-modal-multi-vector/README.md index 3d40c997a22..a29c2285be1 100644 --- a/templates/rag-redis-multi-modal-multi-vector/README.md +++ b/templates/rag-redis-multi-modal-multi-vector/README.md @@ -89,7 +89,7 @@ add_routes(app, rag_redis_multi_modal_chain_mv, path="/rag-redis-multi-modal-mul (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-redis/README.md b/templates/rag-redis/README.md index faf8dc94905..c7abc522644 100644 --- a/templates/rag-redis/README.md +++ b/templates/rag-redis/README.md @@ -63,7 +63,7 @@ add_routes(app, rag_redis_chain, path="/rag-redis") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-self-query/README.md b/templates/rag-self-query/README.md index 1e83d3115bd..fe7bde964d2 100644 --- a/templates/rag-self-query/README.md +++ b/templates/rag-self-query/README.md @@ -56,7 +56,7 @@ python ingest.py (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-semi-structured/README.md b/templates/rag-semi-structured/README.md index 710525c51a6..ef543e9b1ef 100644 --- a/templates/rag-semi-structured/README.md +++ b/templates/rag-semi-structured/README.md @@ -45,7 +45,7 @@ add_routes(app, rag_semi_structured_chain, path="/rag-semi-structured") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-singlestoredb/README.md b/templates/rag-singlestoredb/README.md index 4a0f664ec14..faf23446ce3 100644 --- a/templates/rag-singlestoredb/README.md +++ b/templates/rag-singlestoredb/README.md @@ -38,7 +38,7 @@ add_routes(app, rag_singlestoredb_chain, path="/rag-singlestoredb") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-supabase/README.md b/templates/rag-supabase/README.md index f9a55275535..608a969f2bc 100644 --- a/templates/rag-supabase/README.md +++ b/templates/rag-supabase/README.md @@ -101,7 +101,7 @@ add_routes(app, rag_supabase_chain, path="/rag-supabase") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-timescale-conversation/README.md b/templates/rag-timescale-conversation/README.md index 6a7fdebd68c..4931a54942f 100644 --- a/templates/rag-timescale-conversation/README.md +++ b/templates/rag-timescale-conversation/README.md @@ -42,7 +42,7 @@ add_routes(app, rag_timescale_conversation_chain, path="/rag-timescale_conversat (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-timescale-hybrid-search-time/README.md b/templates/rag-timescale-hybrid-search-time/README.md index 07ffd597577..c534238a171 100644 --- a/templates/rag-timescale-hybrid-search-time/README.md +++ b/templates/rag-timescale-hybrid-search-time/README.md @@ -71,7 +71,7 @@ add_routes(app, rag_timescale_hybrid_search_chain, path="/rag-timescale-hybrid-s (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/rag-vectara-multiquery/README.md b/templates/rag-vectara-multiquery/README.md index e2018a51937..fba80fe191a 100644 --- a/templates/rag-vectara-multiquery/README.md +++ b/templates/rag-vectara-multiquery/README.md @@ -41,7 +41,7 @@ add_routes(app, rag_vectara_chain, path="/rag-vectara-multiquery") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-vectara/README.md b/templates/rag-vectara/README.md index a87aa1a7fb2..db7d059a10b 100644 --- a/templates/rag-vectara/README.md +++ b/templates/rag-vectara/README.md @@ -41,7 +41,7 @@ add_routes(app, rag_vectara_chain, path="/rag-vectara") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rag-weaviate/README.md b/templates/rag-weaviate/README.md index 54e12b07eaf..339dc87a9c6 100644 --- a/templates/rag-weaviate/README.md +++ b/templates/rag-weaviate/README.md @@ -40,7 +40,7 @@ add_routes(app, rag_weaviate_chain, path="/rag-weaviate") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/research-assistant/README.md b/templates/research-assistant/README.md index 0241008cc1f..012daedd1b1 100644 --- a/templates/research-assistant/README.md +++ b/templates/research-assistant/README.md @@ -44,7 +44,7 @@ add_routes(app, research_assistant_chain, path="/research-assistant") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/retrieval-agent-fireworks/README.md b/templates/retrieval-agent-fireworks/README.md index 5a796c957c2..9839e0e2ebe 100644 --- a/templates/retrieval-agent-fireworks/README.md +++ b/templates/retrieval-agent-fireworks/README.md @@ -42,7 +42,7 @@ add_routes(app, retrieval_agent_fireworks_chain, path="/retrieval-agent-firework (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/retrieval-agent/README.md b/templates/retrieval-agent/README.md index 7b3a32bd909..7e0628cde43 100644 --- a/templates/retrieval-agent/README.md +++ b/templates/retrieval-agent/README.md @@ -42,7 +42,7 @@ add_routes(app, retrieval_agent_chain, path="/retrieval-agent") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/rewrite-retrieve-read/README.md b/templates/rewrite-retrieve-read/README.md index 259ae42c80c..d4db55da542 100644 --- a/templates/rewrite-retrieve-read/README.md +++ b/templates/rewrite-retrieve-read/README.md @@ -36,7 +36,7 @@ add_routes(app, rewrite_retrieve_read_chain, path="/rewrite-retrieve-read") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/robocorp-action-server/README.md b/templates/robocorp-action-server/README.md index ea4ba6ae41a..73f5aa3bbb1 100644 --- a/templates/robocorp-action-server/README.md +++ b/templates/robocorp-action-server/README.md @@ -49,7 +49,7 @@ action-server start ### Configure LangSmith (Optional) LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/shopping-assistant/README.md b/templates/shopping-assistant/README.md index 6e64462e390..f5e4050b116 100644 --- a/templates/shopping-assistant/README.md +++ b/templates/shopping-assistant/README.md @@ -38,7 +38,7 @@ add_routes(app, shopping_assistant_chain, path="/shopping-assistant") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/skeleton-of-thought/README.md b/templates/skeleton-of-thought/README.md index b2ebeae52be..3c5bf691a2c 100644 --- a/templates/skeleton-of-thought/README.md +++ b/templates/skeleton-of-thought/README.md @@ -39,7 +39,7 @@ add_routes(app, skeleton_of_thought_chain, path="/skeleton-of-thought") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/solo-performance-prompting-agent/README.md b/templates/solo-performance-prompting-agent/README.md index 6d6ec153fe7..1e09890b1b5 100644 --- a/templates/solo-performance-prompting-agent/README.md +++ b/templates/solo-performance-prompting-agent/README.md @@ -39,7 +39,7 @@ add_routes(app, solo_performance_prompting_agent_chain, path="/solo-performance- (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/sql-llama2/README.md b/templates/sql-llama2/README.md index 58f17700934..24c7f0eef6d 100644 --- a/templates/sql-llama2/README.md +++ b/templates/sql-llama2/README.md @@ -42,7 +42,7 @@ add_routes(app, sql_llama2_chain, path="/sql-llama2") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/sql-llamacpp/README.md b/templates/sql-llamacpp/README.md index c3a4bd535e0..b82f75ff848 100644 --- a/templates/sql-llamacpp/README.md +++ b/templates/sql-llamacpp/README.md @@ -48,7 +48,7 @@ The package will download the Mistral-7b model from [here](https://huggingface.c This package includes an example DB of 2023 NBA rosters. You can see instructions to build this DB [here](https://github.com/facebookresearch/llama-recipes/blob/main/demo_apps/StructuredLlama.ipynb). -(Optional) Configure LangSmith for tracing, monitoring and debugging LangChain applications. LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). If you don't have access, you can skip this section +(Optional) Configure LangSmith for tracing, monitoring and debugging LangChain applications. You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell export LANGCHAIN_TRACING_V2=true diff --git a/templates/sql-ollama/README.md b/templates/sql-ollama/README.md index c385f972cf3..42cafe84250 100644 --- a/templates/sql-ollama/README.md +++ b/templates/sql-ollama/README.md @@ -47,7 +47,7 @@ add_routes(app, sql_ollama_chain, path="/sql-ollama") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/sql-pgvector/README.md b/templates/sql-pgvector/README.md index d454e6c14dd..c66bca8d7f1 100644 --- a/templates/sql-pgvector/README.md +++ b/templates/sql-pgvector/README.md @@ -74,7 +74,7 @@ add_routes(app, sql_pgvector_chain, path="/sql-pgvector") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/sql-research-assistant/README.md b/templates/sql-research-assistant/README.md index dee654958c5..30c10b36b01 100644 --- a/templates/sql-research-assistant/README.md +++ b/templates/sql-research-assistant/README.md @@ -37,7 +37,7 @@ add_routes(app, sql_research_assistant_chain, path="/sql-research-assistant") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/stepback-qa-prompting/README.md b/templates/stepback-qa-prompting/README.md index cb542395617..716db68dded 100644 --- a/templates/stepback-qa-prompting/README.md +++ b/templates/stepback-qa-prompting/README.md @@ -41,7 +41,7 @@ add_routes(app, stepback_qa_prompting_chain, path="/stepback-qa-prompting") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/summarize-anthropic/README.md b/templates/summarize-anthropic/README.md index 3c24f0d09a1..820f33d7d92 100644 --- a/templates/summarize-anthropic/README.md +++ b/templates/summarize-anthropic/README.md @@ -40,7 +40,7 @@ add_routes(app, summarize_anthropic_chain, path="/summarize-anthropic") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section ```shell diff --git a/templates/vertexai-chuck-norris/README.md b/templates/vertexai-chuck-norris/README.md index d38350ed8f8..b4825c3a486 100644 --- a/templates/vertexai-chuck-norris/README.md +++ b/templates/vertexai-chuck-norris/README.md @@ -53,7 +53,7 @@ add_routes(app, vertexai_chuck_norris_chain, path="/vertexai-chuck-norris") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section diff --git a/templates/xml-agent/README.md b/templates/xml-agent/README.md index ee62362bcda..aff89ae547f 100644 --- a/templates/xml-agent/README.md +++ b/templates/xml-agent/README.md @@ -38,7 +38,7 @@ add_routes(app, xml_agent_chain, path="/xml-agent") (Optional) Let's now configure LangSmith. LangSmith will help us trace, monitor and debug LangChain applications. -LangSmith is currently in private beta, you can sign up [here](https://smith.langchain.com/). +You can sign up for LangSmith [here](https://smith.langchain.com/). If you don't have access, you can skip this section